aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-10-08 19:12:20 +0200
committerChristian Schneppe <christian@pix-art.de>2016-10-08 19:12:20 +0200
commit025a190e9800765a33eeb738b42446c12f0f9116 (patch)
tree1f6a9aecd476c18c2563ca90f6732c63dc29a666 /src
parent0449a20665af917bb1f14d91f0dc5b9a0fb93f69 (diff)
use tablet or phone as default resource
Diffstat (limited to 'src')
-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 c43d2fd88..971dd1b2e 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -205,7 +205,7 @@
android:title="@string/pref_expert_options">
<PreferenceCategory android:title="@string/pref_general">
<ListPreference
- android:defaultValue="Mobile"
+ android:defaultValue="@string/default_resource"
android:entries="@array/resources"
android:entryValues="@array/resources"
android:key="resource"