Chip Defaults
Contains default values used by Chip.
Properties
The corner radius of a chip. COUIChipDrawable resolves the default chipCornerRadius (-1) to half of the background height, i.e. a capsule for the default 32dp height.
The spacing between the icon and the label (COUI coui_chip_selection_style_chip_icon_end_padding).
The horizontal padding inside a chip (COUI coui_chip_selection_style_chip_horizontal_padding; the icon start padding shares the same 12dp value).
The maximum width of the label (COUI coui_chip_default_max_text_width / chipTextMaxWidth).
Functions
The default ChipColors, mapping the Widget.COUI.Chip color attributes: uncheckedBackgroundColor/uncheckedDisabledBackgroundColor = couiColorContainer8, checkedBackgroundColor = couiColorPrimary, checkedDisabledBackgroundColor = couiColorDisable, uncheckedTextColor = couiColorLabelPrimary, checkedTextColor = couiColorLabelOnColor and the chip_checked/unchecked_text_disable_color selectors.
The default text style of the label (COUI Widget.COUI.Chip.Selection textAppearance couiTextBodyM: 14sp).