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.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

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?