Skip to content

Instantly share code, notes, and snippets.

@espritm
Created March 27, 2017 14:20
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 espritm/b5ceaa8501e4b6d77a3b4aa40a357d3f to your computer and use it in GitHub Desktop.
Save espritm/b5ceaa8501e4b6d77a3b4aa40a357d3f to your computer and use it in GitHub Desktop.
public override bool OnOptionsItemSelected(IMenuItem item)
{
switch (item.ItemId)
{
//...
//Handle sandwich menu icon click
case Android.Resource.Id.Home:
//...
break;
}
return base.OnOptionsItemSelected(item);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment