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

Initial commit
author Brad Greco
date Sat, 04 Jun 2011 18:03:37 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/res/layout/chooser_list.xml	Sat Jun 04 18:03:37 2011 -0400
@@ -0,0 +1,16 @@
+<?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"
+        android:layout_weight="1"/>
+   <Button android:text="Choose"
+   		android:id="@+id/btnChoose"
+   		android:layout_width="fill_parent"
+   		android:layout_height="wrap_content"/>
+
+</LinearLayout>