DialogDefaults

Properties

Link copied to clipboard

The bottom inset of the divider between horizontal dialog bar buttons. COUI coui_bottom_alert_dialog_horizontal_button_padding_bottom_extra_divider_new.

Link copied to clipboard

The top inset of the divider between horizontal dialog bar buttons. COUI coui_bottom_alert_dialog_horizontal_button_padding_top_extra_divider_new.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The min height of a horizontal dialog button bar. COUI coui_alert_dialog_button_height.

Link copied to clipboard

The default corner radius of the dialog panel. COUI smooth-corner token coui_round_corner_xxl_radius, reproduced by the squircle surface.

Link copied to clipboard

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.

Link copied to clipboard

The default upper bound on dialog content width. Keeps dialogs from stretching across tablet / desktop windows. COUI coui_dialog_max_width.

Link copied to clipboard

The default margin outside the dialog. COUI coui_dialog_layout_margin_horizontal / coui_dialog_layout_margin_vertical.

Functions

Link copied to clipboard

The default background color of the dialog.

Link copied to clipboard

The default color of the summary. COUI uses the same primary label color as the title.

Link copied to clipboard

The default color of the title.