Tint downloaded icons with primary color
Makes them more easily distinguishable from other states. (cherry picked from commit d0deceabbd0fc05f7c2f50cf6d090e4516cec848)
This commit is contained in:
parent
ee0625e9a6
commit
ae3a36cc5a
@ -46,7 +46,7 @@
|
|||||||
android:scaleType="fitXY"
|
android:scaleType="fitXY"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:srcCompat="@drawable/ic_check_circle_24dp"
|
app:srcCompat="@drawable/ic_check_circle_24dp"
|
||||||
app:tint="@color/material_on_surface_emphasis_medium"
|
app:tint="?android:attr/textColorPrimary"
|
||||||
tools:ignore="ContentDescription" />
|
tools:ignore="ContentDescription" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
Loading…
x
Reference in New Issue
Block a user