Skip to content

Instantly share code, notes, and snippets.

Created March 9, 2014 10:11
Show Gist options
  • Save anonymous/9445567 to your computer and use it in GitHub Desktop.
Save anonymous/9445567 to your computer and use it in GitHub Desktop.
@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.main, menu);
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment