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

[UI]: Excessive top padding in Navigation Drawer and Top Bar #1870

Open
6 tasks done
RivanParmar opened this issue Nov 17, 2024 · 0 comments
Open
6 tasks done

[UI]: Excessive top padding in Navigation Drawer and Top Bar #1870

RivanParmar opened this issue Nov 17, 2024 · 0 comments
Labels
bug Something isn't working new issue This issue is not triaged

Comments

@RivanParmar
Copy link

Checklist

Describe the bug

The custom TopBar implemented in DownloadPageV2 appears to have excessive top padding (although it does not), as evident in the attached screenshot. Moreover, since you can't scroll up to collapse the TopBar without having an item in the below list, it feels like a UI bug. The Navigation Drawer also has too much padding at the top.

To Reproduce

For Top Bar:

  • Open the app.

For Navigation Drawer:

  • Open the app.
  • Click on the menu icon at the top left.

Error reports

None

Screenshots & Screen Records

Screenshot_20241117-232337
Screenshot_20241117-232657

Additional context

This is just a suggestion, but since the app is following Material Design 3 guidelines, it would be better to use either a LargeTopAppBar or a MediumTopAppBar available in the Compose Material 3 library. However, if a custom version still needs to be used, then maybe the navigation drawer icon should be fixed towards the top rather than moving it up and down along with the bar.

App version: 2.0.0-alpha.4
Android version: Android 14

@RivanParmar RivanParmar added bug Something isn't working new issue This issue is not triaged labels Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new issue This issue is not triaged
Projects
None yet
Development

No branches or pull requests

1 participant