android listview item height

前端 未结 7 1706
渐次进展
渐次进展 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:07

    You need to use padding on the list item layout so space is added on the edges of the item (just increasing the font size won't do that).

    
    
    

提交回复
热议问题