Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created March 6, 2011 18:32
Show Gist options
  • Save clayallsopp/857505 to your computer and use it in GitHub Desktop.
Save clayallsopp/857505 to your computer and use it in GitHub Desktop.
Part 4 XML
<!--
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</LinearLayout>
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment