android ExpandableListView怎么设置行高

日期:2021-11-05 07:22:57 人气:1

android ExpandableListView怎么设置行高

您好,很高兴为您解答:
设置最低的高度,方法如下:
AbsListView.LayoutParams lp = new AbsListView.LayoutParams(
ViewGroup.LayoutParams.FILL_PARENT, 50);
view.setLayoutParams(lp);
如果我的回答没能帮助您,请继续追问。
    A+
热门评论