mardi 4 novembre 2014

How to make list item visible when it is behind padding of listview?


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


enter image description here


When I scroll down the list, padding will over list item


enter image description here


Can I make list view visible range inside border of listview, not inside padding of listview?



asked 1 min ago

CL So

554






How to make list item visible when it is behind padding of listview?

Aucun commentaire:

Enregistrer un commentaire