Skip to content

Instantly share code, notes, and snippets.

@olegflo
Created February 15, 2013 09:09
Show Gist options
  • Save olegflo/4959281 to your computer and use it in GitHub Desktop.
Save olegflo/4959281 to your computer and use it in GitHub Desktop.
Custom ListView item.
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:minHeight="70dp">
...
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment