diff options
Diffstat (limited to 'subsonic-android/res')
-rw-r--r-- | subsonic-android/res/layout/download_playlist.xml | 5 | ||||
-rw-r--r-- | subsonic-android/res/values/colors.xml | 2 |
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> |