mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-26 23:28:58 +03:00
Tint downloaded icons with primary color
Makes them more easily distinguishable from other states.
This commit is contained in:
parent
175c1df0b8
commit
d0deceabbd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue