aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-10-24 21:05:34 -0700
committerScott Jackson <daneren2005@gmail.com>2012-10-24 21:05:34 -0700
commitfa464d259a04b0b7e77896bb7e849bc0f350ba8e (patch)
treeed5d45222533e42f0f1ccbf936f7f196ce55ced8 /subsonic-android/res
parent82999c9b715469fc5a228a2e9b04e23ce4613a7f (diff)
downloaddsub-fa464d259a04b0b7e77896bb7e849bc0f350ba8e.tar.gz
dsub-fa464d259a04b0b7e77896bb7e849bc0f350ba8e.tar.bz2
dsub-fa464d259a04b0b7e77896bb7e849bc0f350ba8e.zip
Changed border below actionbar to be holo themed
Diffstat (limited to 'subsonic-android/res')
-rw-r--r--subsonic-android/res/layout/download_playlist.xml5
-rw-r--r--subsonic-android/res/values/colors.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/subsonic-android/res/layout/download_playlist.xml b/subsonic-android/res/layout/download_playlist.xml
index 42daee00..8e92a984 100644
--- a/subsonic-android/res/layout/download_playlist.xml
+++ b/subsonic-android/res/layout/download_playlist.xml
@@ -6,6 +6,11 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1">
+
+ <View
+ android:layout_width="fill_parent"
+ android:layout_height="1px"
+ android:background="@color/dividerColor"/>
<TextView
android:id="@+id/download_empty"
diff --git a/subsonic-android/res/values/colors.xml b/subsonic-android/res/values/colors.xml
index 841acdb8..0014738e 100644
--- a/subsonic-android/res/values/colors.xml
+++ b/subsonic-android/res/values/colors.xml
@@ -2,7 +2,7 @@
<resources>
<color name="mediaControlBackground">#000000</color>
<color name="mediaControlForeground">#F0F0F0</color>
- <color name="dividerColor">#555555</color>
+ <color name="dividerColor">#FF33B5E5</color>
<color name="appwidget_text">#FFFFFF</color>
<color name="notificationArtist">#434343</color>
<color name="notificationTitle">#000000</color>