drawable

fun <T : ImageView> T.drawable(drawable: Drawable?): T
fun <T : TextView> T.drawable(@DrawableRes start: Int? = null, @DrawableRes top: Int? = null, @DrawableRes end: Int? = null, @DrawableRes bottom: Int? = null): T
fun <T : TextView> T.drawable(start: Drawable? = null, top: Drawable? = null, end: Drawable? = null, bottom: Drawable? = null): T