TabWidget.SetRightStripDrawable Method

Definition

Overloads

SetRightStripDrawable(Drawable)

Sets the drawable to use as the right part of the strip below the tab indicators.

SetRightStripDrawable(Int32)

Sets the drawable to use as the right part of the strip below the tab indicators.

SetRightStripDrawable(Drawable)

Sets the drawable to use as the right part of the strip below the tab indicators.

[Android.Runtime.Register("setRightStripDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetRightStripDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetRightStripDrawable (Android.Graphics.Drawables.Drawable? drawable);
[<Android.Runtime.Register("setRightStripDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetRightStripDrawable_Landroid_graphics_drawable_Drawable_Handler")>]
abstract member SetRightStripDrawable : Android.Graphics.Drawables.Drawable -> unit
override this.SetRightStripDrawable : Android.Graphics.Drawables.Drawable -> unit

Parameters

drawable
Drawable

the right strip drawable

Attributes

Remarks

Sets the drawable to use as the right part of the strip below the tab indicators.

Java documentation for android.widget.TabWidget.setRightStripDrawable(android.graphics.drawable.Drawable).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

SetRightStripDrawable(Int32)

Sets the drawable to use as the right part of the strip below the tab indicators.

[Android.Runtime.Register("setRightStripDrawable", "(I)V", "GetSetRightStripDrawable_IHandler")]
public virtual void SetRightStripDrawable (int resId);
[<Android.Runtime.Register("setRightStripDrawable", "(I)V", "GetSetRightStripDrawable_IHandler")>]
abstract member SetRightStripDrawable : int -> unit
override this.SetRightStripDrawable : int -> unit

Parameters

resId
Int32

the resource identifier of the drawable to use as the right strip drawable

Attributes

Remarks

Sets the drawable to use as the right part of the strip below the tab indicators.

Java documentation for android.widget.TabWidget.setRightStripDrawable(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to