Dialog Defaults
Properties
The bottom inset of the divider between horizontal dialog bar buttons. COUI coui_bottom_alert_dialog_horizontal_button_padding_bottom_extra_divider_new.
The top inset of the divider between horizontal dialog bar buttons. COUI coui_bottom_alert_dialog_horizontal_button_padding_top_extra_divider_new.
The thickness of the divider between horizontal dialog bar buttons. COUI coui_delete_alert_dialog_divider_height_horizontalbutton; the 0.33dp _verticalbutton token applies only when the bar stacks vertically.
The paddings of a button in a horizontal dialog button bar. COUI coui_alert_dialog_button_horizontal_padding and the vertical values COUIButtonBarLayout.resetHorButsPadding settles on, coui_bottom_alert_dialog_horizontal_button_padding_top/bottom_extra_new, so the panel bottom inset is carried by the buttons themselves.
The min height of a horizontal dialog button bar. COUI coui_alert_dialog_button_height.
The default corner radius of the dialog panel. COUI smooth-corner token coui_round_corner_xxl_radius, reproduced by the squircle surface.
The default margin for the built-in title and summary texts: width is their horizontal padding (COUI coui_alert_dialog_message_padding_left), height is the top padding above the title (coui_no_message_alert_dialog_title_margin_top). The content slot is left unpadded so COUI-style button bars can span the full panel width.
The default margin outside the dialog. COUI coui_dialog_layout_margin_horizontal / coui_dialog_layout_margin_vertical.