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, 0 insertions, 12 deletions
diff --git a/app/res/xml/settings.xml b/app/res/xml/settings.xml
deleted file mode 100644
index f53f00f..0000000
--- a/app/res/xml/settings.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<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