Android.App.ActionBar.SetBackgroundDrawable Method
Set the ActionBar's background.

Syntax

[Android.Runtime.Register("setBackgroundDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetBackgroundDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public abstract void SetBackgroundDrawable (Android.Graphics.Drawables.Drawable d)

See Also

ActionBar.SetStackedBackgroundDrawable(Android.Graphics.Drawables.Drawable)
ActionBar.SetSplitBackgroundDrawable(Android.Graphics.Drawables.Drawable)

Parameters

d
Background drawable

Remarks

Set the ActionBar's background. This will be used for the primary action bar.

[Android Documentation]

Requirements

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