aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/layout/activity_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/layout/activity_settings.xml')
-rw-r--r--app/res/layout/activity_settings.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/res/layout/activity_settings.xml b/app/res/layout/activity_settings.xml
new file mode 100644
index 0000000..a887096
--- /dev/null
+++ b/app/res/layout/activity_settings.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="@color/black" >
+
+ <ListView
+ android:id="@android:id/list"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="@color/black" />
+
+</LinearLayout> \ No newline at end of file