aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-06-04 21:55:33 +0200
committerChristian Schneppe <christian@pix-art.de>2016-06-04 21:55:33 +0200
commit0ccf8416f75674097583892ea09d4905770237a5 (patch)
tree1317f50f2ea6d141e463110019f6e86f5b475610 /src/main/res/xml/preferences.xml
parent54e6c7a3bee1892046a8fae268a509367865f4c8 (diff)
change default resource to mobile
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 6bb60e722..ed117866f 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -176,7 +176,7 @@
android:title="@string/pref_expert_options">
<PreferenceCategory android:title="@string/pref_general">
<ListPreference
- android:defaultValue="@string/default_resource"
+ android:defaultValue="Mobile"
android:entries="@array/resources"
android:entryValues="@array/resources"
android:key="resource"