Skip to content

Instantly share code, notes, and snippets.

@cheankumio
Created March 7, 2018 08:55
Show Gist options
  • Save cheankumio/0ea91c1e972599e0bb07a334ad629343 to your computer and use it in GitHub Desktop.
Save cheankumio/0ea91c1e972599e0bb07a334ad629343 to your computer and use it in GitHub Desktop.
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
getSupportActionBar().hide();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment