I am a beginner to android. I want to display a customized list view which contains a number. I customized my ListView size(android:layout_height=\"50dp\"
ListView
android:layout_height=\"50dp\"
I want to fix the list cell height
FYI
You want to add HEIGHT for each Cell
Then
Note
Use TextView Size unit sp instead of pt .