aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml/settings.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-09-09 14:54:11 -0700
committerScott Jackson <daneren2005@gmail.com>2012-09-09 14:54:11 -0700
commit89ebb04737aeefefd5081c4157de90c735eab80c (patch)
tree29605d47e5c8f7ae215cb6ee580741f6550a234a /subsonic-android/res/xml/settings.xml
parentb644ac5aa4278cfeaa337cbede7c3b240ff40da3 (diff)
downloaddsub-89ebb04737aeefefd5081c4157de90c735eab80c.tar.gz
dsub-89ebb04737aeefefd5081c4157de90c735eab80c.tar.bz2
dsub-89ebb04737aeefefd5081c4157de90c735eab80c.zip
Removed Wheat theme + re-added back dynamic themeing to activities
Diffstat (limited to 'subsonic-android/res/xml/settings.xml')
-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 daa98b90..455a9dc0 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="wheat"
+ android:defaultValue="light"
android:entryValues="@array/themeValues"
android:entries="@array/themeNames"/>