ExpandableView

The style definition for the "expandable 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.
borderColorName String The color name for the border that references a color in the asset catalog of the application. The default value is hui_checkbox_stroke.
borderWidth Number The width of the border. The default value is 1.
contentTextAppearance String The content text appearance. The default value is TextAppearance.Body.
contentTextColorName String The content color name for the text that references a color in the asset catalog of the application. The default value is hui_text_immutable.
cornerRadius Number The radius of the corner. The default value is 8.
iconImageName String The icon image name that references an image in the asset catalog of the application. The default value is hui_ic_chevron_right.
iconTintColorName String The icon color name that references a color in the asset catalog of the application. It is used to tint the image. The default value is hui_text_immutable.
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
titleTextAppearance String The title text appearance. The default value is TextAppearance.Body.
titleTextColorName String The title color name for the text that references a color in the asset catalog of the application. The default value is hui_text_immutable.