Skip to content

Instantly share code, notes, and snippets.

@schmiddim
Created June 11, 2013 13:09
Show Gist options
  • Save schmiddim/5756677 to your computer and use it in GitHub Desktop.
Save schmiddim/5756677 to your computer and use it in GitHub Desktop.
Padding in Listview
<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