Created
January 25, 2020 17:46
-
-
Save ShwetaChauhan18/7b0fe02fb823d49a8b274531d1036ee8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
view.systemUiVisibility = | |
// We wish to be laid out as if the | |
// navigation bar was hidden | |
View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION or | |
// We wish to be laid out fullscreen, | |
// behind the status bar | |
View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN or | |
// We wish to be laid out at | |
// the most extreme scenario of any other flags | |
View.SYSTEM_UI_FLAG_LAYOUT_STABLE | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment