public void Init (TabPageIndicator parent, string text, int index)
			{
				mParent = parent;
				mIndex = index;
	
				TextView textView = FindViewById<TextView> (Android.Resource.Id.Text1);
				textView.Text = text;
			}