HeaderView

The style definition for the "header 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.
iconTextPadding Number The padding between the icon and the text. The default value is 16.
imageName String The image name that references an image in the asset catalog of the application. The default value is hui_ic_curity_logo.
imageTintColorName String The color name that references a color in the asset catalog of the application. It is used to tint the image. The value is optional. The default value is omitted. Omitting this value does not apply any colors to the image.
paddingBottom Number The bottom padding. The default value is 16.
paddingLeft Number The left padding. The default value is 0.
paddingRight Number The right padding. The default value is 0.
paddingTop Number The top padding. The default value is 0.
textAppearance String The text appearance. The default value is TextAppearance.Title2.Bold.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.
titleText String The title of the header view. The value is optional. The default value is omitted. Omitting this value hides the title.