Skip to content

Instantly share code, notes, and snippets.

@gsrathoreniks
Last active August 14, 2018 13:26
Show Gist options
  • Save gsrathoreniks/ab2b54793cef2870ac4bd1a05a96d531 to your computer and use it in GitHub Desktop.
Save gsrathoreniks/ab2b54793cef2870ac4bd1a05a96d531 to your computer and use it in GitHub Desktop.
requestWindowFeature(Window.FEATURE_NO_TITLE);
setContentView(R.layout.activity_login);
this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment