androidandroid-listviewui-guidelines

Android list view - Human interface guidelines


Is there any recommendation on how big each cell has to be in terms of dp in a listview. (Assume a list view with just one line of text)?

Thanks,
Teja


Solution

  • if "how big each cell" means row height then

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

    should help