AllStyleCustomization

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

General customization for all elements that could be overridden by specific element customisation

Parameters

textColor

Text color resource reference.

textFont

Text font resource reference.

tint

Color tint resource reference.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var tint: Int?