ActionBar.SetStackedBackgroundDrawable(Drawable) Método

Definición

Establezca el fondo apilado de 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

Parámetros

d
Drawable

Dibujable: fondo dibujable para la fila apilada

Atributos

Comentarios

Establezca el fondo apilado de ActionBar. Esto aparecerá en la segunda fila o barra apilada en algunos dispositivos y configuraciones.

Referencia de Android para android.app.ActionBar.setStackedBackgroundDrawable.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a