ListView中固定item的高度

前端之家收集整理的这篇文章主要介绍了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>
原文链接:https://www.f2er.com/xml/295518.html

猜你在找的XML相关文章