CursorAdapter.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

Implements

Attributes

Remarks

Java documentation for android.widget.CursorAdapter.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