-
Notifications
You must be signed in to change notification settings - Fork 29
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
Statusbar problem #4
Comments
Same here. Can't use this otherwise nice lib with this bug. |
You probably have android:fitsSystemWindows="true" in your activity layout. This value must be set to false. |
I have the same issue. Will you implement a solution? |
Quick fix for anyone having this problem:
if your statusbar is transparent add this too:
Add this in your fragment´s onCreateView |
Hi and thank you for your work.
I try to use your library but I've a big problem when I show the dialog.
I got this result:
please can you help me?
The text was updated successfully, but these errors were encountered: