-
Notifications
You must be signed in to change notification settings - Fork 49
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
GUI doesn't scale on custom resolutions #26
Comments
You could try to report OmniROM, hopefully, you get an answer from them. |
The black bar is expected AOSP behavior which most custom ROMs override by default. Sadly, OmniROM is not one of them, but it is still not an issue with the ROM. |
I think this is what you need: https://developer.android.com/guide/practices/screens-distribution.html Or, alternatively: More info: |
I don't have time on the project. You might like to download the GUI code and try it out on your device. |
Running OnePlus 5T here with OmniROM. I have disabled the navigation bar and I use gestures. The GUI (at least version 2.2) has a black bar on the bottom, which is a result of the odd resolution that my phone has with nav bar disabled. There is an AndroidManifest property that can be added to solve this, trying to find it right now. Most ROMs will scale no matter the availability of this property, but OmniROM and some others don't.
The text was updated successfully, but these errors were encountered: