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

Proper UI Scaling for odd screen sizes #17

Open
7 tasks
likeich opened this issue Nov 27, 2024 · 0 comments
Open
7 tasks

Proper UI Scaling for odd screen sizes #17

likeich opened this issue Nov 27, 2024 · 0 comments

Comments

@likeich
Copy link
Owner

likeich commented Nov 27, 2024

Ensure UI scales properly with different screen sizes. This is mostly an issue with tablets, small devices like the Pocket DMG, and large devices like TVs and Samsung DEX.

App Drawer

  • Scale sidebar based on a % of the screen.
  • Scale the close button to fill the max width while maintaining a normal height.
  • Scale the keyboard grid to arbitrarily fill whatever space it has.

Settings Menu

  • Scale settings sidebar based on screen size percentage.
  • Consider replacing the sidebar with a single column of icons on very small screens (Pocket DMG).
  • Scale toggle button text and icons in the sidebar (ConstraintLayout?).
  • Fix dock toggles overlapping on small screens (Pocket DMG).
@likeich likeich converted this from a draft issue Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

1 participant