TabWidget.SetLeftStripDrawable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetLeftStripDrawable(Drawable) |
Sets the drawable to use as the left part of the strip below the tab indicators. |
SetLeftStripDrawable(Int32) |
Sets the drawable to use as the left part of the strip below the tab indicators. |
SetLeftStripDrawable(Drawable)
Sets the drawable to use as the left part of the strip below the tab indicators.
[Android.Runtime.Register("setLeftStripDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetLeftStripDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetLeftStripDrawable (Android.Graphics.Drawables.Drawable? drawable);
[<Android.Runtime.Register("setLeftStripDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetLeftStripDrawable_Landroid_graphics_drawable_Drawable_Handler")>]
abstract member SetLeftStripDrawable : Android.Graphics.Drawables.Drawable -> unit
override this.SetLeftStripDrawable : Android.Graphics.Drawables.Drawable -> unit
Parameters
- drawable
- Drawable
the left strip drawable
- Attributes
Remarks
Sets the drawable to use as the left part of the strip below the tab indicators.
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
SetLeftStripDrawable(Int32)
Sets the drawable to use as the left part of the strip below the tab indicators.
[Android.Runtime.Register("setLeftStripDrawable", "(I)V", "GetSetLeftStripDrawable_IHandler")]
public virtual void SetLeftStripDrawable (int resId);
[<Android.Runtime.Register("setLeftStripDrawable", "(I)V", "GetSetLeftStripDrawable_IHandler")>]
abstract member SetLeftStripDrawable : int -> unit
override this.SetLeftStripDrawable : int -> unit
Parameters
- resId
- Int32
the resource identifier of the drawable to use as the left strip drawable
- Attributes
Remarks
Sets the drawable to use as the left part of the strip below the tab indicators.
Java documentation for android.widget.TabWidget.setLeftStripDrawable(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.