-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Fixed paddings on horizontal mode #1353
base: main-ose
Are you sure you want to change the base?
Fixed paddings on horizontal mode #1353
Conversation
Signed-off-by: Arnau Mora <[email protected]>
I really think that those are simply Android bugs, but we should fix them, at least until Google does something. Edge-to-edge is really buggy and strange, and for some reason they are enforcing it |
What makes you think that? In the docs they say we got to handle it manually ourselves. https://developer.android.com/develop/ui/compose/system/cutouts#handle-cutout So I don't think google considers it an android bug ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it get's even more complicated on Tablets and split-window mode. |
Signed-off-by: Arnau Mora <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Purpose
Horizontal mode's paddings are not correct, causing some parts of the UI to be overlaid by the system UI. See #1346 for examples.
Short description
Landscape mode accounts screen
Sidebar fix
Checklist