예제 #1
0
 /// <summary>Specify a view as the tab indicator.</summary>
 /// <remarks>Specify a view as the tab indicator.</remarks>
 public virtual android.widget.TabHost.TabSpec setIndicator(android.view.View view
                                                            )
 {
     this.mIndicatorStrategy = new android.widget.TabHost.ViewIndicatorStrategy(this._enclosing
                                                                                , view);
     return(this);
 }
예제 #2
0
 /// <summary>Specify a label and icon as the tab indicator.</summary>
 /// <remarks>Specify a label and icon as the tab indicator.</remarks>
 public virtual android.widget.TabHost.TabSpec setIndicator(java.lang.CharSequence
                                                            label, android.graphics.drawable.Drawable icon)
 {
     this.mIndicatorStrategy = new android.widget.TabHost.LabelAndIconIndicatorStrategy
                                   (this._enclosing, label, icon);
     return(this);
 }
예제 #3
0
 /// <summary>Specify a label as the tab indicator.</summary>
 /// <remarks>Specify a label as the tab indicator.</remarks>
 public virtual android.widget.TabHost.TabSpec setIndicator(java.lang.CharSequence
                                                            label)
 {
     this.mIndicatorStrategy = new android.widget.TabHost.LabelIndicatorStrategy(this.
                                                                                 _enclosing, label);
     return(this);
 }
예제 #4
0
파일: TabHost.cs 프로젝트: hakeemsm/XobotOS
			/// <summary>Specify a view as the tab indicator.</summary>
			/// <remarks>Specify a view as the tab indicator.</remarks>
			public virtual android.widget.TabHost.TabSpec setIndicator(android.view.View view
				)
			{
				this.mIndicatorStrategy = new android.widget.TabHost.ViewIndicatorStrategy(this._enclosing
					, view);
				return this;
			}
예제 #5
0
파일: TabHost.cs 프로젝트: hakeemsm/XobotOS
			/// <summary>Specify a label and icon as the tab indicator.</summary>
			/// <remarks>Specify a label and icon as the tab indicator.</remarks>
			public virtual android.widget.TabHost.TabSpec setIndicator(java.lang.CharSequence
				 label, android.graphics.drawable.Drawable icon)
			{
				this.mIndicatorStrategy = new android.widget.TabHost.LabelAndIconIndicatorStrategy
					(this._enclosing, label, icon);
				return this;
			}
예제 #6
0
파일: TabHost.cs 프로젝트: hakeemsm/XobotOS
			/// <summary>Specify a label as the tab indicator.</summary>
			/// <remarks>Specify a label as the tab indicator.</remarks>
			public virtual android.widget.TabHost.TabSpec setIndicator(java.lang.CharSequence
				 label)
			{
				this.mIndicatorStrategy = new android.widget.TabHost.LabelIndicatorStrategy(this.
					_enclosing, label);
				return this;
			}