Skip to content

Instantly share code, notes, and snippets.

@smaugho
Last active April 26, 2017 23:11
Show Gist options
  • Save smaugho/fdb7422c184b7cf2bf3d802437a2f77c to your computer and use it in GitHub Desktop.
Save smaugho/fdb7422c184b7cf2bf3d802437a2f77c to your computer and use it in GitHub Desktop.
ListView Layout
<ListView
android:id="@+id/users"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:listitem="@layout/item_user" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment