在Adapter中使用固定高度的值,这样最简单实用。
也就是在xml中固定高度值:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/bg_listview_select" android:minHeight="62dp" >
</RelativeLayout>