Skip to content

Commit 5b3bbfc

Browse files
committed
Fix playlist item not properly themed
1 parent 96185fa commit 5b3bbfc

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

app/src/main/res/layout/list_playlist_grid_item.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
android:textColor="@color/duration_text_color"
3737
android:textSize="@dimen/video_item_search_duration_text_size"
3838
android:textStyle="bold"
39+
app:drawableTint="@color/duration_text_color"
3940
app:drawableTopCompat="@drawable/ic_playlist_play"
4041
tools:ignore="RtlHardcoded"
4142
tools:text="314159" />

app/src/main/res/layout/list_playlist_item.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
android:textColor="@color/duration_text_color"
3838
android:textSize="@dimen/video_item_search_duration_text_size"
3939
android:textStyle="bold"
40+
app:drawableTint="@color/duration_text_color"
4041
app:drawableTopCompat="@drawable/ic_playlist_play"
4142
tools:ignore="RtlHardcoded"
4243
tools:text="314159" />

app/src/main/res/layout/list_playlist_mini_item.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
android:textColor="@color/duration_text_color"
3838
android:textSize="@dimen/video_item_search_duration_text_size"
3939
android:textStyle="bold"
40+
app:drawableTint="@color/duration_text_color"
4041
app:drawableTopCompat="@drawable/ic_playlist_play"
4142
tools:ignore="RtlHardcoded"
4243
tools:text="3141" />

0 commit comments

Comments
 (0)