Input View Defaults
Contains default values used by InputView.
Properties
The horizontal content padding inside the card (COUI coui_single_input_card_view.xml paddingStart/End 32dp minus the 16dp coui_preference_input_margin_horizontal card inset).
The corner radius of the card (COUI couiRoundCornerM = coui_round_corner_m).
The font size of the single-line inline counter (COUI coui_input_view.xml input_count: 10sp).
The font size of the error line (COUI couiTextCaption: 10sp).
The top padding of the error line (COUI coui_card_single_input_padding_top).
The bottom padding of the field when a title is shown (COUI coui_input_preference_single_title_padding_bottom; top padding is 0, coui_input_edit_text_has_title_padding_top).
The vertical padding of the field without a title (COUI coui_input_edit_text_no_title_padding_top / _bottom).
The font size of the multi-line counter (COUI couiTextBodyXS: 12sp).
The bottom margin of the multi-line counter (COUI coui_input_edit_count_margin_bottom).
The gap between the multi-line field and its counter.
The vertical padding of the multi-line field (COUI coui_card_multi_edittext_padding).
The minimum height of the title (COUI coui_inputView_title_minheight).
The bottom padding of the title (COUI coui_input_preference_title_padding_bottom).
The top padding of the title (COUI coui_input_preference_single_title_padding_top).
Functions
Default colors used by the InputView.
The default text style of the title (COUI COUIInputTitleStyle / couiTextAppearanceHeadline6: 16sp, sans-serif-medium).