annotate res/layout/chooser_list.xml @ 0:46783e4c83e2

Initial commit
author Brad Greco
date Sat, 04 Jun 2011 18:03:37 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
3 android:orientation="vertical"
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
4 android:layout_width="fill_parent"
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
5 android:layout_height="fill_parent"
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
6 >
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
7 <ListView android:id="@android:id/list"
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
8 android:layout_width="fill_parent"
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
9 android:layout_height="fill_parent"
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
10 android:layout_weight="1"/>
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
11 <Button android:text="Choose"
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
12 android:id="@+id/btnChoose"
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
13 android:layout_width="fill_parent"
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
14 android:layout_height="wrap_content"/>
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
15
46783e4c83e2 Initial commit
Brad Greco
parents:
diff changeset
16 </LinearLayout>