摘要: 1、重写listview的onMeasure()/** * 解决listview高度显示不正确 */ public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { int expandSpec = MeasureSpe... 阅读全文