You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BottomSheet] Widget.Material3.BottomSheet.Modal should have enableEdgeToEdge by default, otherwise there will be a gap at the system navigation bar if the app uses a custom theme
#4367
Open
ashnohe opened this issue
Nov 6, 2024
· 0 comments
Widget.Material3.BottomSheet.Modal should have <item name="enableEdgeToEdge">true</item> by default for SDK 35+, otherwise there will be a gap at the system navigation bar if the app uses a custom theme that inherits from Widget.Material3.BottomSheet.Modal and targets SDK 35 (at which point edge-to-edge is enforced).
See attached images, one showing a gap without enableEdgeToEdge and without a gap with enableEdgeToEdge.
The documentation should also be updated to talk about the new BottomSheet behavior.
The text was updated successfully, but these errors were encountered:
Widget.Material3.BottomSheet.Modal
should have<item name="enableEdgeToEdge">true</item>
by default for SDK 35+, otherwise there will be a gap at the system navigation bar if the app uses a custom theme that inherits fromWidget.Material3.BottomSheet.Modal
and targets SDK 35 (at which point edge-to-edge is enforced).See attached images, one showing a gap without
enableEdgeToEdge
and without a gap withenableEdgeToEdge
.The documentation should also be updated to talk about the new BottomSheet behavior.
The text was updated successfully, but these errors were encountered: