diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-06-17 21:27:54 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-06-17 21:27:54 -0700 |
commit | 144607f89beb448c2751ea35f4b2e6d5f2b5b515 (patch) | |
tree | 3b79488f58c551b9db08d1695a172ca9f5eb4922 /subsonic-android/res/layout | |
parent | 2a39e12ba2c0b9acac81f68f54e0f4be001d03e1 (diff) | |
download | dsub-144607f89beb448c2751ea35f4b2e6d5f2b5b515.tar.gz dsub-144607f89beb448c2751ea35f4b2e6d5f2b5b515.tar.bz2 dsub-144607f89beb448c2751ea35f4b2e6d5f2b5b515.zip |
Fix color on light theme for album header
Diffstat (limited to 'subsonic-android/res/layout')
-rw-r--r-- | subsonic-android/res/layout/select_album_header.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subsonic-android/res/layout/select_album_header.xml b/subsonic-android/res/layout/select_album_header.xml index 3af34a99..2bf74110 100644 --- a/subsonic-android/res/layout/select_album_header.xml +++ b/subsonic-android/res/layout/select_album_header.xml @@ -24,7 +24,6 @@ android:paddingTop="20dip" android:paddingBottom="8dip" android:paddingRight="4dip" - android:textColor="@color/mediaControlForeground" android:textAppearance="?android:attr/textAppearanceMedium" android:textStyle="bold" android:singleLine="true" |