Skip to content

Commit 8fb6ea3

Browse files
manabu-nakamuraimhappi
authored andcommitted
[Docs][BottomSheet] not app:enableEdgeToEdge but enableEdgeToEdge
Resolves #4360 GIT_ORIGIN_REV_ID=acf4ee2bd97c7ecb261da9f885ffd654c6b09733 PiperOrigin-RevId: 706762905
1 parent 410f262 commit 8fb6ea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/BottomSheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ specifying any of these to true on the view:
204204
* `app:paddingTopSystemWindowInsets`
205205

206206
On API 21 and above the modal bottom sheet will be rendered fullscreen (edge to
207-
edge) if the navigation bar is transparent and `app:enableEdgeToEdge` is true.
207+
edge) if the navigation bar is transparent and `enableEdgeToEdge` is true.
208208
To enable edge-to-edge by default for modal bottom sheets, you can override
209-
`?attr/bottomSheetDialogTheme` like the below example:
209+
`?attr/bottomSheetDialogTheme` like the below example (`enableEdgeToEdge` is already true in `ThemeOverlay.Material3.BottomSheetDialog`):
210210

211211
```xml
212212
<style name="AppTheme" parent="Theme.Material3.*">

0 commit comments

Comments
 (0)