Skip to content

Instantly share code, notes, and snippets.

@fercarcedo
Last active March 20, 2020 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fercarcedo/149ec07caa589b6b813242fe18609ce4 to your computer and use it in GitHub Desktop.
Save fercarcedo/149ec07caa589b6b813242fe18609ce4 to your computer and use it in GitHub Desktop.
// Old way (now deprecated) of requesting the app to be
// laid out fullscreen and hiding the navigation
view.systemUiVisibility = View.SYSTEM_UI_FLAG_LAYOUT_STABLE or
View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN or
View.SYSTEM_UI_FLAG_HIDE_NAVIGATION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment