-
Notifications
You must be signed in to change notification settings - Fork 18
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
Other apps that expand behind the Navigation Bar #30
Comments
Thank you. I was a little confused about the expanding problem, as it seems really unreasonable that expanding only happens on specific apps. Maybe caused by FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS. I have two possible ways to solve this. The first is to add a wrapper to the decor view and set fitsSystemWindows to true which have already fixed the BBM app but does not seem to work on other apps. The other way is to hard-code the view's margins. I have not tried with this so I am not sure if it works. These days I am busy rewriting another Xposed module SwipeBack, and preparing for a big exam (I am a student) this is why Lolistat is not under developement recently. I will go back to developing Lolistat as soon as SwipeBack2 is released. Forks are always welcome, no matter contributing or not. |
Thanks for the detailed response! Lolistat seemed plenty active to me, so As for your exams, those obviously take precedence. Best of luck to you! I'll check out SwipeBack too, and you can be on the lookout for a Fork :) Best! Tom.
|
Hi :)
I wasn't sure whether I should chime in on one of the other open reports, so I figured I'd start a new one and maybe they can be grouped or something.
Just like in 8 and 14, I've noticed that a few of my applications end up with actionable items masked by the nav bar. I can go through and make a complete list, but the one on the front of my mind is Rdio, where the entire shuttle (play / pause, previous, next, etc) is hidden, thus rendering the UI almost useless. This can be alleviated by blacklisting the app, but I rather like the way my phone looks with Lolistat running :D FWIW, I'm running Euphoria OS 1.0 (5.0.2 base) on a Nexus 6. Please don't hesitate to ask for any other information - I'm happy to help!
On the topic, are you amenable to Forking? I'm not such a much, but if you're alright with it, I wouldn't mind tinkering without destroying your work :)
Thank you!
Tom.
The text was updated successfully, but these errors were encountered: