VMEIcon

data class VMEIcon(@DrawableRes val resId: Int, val useTheme: Boolean = false)(source)

Used to update icons

Since

2.1.0

Constructors

Link copied to clipboard
constructor(@DrawableRes resId: Int, useTheme: Boolean = false)

Properties

Link copied to clipboard
val resId: Int

Icon resId

Link copied to clipboard

if set to true, use current theme to colorize the icon, if false, use the current icon color