summaryrefslogtreecommitdiff
path: root/src/plugins/android.codeutils/templates/activity_samples/mult_selection_img/listviewmult.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/android.codeutils/templates/activity_samples/mult_selection_img/listviewmult.xml')
-rw-r--r--src/plugins/android.codeutils/templates/activity_samples/mult_selection_img/listviewmult.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/plugins/android.codeutils/templates/activity_samples/mult_selection_img/listviewmult.xml b/src/plugins/android.codeutils/templates/activity_samples/mult_selection_img/listviewmult.xml
new file mode 100644
index 0000000..1a78f1f
--- /dev/null
+++ b/src/plugins/android.codeutils/templates/activity_samples/mult_selection_img/listviewmult.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <ListView
+ android:id="@id/android:list"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_weight="1"
+ android:drawSelectorOnTop="false"
+ />
+ <Button
+ android:id="@+id/button"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/button_label"
+ android:gravity="center_horizontal"
+ />
+
+</LinearLayout> \ No newline at end of file