@@ -17,9 +17,7 @@ can contain critical information, require decisions, or involve multiple tasks.
1717** Contents**
1818
1919* [ Using dialogs] ( #using-dialogs )
20- * [ Alert dialog] ( #alert-dialog )
21- * [ Simple dialog] ( #simple-dialog )
22- * [ Confirmation dialog] ( #confirmation-dialog )
20+ * [ Basic dialog] ( #basic-dialog )
2321* [ Full-screen dialog] ( #full-screen-dialog )
2422* [ Theming] ( #theming-dialogs )
2523
@@ -178,9 +176,11 @@ For specific button attributes, see the
178176
179177#### Scrim attributes
180178
181- Element | ** Attribute** | ** Related methods** | ** Default value**
182- --------------- | ----------------------------- | ------------------- | -----------------
183- ** Dim ammount** | ` android:backgroundDimAmount ` | N/A | 32%
179+ | Element | ** Attribute** | ** Related | ** Default value** |
180+ : : : methods** : :
181+ | -------- | ----------------------------- | --------- | ----------------- |
182+ | ** Dim | ` android:backgroundDimAmount ` | N/A | 32% |
183+ : amount** : : : :
184184
185185#### Theme overlays
186186
210210## Theming dialogs
211211
212212A dialog supports
213- [ Material Theming] ( https://material.io/components/dialogs/#theming ) and can be
214- customized in terms of color, typography and shape.
213+ [ Material Theming] ( https://material.io/components/dialogs/#theming ) which can
214+ customize color, typography and shape.
215215
216216### Dialog theming example
217217
@@ -272,7 +272,7 @@ In `res/values/styles.xml`:
272272</style >
273273```
274274
275- Or if you want to only change one specific dialog, pass the ` themeResId ` to the
275+ Or if you want to change only one specific dialog, pass the ` themeResId ` to the
276276constructor:
277277
278278``` kt
0 commit comments