Style

constructor(title: POTextStyle? = null, sectionTitle: POTextStyle? = null, field: POFieldStyle? = null, radioField: PORadioFieldStyle? = null, dropdownMenu: PODropdownMenuStyle? = null, checkbox: POCheckboxStyle? = null, dialog: PODialogStyle? = null, errorMessage: POTextStyle? = null, scanButton: POButtonStyle? = null, actionsContainer: POActionsContainerStyle? = null, @ColorRes backgroundColorResId: Int? = null, @ColorRes dividerColorResId: Int? = null, @ColorRes dragHandleColorResId: Int? = null)

Parameters

title

Title style.

sectionTitle

Section title style.

field

Field style.

radioField

Radio field style.

dropdownMenu

Dropdown menu style.

checkbox

Checkbox style.

dialog

Dialog style.

errorMessage

Error message style.

scanButton

Scan button style.

actionsContainer

Style of action buttons and their container.

backgroundColorResId

Color resource ID for background.

dividerColorResId

Color resource ID for title divider.

dragHandleColorResId

Color resource ID for bottom sheet drag handle.


constructor(title: POTextStyle? = null, sectionTitle: POTextStyle? = null, field: POFieldStyle? = null, checkbox: POCheckboxStyle? = null, radioButton: PORadioButtonStyle? = null, dropdownMenu: PODropdownMenuStyle? = null, dialog: PODialogStyle? = null, errorMessage: POTextStyle? = null, scanButton: POButtonStyle? = null, actionsContainer: POActionsContainerStyle? = null, @ColorRes backgroundColorResId: Int? = null, @ColorRes dividerColorResId: Int? = null, @ColorRes dragHandleColorResId: Int? = null)

Deprecated

Use alternative constructor.

Custom style.

Parameters

title

Title style.

sectionTitle

Section title style.

field

Field style.

checkbox

Checkbox style.

radioButton

Deprecated: not used. Radio button style.

dropdownMenu

Dropdown menu style.

dialog

Dialog style.

errorMessage

Error message style.

scanButton

Scan button style.

actionsContainer

Style of action buttons and their container.

backgroundColorResId

Color resource ID for background.

dividerColorResId

Color resource ID for title divider.

dragHandleColorResId

Color resource ID for bottom sheet drag handle.