Skip to content

Instantly share code, notes, and snippets.

@koalahamlet
Last active December 27, 2016 19:08
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 koalahamlet/233970b7ccfc5a44113dbdd9d2ed5c29 to your computer and use it in GitHub Desktop.
Save koalahamlet/233970b7ccfc5a44113dbdd9d2ed5c29 to your computer and use it in GitHub Desktop.
transparent navbar
onCreate() {
getWindow().getDecorView()
.setSystemUiVisibility(
View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment