summaryrefslogtreecommitdiffstats
path: root/res/layout/playlist_detail_header.xml
diff options
context:
space:
mode:
authorDave Kover <kover@cyngn.com>2016-05-05 15:26:49 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-05-05 15:26:49 -0700
commit3b61f11c719214ae3ecb06d18be12a9e08c28628 (patch)
treeb6c4c7ebcb6e69f25dae31b94a6b79f94790c8d5 /res/layout/playlist_detail_header.xml
parent09ec37d34c328e4c870acaffc94b8fb5b0f0e80d (diff)
parent0031ed83eb212cbbc79269742eb72a8c204911f1 (diff)
downloadandroid_packages_apps_Eleven-3b61f11c719214ae3ecb06d18be12a9e08c28628.tar.gz
android_packages_apps_Eleven-3b61f11c719214ae3ecb06d18be12a9e08c28628.tar.bz2
android_packages_apps_Eleven-3b61f11c719214ae3ecb06d18be12a9e08c28628.zip
Merge "Themes: Expose and separate values for themes" into cm-13.0
Diffstat (limited to 'res/layout/playlist_detail_header.xml')
-rw-r--r--res/layout/playlist_detail_header.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/playlist_detail_header.xml b/res/layout/playlist_detail_header.xml
index 6b7c95a..8456cac 100644
--- a/res/layout/playlist_detail_header.xml
+++ b/res/layout/playlist_detail_header.xml
@@ -50,7 +50,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="16dp"
- android:textColor="@color/white"
+ android:textColor="@color/number_of_songs_text_color"
android:textSize="@dimen/text_size_micro" />
<ImageView
@@ -63,7 +63,7 @@
android:id="@+id/duration_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textColor="@color/white"
+ android:textColor="@color/duration_text_color"
android:textSize="@dimen/text_size_micro" />
</LinearLayout>
</FrameLayout>