Condividi tramite


ActionBar.SetBackgroundDrawable(Drawable) Metodo

Definizione

Impostare lo sfondo della barra delle azioni.

[Android.Runtime.Register("setBackgroundDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetBackgroundDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public abstract void SetBackgroundDrawable (Android.Graphics.Drawables.Drawable? d);
[<Android.Runtime.Register("setBackgroundDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetBackgroundDrawable_Landroid_graphics_drawable_Drawable_Handler")>]
abstract member SetBackgroundDrawable : Android.Graphics.Drawables.Drawable -> unit

Parametri

d
Drawable

Sfondo disegnabile

Attributi

Commenti

Impostare lo sfondo della barra delle azioni. Verrà usato per la barra delle azioni primaria.

Documentazione java per android.app.ActionBar.setBackgroundDrawable(android.graphics.drawable.Drawable).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

Vedi anche