Tint downloaded icons with primary color

Makes them more easily distinguishable from other states.

(cherry picked from commit d0deceabbd0fc05f7c2f50cf6d090e4516cec848)
This commit is contained in:
arkon 2021-01-03 22:47:09 -05:00 committed by Jobobby04
parent ee0625e9a6
commit ae3a36cc5a

View File

@ -46,7 +46,7 @@
android:scaleType="fitXY"
android:visibility="gone"
app:srcCompat="@drawable/ic_check_circle_24dp"
app:tint="@color/material_on_surface_emphasis_medium"
app:tint="?android:attr/textColorPrimary"
tools:ignore="ContentDescription" />
<ImageView