TintAwareDrawable

Interface which allows a android.graphics.drawable.Drawable to receive tinting calls from DrawableCompat.

Functions

Link copied to clipboard
abstract fun setTint(@ColorInt tint: Int)
Link copied to clipboard
abstract fun setTintList(tint: ColorStateList)
Link copied to clipboard
abstract fun setTintMode(tintMode: PorterDuff.Mode)