Langue

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.

Référence Android pour android.app.ActionBar.setStackedBackgroundDrawable.

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

S’applique à