AssetIcon

class AssetIcon(val assetPath: String) : Icon

An icon that is included in the project as raster image in the assets folder.

Constructors

Link copied to clipboard
fun AssetIcon(assetPath: String)

Functions

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

Properties

Link copied to clipboard
val assetPath: String