Skip to content

Instantly share code, notes, and snippets.

@ziginsider
Created November 28, 2017 09:11
Show Gist options
  • Save ziginsider/be8c18b09c2ed658e0d57168bd49c017 to your computer and use it in GitHub Desktop.
Save ziginsider/be8c18b09c2ed658e0d57168bd49c017 to your computer and use it in GitHub Desktop.
@Override
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.menu_main, menu);
return super.onCreateOptionsMenu(menu);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment