ResourceIcon

class ResourceIcon(@DrawableRes val resId: Int) : Icon

An icon that is included in the project as a drawable resource.

Constructors

Link copied to clipboard
fun ResourceIcon(@DrawableRes resId: Int)

Functions

Link copied to clipboard
open override fun toDrawable(ctx: Context): Drawable

Properties

Link copied to clipboard
val resId: Int