Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save codesburner/903241 to your computer and use it in GitHub Desktop.

Select an option

Save codesburner/903241 to your computer and use it in GitHub Desktop.
//for hide the status bar
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN);
//hide the title bar
requestWindowFeature(Window.FEATURE_NO_TITLE);
requestWindowFeature(Window.FEATURE_PROGRESS);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment