toggle menu
KAHelpers
androidJvm
switch theme
search in API
color
/
dev.funkymuse.color
/
tint
tint
fun
RadioButton
.
tint
(
colors
:
ColorStateList
)
fun
RadioButton
.
tint
(
@
ColorInt
color
:
Int
)
fun
CheckBox
.
tint
(
colors
:
ColorStateList
)
fun
CheckBox
.
tint
(
@
ColorInt
color
:
Int
)
fun
SeekBar
.
tint
(
@
ColorInt
color
:
Int
)
fun
ProgressBar
.
tint
(
@
ColorInt
color
:
Int
,
skipIndeterminate
:
Boolean
=
false
)
fun
EditText
.
tint
(
@
ColorInt
color
:
Int
)
fun
Toolbar
.
tint
(
@
ColorInt
color
:
Int
,
tintTitle
:
Boolean
=
true
)