Пример #1
0
		public override bool OnOptionsItemSelected (Xamarin.ActionbarSherlockBinding.Views.IMenuItem item)
		{
			//This uses the imported MenuItem from ActionBarSherlock
			Toast.MakeText (this, "Got click: " + item.ToString (), ToastLength.Short).Show ();
			return true;
		}