Style

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

Custom style.

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.

Constructors

Link copied to clipboard
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)

Custom 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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val dialog: PODialogStyle? = null
Link copied to clipboard
val dividerColorResId: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val field: POFieldStyle? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val title: POTextStyle? = null

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)