Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 4
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;
			}
Ejemplo n.º 5
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;
			}
Ejemplo n.º 6
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;
			}