TabView
The styling definition for the "tab 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_transparent . |
highlightTextColorName | String | The color name for the highlighted text that references a color in the asset catalog of the application. The default value is hui_text . |
iconTextPadding | Number | The padding between the icon and the text. The default value is 8 . |
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 |
selectedTabIndicatorColorName | String | The color name for the selected tab indicator that references a color in the asset catalog of the application. The default value is hui_text . |
textAppearance | String | The text appearance. The default value is TextAppearance.Body . |
textColorName | String | The color name for the text that references a color in the asset catalog of the application. The default value is hui_placeholder_immutable . |