Created
June 11, 2013 13:09
-
-
Save schmiddim/5756677 to your computer and use it in GitHub Desktop.
Padding in Listview
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ListView android:id="@+id/MyListView" | |
android:layout_height="fill_parent" | |
android:layout_width="fill_parent" | |
android:divider="@android:color/transparent" | |
android:dividerHeight="10.0sp"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment