AutoCompleteTextView.SetDropDownBackgroundDrawable(Drawable) Method

Definition

Sets the background of the auto-complete drop-down list.

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

Parameters

d
Drawable

the drawable to set as the background

Attributes

Remarks

Sets the background of the auto-complete drop-down list.

Java documentation for android.widget.AutoCompleteTextView.setDropDownBackgroundDrawable(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