aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/values
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/values
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/values')
-rw-r--r--subsonic-android/res/values/arrays.xml1
-rw-r--r--subsonic-android/res/values/colors.xml4
-rw-r--r--subsonic-android/res/values/styles.xml14
3 files changed, 3 insertions, 16 deletions
diff --git a/subsonic-android/res/values/arrays.xml b/subsonic-android/res/values/arrays.xml
index 17ea4b6a..e70b566f 100644
--- a/subsonic-android/res/values/arrays.xml
+++ b/subsonic-android/res/values/arrays.xml
@@ -8,7 +8,6 @@
</string-array>
<string-array name="themeNames">
- <item>@string/settings.theme_wheat</item>
<item>@string/settings.theme_light</item>
<item>@string/settings.theme_dark</item>
</string-array>
diff --git a/subsonic-android/res/values/colors.xml b/subsonic-android/res/values/colors.xml
index 69ab22a1..7a86d370 100644
--- a/subsonic-android/res/values/colors.xml
+++ b/subsonic-android/res/values/colors.xml
@@ -6,10 +6,6 @@
<color name="appwidget_text">#FFFFFF</color>
<color name="notificationArtist">#434343</color>
<color name="notificationTitle">#000000</color>
-
- <color name="wheatBackground">#F1F0E6</color>
- <color name="wheatForeground1">#494B26</color>
- <color name="wheatForeground2">#830009</color>
<color name="ics_opaque">#8033b5e5</color>
<color name="cyan">#ff0099cc</color>
diff --git a/subsonic-android/res/values/styles.xml b/subsonic-android/res/values/styles.xml
index a970fe1b..9760bb0c 100644
--- a/subsonic-android/res/values/styles.xml
+++ b/subsonic-android/res/values/styles.xml
@@ -1,14 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <style name="Wheat" parent="android:Theme.Light">
- <item name="android:windowBackground">@color/wheatBackground</item>
- <item name="android:textColorPrimary">@color/wheatForeground1</item>
- <item name="android:textColorSecondary">@color/wheatForeground2</item>
- <item name="android:listViewStyle">@style/WheatListView</item>
- </style>
-
- <style name="WheatListView" parent="android:style/Widget.ListView.White">
- <item name="android:cacheColorHint">@color/wheatBackground</item>
- </style>
-
+ <style name="Theme.DSub.Wheat" parent="Theme.Sherlock.Light"></style>
+ <style name="Theme.DSub.Light" parent="Theme.Sherlock.Light"></style>
+ <style name="Theme.DSub.Dark" parent="Theme.Sherlock"></style>
</resources>