Skip to content
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

Open
wants to merge 3 commits into
base: main-ose
Choose a base branch
from

Conversation

ArnyminerZ
Copy link
Member

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

  • Fixed padding for the side menu on landscape mode.
  • Fixed padding for FAB on landscape mode and 3-button navigation enabled.
  • Fixed text overlap with display cutout in horizontal mode.
Landscape mode accounts screen

davx5-fix-horizontal

Sidebar fix

davx5-fix-sidebar

Checklist

  • The PR has a proper title, description and label.
  • I have self-reviewed the PR.
  • I have added documentation to complex functions and functions that can be used by other modules.
  • I have added reasonable tests or consciously decided to not add tests.

Signed-off-by: Arnau Mora <[email protected]>
@ArnyminerZ ArnyminerZ linked an issue Mar 20, 2025 that may be closed by this pull request
2 tasks
@ArnyminerZ
Copy link
Member Author

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

@ArnyminerZ ArnyminerZ requested a review from sunkup March 20, 2025 08:44
@ArnyminerZ ArnyminerZ marked this pull request as ready for review March 20, 2025 08:44
@sunkup
Copy link
Member

sunkup commented Mar 24, 2025

I really think that those are simply Android bugs, but we should fix them, at least until Google does something.

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 ...

Copy link
Member

@sunkup sunkup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works fine for accounts screen. But there are still some views that are missing, like the Webdav mounts (FAB). There may be more. Probably also a good idea to check the buy badges view in the gplay variant.

image

@sunkup
Copy link
Member

sunkup commented Mar 24, 2025

Actually I think that, when in landscape mode, we should not let the content area extend into the cutout areas at all.

image

@ArnyminerZ ArnyminerZ self-assigned this Mar 26, 2025
@ArnyminerZ ArnyminerZ added the bug Something isn't working label Mar 26, 2025
@mbiebl
Copy link
Contributor

mbiebl commented Mar 26, 2025

Actually I think that, when in landscape mode, we should not let the content area extend into the cutout areas at all.

I guess it get's even more complicated on Tablets and split-window mode.
Is there maybe a better way to handle this than simply basing this on whether we are in landscape mode or not?

@ArnyminerZ
Copy link
Member Author

I've simply added a bounding box to all views that makes sure nothing overlays anything:

Accounts screen

accounts

Side panel

sidepanel

Webdav mounts

mounts

Vertical works correctly as well. Only downside is that content cannot be under the navigation bar, but I guess it's just better to keep it this way.

@ArnyminerZ ArnyminerZ requested a review from sunkup March 26, 2025 17:46
Copy link
Member

@sunkup sunkup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When in portrait orientation in the accounts view:

  1. turn the device to landscape orientation
  2. open the account

Now the space left and right is missing. FABs are under the navigation again. This is probably true for other views as well.

image

@ArnyminerZ
Copy link
Member Author

ArnyminerZ commented Mar 31, 2025

Now the space left and right is missing. FABs are under the navigation again. This is probably true for other views as well.

Did you re-build it? I'm not having that issue 🤔

Edit: okay, I guess you used API 34, it's as you've said there.

Intro

api34-intro

Accounts

api34-accounts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI elements partially obscured in landscape mode
3 participants