Skip to content
Snippets Groups Projects
Commit 1d634aad authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Use font_light color for playlist items

parent e9c5626f
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@
android:singleLine="true"
android:ellipsize="middle"
android:maxLines="1"
android:textColor="?attr/list_subtitle"
android:textColor="?attr/font_light"
android:fontFamily="sans-serif-light"
android:textSize="12sp"
android:visibility="@{TextUtils.isEmpty(subTitle) ? View.GONE : View.VISIBLE}"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment