setImage

fun setImage(image: Drawable?)

Set mImage. Click link to see the example.

Since

0.5.5


fun setImage(@DrawableRes resid: Int)

Set mImage. Click link to see the example. If the resource is not exists, the mImage will be set to null.

Since

0.5.5