ListView中固定item的高度

在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>

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念