I want set icon into ImageView
and i downloaded icons from this site : FlatIcon
Now i want set color to this icons but when use setBackground
just add color for background and not set to icons!
When use NavigationView
i can set color to icons with this code : app:itemIconTint="@color/colorAccent"
.
How can i set color to icons into ImageView
such as itemIconTint
? Thanks all <3