TextDrawableResolver
data class TextDrawableResolver(text: StringResolver, textColor: ColorResolver) : DrawableResolver
Content copied to clipboard
A DrawableResolver that creates a Drawable with a text retrieved from a StringResolver.
Parameters
text
A StringResolver which the text to be contained by a Drawable can be retrieved from.
textColor
A ColorResolver which the color to draw the text can be retrieved from.
Constructors
Link copied to clipboard
A convenience constructor to create a TextDrawableResolver with a String to be drawn by a textColor.
Link copied to clipboard