Skip to content

Commit 2f237b3

Browse files
committed
Don't tint icons of app-provided media items
Tinting only makes sense for icons which are known to be monochrome/transparent. The app-provided media icons, however, will also show colored album art and logo bitmaps which turn into black filled squares when tinted.
1 parent f42add3 commit 2f237b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mediacontroller/src/main/res/layout/media_browse_item.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
android:layout_gravity="center_vertical"
2828
android:layout_marginEnd="@dimen/margin_small"
2929
android:scaleType="fitCenter"
30-
android:tint="@color/text_dark"
3130
tools:ignore="ContentDescription" />
3231

3332
<LinearLayout

0 commit comments

Comments
 (0)