TextStyleCustomization

data class TextStyleCustomization(@ColorRes var textColor: Int? = null, @FontRes var textFont: Int? = null) : LabelCustomization

Use this class to customize the visual style of the text on the challenge screen. There are separate TextStyleCustomization classes for the challenge information header, the challenge information text, the label for the challenge entry form and the label for the whitelist selection.

Parameters

textColor

Text colour resource reference.

textFont

Text font resource reference.

Constructors

Link copied to clipboard
constructor(@ColorRes textColor: Int? = null, @FontRes textFont: Int? = null)

Properties

Link copied to clipboard
open override var textColor: Int?
Link copied to clipboard
open override var textFont: Int?