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
if "how big each cell" means row height then
android:layout_height="?android:attr/listPreferredItemHeight"
should help