ArrayAdapter.DropDownViewTheme Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.