Style
constructor(title: POTextStyle? = null, input: POInputStyle? = null, codeInput: POInputStyle? = null, dropdownMenu: POInputFieldStyle? = null, radioButton: PORadioButtonStyle? = null, primaryButton: POButtonStyle? = null, secondaryButton: POButtonStyle? = null, background: POBackgroundStyle? = null, @ColorInt backgroundColor: Int? = null, @ColorInt progressIndicatorColor: Int? = null, @ColorInt controlsTintColor: Int? = null, message: POTextStyle? = null, successMessage: POTextStyle? = null, @DrawableRes successImageResId: Int? = null, backgroundDecoration: POBackgroundDecorationStyle? = null, dialog: PODialogStyle? = null)
Parameters
title
Title style.
input
Input style.
codeInput
Code input style.
dropdownMenu
Dropdown menu style.
radioButton
Radio button style.
primaryButton
Primary button style.
secondaryButton
Secondary button style.
background
Background style.
backgroundColor
Deprecated. Background color.
progressIndicatorColor
Color of progress indicator.
controlsTintColor
Tint color that applies to generic components (e.g. selectable TextView).
message
Message style.
successMessage
Success message style.
successImageResId
Success image drawable resource ID.
backgroundDecoration
Deprecated. Background decoration style.
dialog
Dialog style.