aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-11-19 21:22:06 -0800
committerScott Jackson <daneren2005@gmail.com>2012-11-19 21:22:06 -0800
commit2f7e2cb5385f53d85ff6b53f625445f969d8c4e5 (patch)
tree2d4c1e685aa9a0699089d4c23eb85e483865bca8 /subsonic-android/res
parent29c6b451651d2fcaa1c5b17b0ba417ef34b41cc4 (diff)
downloaddsub-2f7e2cb5385f53d85ff6b53f625445f969d8c4e5.tar.gz
dsub-2f7e2cb5385f53d85ff6b53f625445f969d8c4e5.tar.bz2
dsub-2f7e2cb5385f53d85ff6b53f625445f969d8c4e5.zip
Set Artist - Album in the text under the title which is unused most of the time
Diffstat (limited to 'subsonic-android/res')
-rw-r--r--subsonic-android/res/layout-land/download.xml2
-rw-r--r--subsonic-android/res/layout-port/download.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/subsonic-android/res/layout-land/download.xml b/subsonic-android/res/layout-land/download.xml
index 6a9ccc5f..63a17ad3 100644
--- a/subsonic-android/res/layout-land/download.xml
+++ b/subsonic-android/res/layout-land/download.xml
@@ -115,7 +115,7 @@
android:singleLine="true"
android:ellipsize="end"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="?android:textColorPrimary" />
+ android:textColor="?android:textColorSecondary" />
<include layout="@layout/download_media_buttons"/>
diff --git a/subsonic-android/res/layout-port/download.xml b/subsonic-android/res/layout-port/download.xml
index 697067fa..d2232bbd 100644
--- a/subsonic-android/res/layout-port/download.xml
+++ b/subsonic-android/res/layout-port/download.xml
@@ -101,7 +101,7 @@
android:singleLine="true"
android:ellipsize="end"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="?android:textColorPrimary"/>
+ android:textColor="?android:textColorSecondary"/>
<TextView
android:id="@+id/download_song_title"