Skip to content

drawable

DeaDshot14 edited this page Mar 10, 2020 · 1 revision

library / com.andruid.magic.eezetensions / android.content.Context / drawable

drawable

fun Context.drawable(@DrawableRes res: Int): Drawable?

Extension function to load drawable from resource

Parameters

res - id of the drawable resource

Return drawable from drawable resource

Receiver context of the calling component

Clone this wiki locally