aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/xml/settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/xml/settings.xml')
-rw-r--r--app/res/xml/settings.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/res/xml/settings.xml b/app/res/xml/settings.xml
new file mode 100644
index 0000000..f53f00f
--- /dev/null
+++ b/app/res/xml/settings.xml
@@ -0,0 +1,12 @@
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <ListPreference
+ android:key="debug_priority"
+ android:title="Log priority"
+ android:id="@+id/pref_debug_prio"
+ android:entries="@array/debug_priority_names"
+ android:entryValues="@array/debug_priority"
+ android:defaultValue="3" />
+
+
+</PreferenceScreen> \ No newline at end of file