diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-12-03 21:44:15 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-12-03 21:44:15 -0800 |
commit | a3bddec3296d684b7d66ccd96478cec4fa870f18 (patch) | |
tree | 32315cf3c9992815445df0a06bd1b357eb4c73af /subsonic-android/res | |
parent | d9ef20bd455ed49e1fa64079bc0609e473fee908 (diff) | |
download | dsub-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.xml | 2 |
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"/> |