android listview item height

前端 未结 7 1698
渐次进展
渐次进展 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 17:59

      android:textAppearance="?android:attr/textAppearanceLarge" 
    

    seemed no effect.

      android:minHeight="?android:attr/listPreferredItemHeight" 
    

    changed the height for me

提交回复
热议问题