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
ImageView
setBackground
Latest Lint shows a warning using android:tint, recommending to use app:tint, but the tint is not visible until you use it together with app:tintMode. So it looks like this:
app:tint="@color/yourcolor" app:tintMode="add"