TextDrawable
fun TextDrawable(context: Context, text: String, @ColorInt textColor: Int)
Content copied to clipboard
Parameters
context
The display context.
text
The text to be drawn on the screen.
textColor
The color to draw the text.