android listview item height

前端 未结 7 1699
渐次进展
渐次进展 2020-12-07 17:53

Why when i use SimpleCursorAdapter for ListView i have items height in ListView like this - \"listview

7条回答
  •  感情败类
    2020-12-07 18:01

    The height of list view items are adjusted based on its contents. In first image, no content. so height is very minimum. In second image, height is increased based on the size of the text. Because, you specified android:layout_height="wrap_content".

提交回复
热议问题