setTintList

open fun setTintList(@NonNull imageView: ImageView, @ColorInt tintColor: Int)

Set a color tint list to the Drawable of an ImageView.

Parameters

imageView

The view to set the default tint list.

tintColor

The color to tint.