setDrawable

open fun setDrawable(drawable: Drawable)

Sets the given android.graphics.drawable.Drawable on the view using setImageDrawable.

Parameters

drawable

The drawable to display in the wrapped view.