TabWidget.SetDividerDrawable 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
SetDividerDrawable(Drawable) |
Sets the drawable to use as a divider between the tab indicators. |
SetDividerDrawable(Int32) |
Sets the drawable to use as a divider between the tab indicators. |
SetDividerDrawable(Drawable)
Sets the drawable to use as a divider between the tab indicators.
[Android.Runtime.Register("setDividerDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetDividerDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public override void SetDividerDrawable (Android.Graphics.Drawables.Drawable? drawable);
[<Android.Runtime.Register("setDividerDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetDividerDrawable_Landroid_graphics_drawable_Drawable_Handler")>]
override this.SetDividerDrawable : Android.Graphics.Drawables.Drawable -> unit
Parameters
- drawable
- Drawable
the divider drawable
- Attributes
Remarks
Sets the drawable to use as a divider between 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
SetDividerDrawable(Int32)
Sets the drawable to use as a divider between the tab indicators.
[Android.Runtime.Register("setDividerDrawable", "(I)V", "GetSetDividerDrawable_IHandler")]
public virtual void SetDividerDrawable (int resId);
[<Android.Runtime.Register("setDividerDrawable", "(I)V", "GetSetDividerDrawable_IHandler")>]
override this.SetDividerDrawable : int -> unit
Parameters
- resId
- Int32
the resource identifier of the drawable to use as a divider
- Attributes
Remarks
Sets the drawable to use as a divider between the tab indicators.
Java documentation for android.widget.TabWidget.setDividerDrawable(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.