标签: android android-layout android-listview android-adapter
我正在使用自定义ListView。
为什么将项目添加到列表视图的末尾?
我只有3件物品。首先添加15000.00(因此不会反转)。
15000.00
答案 0 :(得分:3)
我认为这是因为您的布局文件。将ListView代码的android:layout_height=wrap_content更改为android:layout_height=match_parent。
android:layout_height=wrap_content
android:layout_height=match_parent