Skip to content
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

NavigationBar and Full Screen in landscape mode #624

Closed
bmelnychuk opened this issue Sep 5, 2015 · 3 comments
Closed

NavigationBar and Full Screen in landscape mode #624

bmelnychuk opened this issue Sep 5, 2015 · 3 comments
Assignees
Labels

Comments

@bmelnychuk
Copy link

I want to hide status bar and navigation bar in my activity. Also I want to have drawer there. Everything works fine in portrait mode. But after rotation to landscape this blue line appears(see attached screenshot). I believe this is margin or padding. Do you have any ideas where it comes from?
And if I remove drawer everything works fine.
Thank you for great library!
drawer_landscape

@mikepenz
Copy link
Owner

mikepenz commented Sep 5, 2015

@bmelnychuk have you enabled fullscreen view like shown in the fullscreen activity?

@mikepenz mikepenz self-assigned this Sep 5, 2015
@bmelnychuk
Copy link
Author

yes, I enabled full screen. In your sample app navigation bar (the one on bottom) is transparent in portrait mode, in landscape mode (it appears on right side) it's just there. So I tried to hide it, and get this blue line instead.
Thanks for quick response

@mikepenz
Copy link
Owner

mikepenz commented Sep 7, 2015

@bmelnychuk there is now a new method to handle this

withSystemUIHidden(true)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants