Builder

class Builder(val context: Context)

Builder class for TextForm.

Constructors

Link copied to clipboard
constructor(context: Context)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Enables or disables the auto-sized text.

Link copied to clipboard

includes the font paddings of the text.

Link copied to clipboard

Sets the maximum auto-sized text size.

Link copied to clipboard

Sets the minimum auto-sized text size.

Link copied to clipboard

sets the movement method for TextView.

Link copied to clipboard

sets the content text of the form.

Link copied to clipboard

sets the color of the text.

Link copied to clipboard

sets the color of the text using resource.

Link copied to clipboard

sets gravity of the text.

Link copied to clipboard

sets whether the text will be parsed as HTML (using Html.fromHtml(..))

Link copied to clipboard

sets the letter spacing value of the text.

Link copied to clipboard

sets the letter spacing value resource of the text.

Link copied to clipboard

sets the line spacing value of the text.

Link copied to clipboard

sets the line spacing value resource of the text.

Link copied to clipboard

sets the content text of the form using string resource.

Link copied to clipboard

sets the size of the text.

Link copied to clipboard

sets the size of the main text content using dimension resource.

Link copied to clipboard