Skip to content

Instantly share code, notes, and snippets.

@rajohns08
Created February 9, 2015 05:49
Show Gist options
  • Save rajohns08/405ee0629d507517f2cc to your computer and use it in GitHub Desktop.
Save rajohns08/405ee0629d507517f2cc to your computer and use it in GitHub Desktop.
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<ListView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
</ListView>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment