Skip to content

Commit

Permalink
[Dialog] Updated docs to have a short description of each available d…
Browse files Browse the repository at this point in the history
…ialog theme overlay

Resolves #4121

PiperOrigin-RevId: 620282852
  • Loading branch information
hunterstich authored and paulfthomas committed Apr 2, 2024
1 parent 747fe8c commit 0a21fe7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/components/Dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ Element | **Attribute** | **Related methods** | **Default

#### Theme overlays

Element | **Theme overlay**
-------------------------- | -----------------
**Default theme overlay** | `ThemeOverlay.Material3.MaterialAlertDialog`
**Centered theme overlay** | `ThemeOverlay.Material3.MaterialAlertDialog.Centered`
Element | **Theme overlay** | Description
-------------------------- | ------------------------------------------------------ | -------------
**Default theme overlay** | `ThemeOverlay.Material3.MaterialAlertDialog` | Dialogs have start-aligned icons and titles with end-aligned buttons
**Centered theme overlay** | `ThemeOverlay.Material3.MaterialAlertDialog.Centered` | Dialogs have center-aligned icons and titles with end-aligned buttons

Default theme overlay attribute: `?attr/materialAlertDialogTheme`

Expand Down

0 comments on commit 0a21fe7

Please sign in to comment.