File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,9 +204,9 @@ specifying any of these to true on the view:
204204* ` app:paddingTopSystemWindowInsets `
205205
206206On 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.
208208To 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.*" >
You can’t perform that action at this time.
0 commit comments