-
Notifications
You must be signed in to change notification settings - Fork 6
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
Proposal - Add support for large display devices (Tablets or devices with landscape orientation) #63
Comments
Hi, I've done some work on this. I've combined some UI elements so that the user experience is a little more usable on tablets. Do try it out and see if I've broken anything. I've only tested it on an emulator, and it's only just some minor UI redesign, so everything should be as functional as before. Download APK: See also #58 |
Finally can update this issue, yay. First of all - thanks for the update. However, there are quite a few issues with the UI layout on the big screen, as well as a few broken things now. |
The UI of the AmpRack (as of version 4) works perfectly fine with most mobile devices' screens of small or medium size.
However, it's not working great for tablets.
Main issues are
Note that some of these troubles can be avoided with the usage of developer options like
However, there would still be a few issues even with such workarounds.
The current app UI in such cases looks like this:
The crash is also observable during this action:
My purpose is to implement a few things of different complexity to help with it.
The text was updated successfully, but these errors were encountered: