aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/download_playlist.xml
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/layout/download_playlist.xml
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/layout/download_playlist.xml')
-rw-r--r--subsonic-android/res/layout/download_playlist.xml5
1 files changed, 5 insertions, 0 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"