setTextAppearance

@RequiresApi(value = 23)
open fun setTextAppearance(resId: Int)

Sets the text appearance from the specified style resource.

Parameters

resId

The resource ID of the style.


open fun setTextAppearance(context: Context, resId: Int)

Deprecated

deprecated

Sets the text appearance from the specified style resource.

Parameters

context

The context.

resId

The resource ID of the style.