예제 #1
0
파일: ContextMenus.cs 프로젝트: adbk/spikes
		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;
		}