setTint

fun ImageView.setTint(color: Int)

Change Imageview tint


fun ImageView.setTint(@ColorRes colorRes: Int, mode: PorterDuff.Mode = PorterDuff.Mode.SRC_OVER)