首先,ListView不能直接用,要自定义一个,然后重写onMeasure()方法:
@Override
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
int expandSpec = MeasureSpec.makeMeasureSpec(Integer.MAX_VALUE >> 2,
MeasureSpec.AT_MOST);
super.onMeasure(widthMeasureSpec, expandSpec);
}
本文地址:https://www.stayed.cn/item/8189
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我