IconDrawableResolver

data class IconDrawableResolver(icon: Icon) : DrawableResolver

A DrawableResolver that retrieves a Drawable from an Icon.

Constructors

Link copied to clipboard
fun IconDrawableResolver(icon: Icon)

Functions

Link copied to clipboard
open override fun get(context: Context): Drawable

Resolves a Drawable based on the given Context. The resulting value may differ per Context. E.g. due to differing device screen densities.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)