aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-12-03 21:44:15 -0800
committerScott Jackson <daneren2005@gmail.com>2012-12-03 21:44:15 -0800
commita3bddec3296d684b7d66ccd96478cec4fa870f18 (patch)
tree32315cf3c9992815445df0a06bd1b357eb4c73af /subsonic-android/res
parentd9ef20bd455ed49e1fa64079bc0609e473fee908 (diff)
downloaddsub-a3bddec3296d684b7d66ccd96478cec4fa870f18.tar.gz
dsub-a3bddec3296d684b7d66ccd96478cec4fa870f18.tar.bz2
dsub-a3bddec3296d684b7d66ccd96478cec4fa870f18.zip
Changed default theme to the holo one
Diffstat (limited to 'subsonic-android/res')
-rw-r--r--subsonic-android/res/xml/settings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsonic-android/res/xml/settings.xml b/subsonic-android/res/xml/settings.xml
index 393d7cba..b6c82f7f 100644
--- a/subsonic-android/res/xml/settings.xml
+++ b/subsonic-android/res/xml/settings.xml
@@ -109,7 +109,7 @@
<ListPreference
android:title="@string/settings.theme_title"
android:key="theme"
- android:defaultValue="light"
+ android:defaultValue="holo"
android:entryValues="@array/themeValues"
android:entries="@array/themeNames"/>