TextPickerView
The style definition for the "text picker view".
Key | Type | Description |
---|---|---|
backgroundColorName | String | The color name for the background that references a color in the asset catalog of the application. The default value is hui_button_background_secondary . |
itemBackgroundColorName | String | The color name for the item background that references a color in the asset catalog of the application. The default value is hui_button_background_secondary . |
itemViewClassName | String | The class name for an item view that is used in the PickerView. The default value is omitted. |
paddingBottom | Number | The bottom padding. The default value is 8 . |
paddingLeft | Number | The left padding. The default value is 8 . |
paddingRight | Number | The right padding. The default value is 8 . |
paddingTop | Number | The top padding. The default value is 8 |
textAppearance | String | The text appearance. The default value is TextAppearance.Text.Center . |
textColorName | String | The color name for the text that references a color in the asset catalog of the application. The default value is hui_text_immutable . |
toolbarBackgroundColorName | String | The color name for the toolbar background that references a color in the asset catalog of the application. The default value is hui_button_background_secondary . |
toolbarTextTintColorName | String | The color name for the toolbar tint that references a color in the asset catalog of the application. The default value is hui_text_immutable . |