summaryrefslogtreecommitdiffstats
path: root/res/layout/artist_detail_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/artist_detail_header.xml')
-rw-r--r--res/layout/artist_detail_header.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/artist_detail_header.xml b/res/layout/artist_detail_header.xml
index 25cf202..3bdff8d 100644
--- a/res/layout/artist_detail_header.xml
+++ b/res/layout/artist_detail_header.xml
@@ -1,7 +1,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@color/background_color" >
+ android:background="@color/artist_detail_header_background_color" >
<ImageView
android:id="@+id/hero"
@@ -17,7 +17,7 @@
android:layout_below="@id/hero"
android:gravity="center_vertical"
android:textAllCaps="true"
- android:textColor="@color/list_item_header_text_color"
+ android:textColor="@color/artist_detail_header_albums_label_text_color"
android:textSize="@dimen/text_size_medium"
android:text="@string/header_albums" />
@@ -36,7 +36,7 @@
android:layout_below="@id/albums"
android:gravity="bottom"
android:textAllCaps="true"
- android:textColor="@color/list_item_header_text_color"
+ android:textColor="@color/artist_detail_header_songs_label_text_color"
android:textSize="@dimen/text_size_medium"
android:text="@string/header_all_songs" />