setTextAppearance

open fun setTextAppearance(@Nullable textAppearance: TextAppearance, context: Context)

Sets the delegate drawable's text appearance. If the textAppearance is null, text appearance will be cleared.

Parameters

textAppearance

The delegate drawable's text appearance or null to clear it.

See also

getTextAppearance()