Partager via


ActionBar.SetStackedBackgroundDrawable(Drawable) Méthode

Définition

Définissez l’arrière-plan empilé d’ActionBar.

[Android.Runtime.Register("setStackedBackgroundDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetStackedBackgroundDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetStackedBackgroundDrawable (Android.Graphics.Drawables.Drawable? d);
[<Android.Runtime.Register("setStackedBackgroundDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetStackedBackgroundDrawable_Landroid_graphics_drawable_Drawable_Handler")>]
abstract member SetStackedBackgroundDrawable : Android.Graphics.Drawables.Drawable -> unit
override this.SetStackedBackgroundDrawable : Android.Graphics.Drawables.Drawable -> unit

Paramètres

d
Drawable

Arrière-plan dessinable pour la ligne empilée

Attributs

Remarques

Définissez l’arrière-plan empilé d’ActionBar. Cela s’affiche dans la deuxième ligne/barre empilée sur certains appareils et configurations.

Documentation Java pour android.app.ActionBar.setStackedBackgroundDrawable(android.graphics.drawable.Drawable).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à