summaryrefslogtreecommitdiff
path: root/res/layout/chooser_list.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-16 20:37:25 +0400
committerAndrew Dolgov <[email protected]>2014-10-16 20:37:25 +0400
commitbc10c74406c0e8a16c40dbfcd30a138d441dd859 (patch)
tree97b5d14dae214c7012c22ed04bdbac7ca2585704 /res/layout/chooser_list.xml
parentb654ce6cf83c8e81b7c6bacab02442661a751e26 (diff)
initial, after reimport to android studio
Diffstat (limited to 'res/layout/chooser_list.xml')
-rw-r--r--res/layout/chooser_list.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/res/layout/chooser_list.xml b/res/layout/chooser_list.xml
deleted file mode 100644
index f4b4a12..0000000
--- a/res/layout/chooser_list.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
-
- <ListView
- android:id="@android:id/list"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:layout_weight="1" />
-
- <LinearLayout
- android:id="@+id/linearLayout2"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content" >
-
- <Button
- android:id="@+id/btnParent"
- android:layout_width="fill_parent"
- android:layout_weight="1"
- android:layout_height="wrap_content"
- android:text="@string/open_parent" />
-
- <Button
- android:id="@+id/btnChoose"
- android:layout_weight="1"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/choose" />
- </LinearLayout>
-
-</LinearLayout> \ No newline at end of file