protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            // Use our own list adapter
            ListAdapter = new SpeechListAdapter(this);
        }
示例#2
0
		protected override void OnCreate (Bundle bundle)
		{
			base.OnCreate (bundle);

			// Use our own list adapter
			ListAdapter = new SpeechListAdapter (this);
		}