toggle menu
KAHelpers
androidJvm
switch theme
search in API
kotlinextensions
/
dev.funkymuse.kotlinextensions.views
/
setDrawableLeft
set
Drawable
Left
fun
TextView
.
setDrawableLeft
(
drawable
:
Int
)
Set a drawable to the left of a TextView.
fun
TextView
.
setDrawableLeft
(
drawable
:
Drawable
?
,
width
:
Int
=
0
,
height
:
Int
=
width
)