-
Notifications
You must be signed in to change notification settings - Fork 121
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
Sneaker doesn't appear when statusbar is translucent #26
Comments
Sorry to be so insistent, but this problem can be easily solved by merging this PR : #25. In few words, what I've changed is just putting a min height of |
Hi, the fix you suggested is working for only your senario. For your case you are not removing status bar, you are making status bas About your fix this will work for Translucent status bar but for no status bar its adding top padding that should not be there. Thats why i added this issue as a bug. |
If you need to customize the library according to your requirement. You can clone and make the changes and use it. |
OK, understood. So, the fix is simple (to avoid any changes in other modes than translucent statusbar). |
Hi, as explained in my PR, the Sneaker isn't shown when I remove the statusbar from the Activity (and I'm not talking about Toolbar/Actionbar).
This is the code I use to remove the statusbar in any activity :
The text was updated successfully, but these errors were encountered: