text Field Colors
Default colors used by the TextField.
Parameters
The fill color of the TextFieldMode.Rectangle box. COUI rect mode is stroke-only (GradientDrawable with no solid color), so this defaults to transparent.
The color of the label / placeholder (COUI android:textColorHint = couiColorLabelSecondary; the collapsed label couiColorSecondNeutral resolves to the same 54% neutral).
The color of the border / focused underline (COUI couiStrokeColor = couiColorPrimary).
The color of the border / underline when the TextField is not focused (COUI couiDefaultStrokeColor = couiColorDivider).
The border / underline / label / counter-overflow color in error state (COUI couiColorError).
The color of the character counter (COUI couiColorHintNeutral).
The tint of the built-in clear / password buttons (COUI couiColorLabelSecondary).
The input text / label color when the TextField is disabled (COUI coui_edit_text_color state_enabled=false -> couiColorDisabledNeutral).