toggle menu
KAHelpers
androidJvm
switch theme
search in API
kotlinextensions
/
dev.funkymuse.kotlinextensions.views
/
tint
tint
fun
Drawable
.
tint
(
@
ColorInt
color
:
Int
)
:
Drawable
Wrap the color into a state and tint the drawable
fun
Drawable
.
tint
(
state
:
ColorStateList
)
:
Drawable
Tint the drawable with a given color state list
@get:
ColorInt
@set:
ColorInt
var
Drawable
.
tint
:
Int