Spinner.SetPopupBackgroundDrawable(Drawable) Method

Definition

Set the background drawable for the spinner's popup window of choices.

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

Parameters

background
Drawable

Background drawable

Attributes

Remarks

Set the background drawable for the spinner's popup window of choices. Only valid in #MODE_DROPDOWN; this method is a no-op in other modes.

Java documentation for android.widget.Spinner.setPopupBackgroundDrawable(android.graphics.drawable.Drawable).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to