aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/album_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/album_list_item.xml')
-rw-r--r--app/src/main/res/layout/album_list_item.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/album_list_item.xml b/app/src/main/res/layout/album_list_item.xml
index c43e52a8..150cbd8f 100644
--- a/app/src/main/res/layout/album_list_item.xml
+++ b/app/src/main/res/layout/album_list_item.xml
@@ -44,14 +44,16 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:singleLine="true"
android:ellipsize="marquee"
- android:paddingBottom="6dip"/>
+ android:paddingBottom="6dip"
+ android:textColor="?android:textColorPrimary"/>
<TextView
android:id="@+id/album_artist"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:singleLine="true"/>
+ android:singleLine="true"
+ android:textColor="?android:textColorSecondary"/>
</LinearLayout>