summaryrefslogtreecommitdiffstats
path: root/res/layout/hidden_apps_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/hidden_apps_list.xml')
-rw-r--r--res/layout/hidden_apps_list.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/hidden_apps_list.xml b/res/layout/hidden_apps_list.xml
new file mode 100644
index 000000000..fb0d4bffb
--- /dev/null
+++ b/res/layout/hidden_apps_list.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ListView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@android:id/list"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="5dp"
+ android:choiceMode="multipleChoice" /> \ No newline at end of file