-
Notifications
You must be signed in to change notification settings - Fork 51
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
problem on android L #31
Comments
I submitted a pull request that takes care of it for my app if you use the getWindow().getDecorView().setSystemUiVisibility( Method of adding translucency. I couldn't seem to get anything to work using android:fitsSystemWindows. |
great! at the moment I use android:fitsSystemWindows - do you have an example of the other method? My initial attempts where not producing the result I wanted |
Check out the merge request from issue 31: Here is the code commit: int translucentLolliPop = activity.getWindow().getDecorView().getSystemUiVisibility();
... |
just playing around with L and stumbled uppon this:
a fitsSystemWindows on the right place might help
The text was updated successfully, but these errors were encountered: