TextForm

class TextForm(builder: TextForm.Builder)

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

Constructors

TextForm
Link copied to clipboard
fun TextForm(builder: TextForm.Builder)

Types

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

Properties

text
Link copied to clipboard
val text: CharSequence?
textColor
Link copied to clipboard
val textColor: Int
textSize
Link copied to clipboard
@Px()
val textSize: Float
textStyle
Link copied to clipboard
val textStyle: Int
textStyleObject
Link copied to clipboard
val textStyleObject: Typeface?