Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@espritm
Created March 27, 2017 14:08
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/020552f1269008d1e248d7e0beae52e0 to your computer and use it in GitHub Desktop.
Save espritm/020552f1269008d1e248d7e0beae52e0 to your computer and use it in GitHub Desktop.
protected override void OnCreate(Bundle bundle)
{
//...
//Display sandwich menu icon
SupportActionBar.SetDisplayHomeAsUpEnabled(true);
SupportActionBar.SetHomeAsUpIndicator(Resource.Drawable.ic_menu_white_24dp);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment