summaryrefslogtreecommitdiffstats
path: root/res/layout/artist_detail_album.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/artist_detail_album.xml')
-rw-r--r--res/layout/artist_detail_album.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/artist_detail_album.xml b/res/layout/artist_detail_album.xml
index 48733de..4433f9e 100644
--- a/res/layout/artist_detail_album.xml
+++ b/res/layout/artist_detail_album.xml
@@ -65,7 +65,7 @@
android:textSize="@dimen/text_size_micro"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textColor="@color/cardOne" />
+ android:textColor="@color/artist_detail_album_title_text_color" />
<TextView
android:id="@+id/year"
@@ -73,7 +73,7 @@
android:textSize="@dimen/text_size_extra_micro"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textColor="@color/cardTwo" />
+ android:textColor="@color/artist_detail_album_year_text_color" />
</LinearLayout>