Android.App.ActionBar.SetStackedBackgroundDrawable Method
Set the ActionBar's stacked background.

Syntax

[Android.Runtime.Register("setStackedBackgroundDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetStackedBackgroundDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetStackedBackgroundDrawable (Android.Graphics.Drawables.Drawable d)

Parameters

d
Background drawable for the stacked row

Remarks

Set the ActionBar's stacked background. This will appear in the second row/stacked bar on some devices and configurations.

[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