TextForm

class TextForm

TextFrom is an attribute class what has some attributes about TextView for customizing popup texts easily.

Types

Builder
Link copied to clipboard
class Builder(context: Context)
Builder class for TextForm.

Properties

movementMethod
Link copied to clipboard
val movementMethod: MovementMethod?
text
Link copied to clipboard
val text: CharSequence
textColor
Link copied to clipboard
val textColor: Int
textGravity
Link copied to clipboard
val textGravity: Int
textIsHtml
Link copied to clipboard
val textIsHtml: Boolean
textSize
Link copied to clipboard
@Sp()
val textSize: Float
textStyle
Link copied to clipboard
val textStyle: Int
textTypeface
Link copied to clipboard
val textTypeface: Typeface?