-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
[Android 15] Add edge-to-edge support #8748
Comments
Proposed strategy for implementing edge-to-edge:
|
I assume you're talking about WindowInsets.safeDrawing() and the suggestion is meant for XML layouts, right? |
Yes, I was working off the documentation for WindowInsets.safeDrawing(). I assumed the mechanism used for XML-based layouts has the same concept of "safe drawing" insets. I tried to word it so the approach can be used for both Compose and XML-based layouts. Do you think the strategy on a high level needs to be different depending on the UI framework? |
We want to enable edge-to-edge support for Android 15 compatibility.
See Behavior changes: Edge-to-edge enforcement | Android Developers
Tasks:
Resources:
The text was updated successfully, but these errors were encountered: