Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsibinski/4053bd9d9aaf8d28fbf6960b1a5855df to your computer and use it in GitHub Desktop.
Save dsibinski/4053bd9d9aaf8d28fbf6960b1a5855df to your computer and use it in GitHub Desktop.
public override bool OnCreateOptionsMenu(IMenu menu)
{
MenuInflater.Inflate(Resource.Menu.ActionBarMenu, menu);
return base.OnPrepareOptionsMenu(menu);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment