We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description:
Expanded BottomSheetDialog shouldn't have top insets when it's in the bottom split screen.
Repro steps:
Expected behavior: there wouldn't be top insets above the header.
This only occurs for expanded bottom sheets. This issue doesn't occur on Android 14. Note edge-to-edge was enforced on Android 15.
Sample app attached.
BottomSheetDialogTest.zip
Android API version:
Android 15 (SDK 35)
Material Library version:
1.13.0-alpha06
Device:
Tested on Pixel Fold
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
Expanded BottomSheetDialog shouldn't have top insets when it's in the bottom split screen.
Repro steps:
==> App moves to the bottom split screen. Extra top insets above the header.
Expected behavior: there wouldn't be top insets above the header.
This only occurs for expanded bottom sheets. This issue doesn't occur on Android 14. Note edge-to-edge was enforced on Android 15.
Sample app attached.
BottomSheetDialogTest.zip
Android API version:
Android 15 (SDK 35)
Material Library version:
1.13.0-alpha06
Device:
Tested on Pixel Fold
The text was updated successfully, but these errors were encountered: