Android.App.ActionBar.SetSplitBackgroundDrawable Method
Set the ActionBar's split background.

Syntax

[Android.Runtime.Register("setSplitBackgroundDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetSplitBackgroundDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetSplitBackgroundDrawable (Android.Graphics.Drawables.Drawable d)

Parameters

d
Background drawable for the split bar

Remarks

Set the ActionBar's split background. This will appear in the split action bar containing menu-provided action buttons on some devices and configurations.

You can enable split action bar with NoType:android/R$attr;Href=../../../reference/android/R.attr.html#uiOptions

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14