Vote count:
0
I created a listview with 25dp padding
<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="@null"
android:dividerHeight="25dp"
android:padding="20dp"
android:scrollbars="none"></ListView>
This is the look of the listview
When I scroll down the list, padding will over list item
Can I make list view visible range inside border of listview, not inside padding of listview?
asked 1 min ago
How to make list item visible when it is behind padding of listview?
Aucun commentaire:
Enregistrer un commentaire