ArrayAdapter.DropDownViewTheme Property

Definition

Sets the Resources.Theme against which drop-down views are inflated.

public virtual Android.Content.Res.Resources.Theme? DropDownViewTheme { [Android.Runtime.Register("getDropDownViewTheme", "()Landroid/content/res/Resources$Theme;", "GetGetDropDownViewThemeHandler", ApiSince=23)] get; [Android.Runtime.Register("setDropDownViewTheme", "(Landroid/content/res/Resources$Theme;)V", "GetSetDropDownViewTheme_Landroid_content_res_Resources_Theme_Handler", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getDropDownViewTheme", "()Landroid/content/res/Resources$Theme;", "GetGetDropDownViewThemeHandler", ApiSince=23)>]
[<set: Android.Runtime.Register("setDropDownViewTheme", "(Landroid/content/res/Resources$Theme;)V", "GetSetDropDownViewTheme_Landroid_content_res_Resources_Theme_Handler", ApiSince=23)>]
member this.DropDownViewTheme : Android.Content.Res.Resources.Theme with get, set

Property Value

Resources.Theme : the theme against which to inflate drop-down views or null to use the theme from the adapter's context

Implements

Attributes

Remarks

Java documentation for android.widget.ArrayAdapter.setDropDownViewTheme(android.content.res.Theme).

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