ThemedSpinnerAdapter
public
interface
ThemedSpinnerAdapter
implements
SpinnerAdapter
android.widget.ThemedSpinnerAdapter
|
Known indirect subclasses
ArrayAdapter<T> |
You can use this adapter to provide views for an AdapterView ,
Returns a view for each object in a collection of data objects you
provide, and can be used with list-based user interface widgets such as
ListView or Spinner .
|
CursorAdapter |
Adapter that exposes data from a Cursor to a
ListView widget.
|
ResourceCursorAdapter |
An easy adapter that creates views defined in an XML file.
|
SimpleAdapter |
An easy adapter to map static data to views defined in an XML file.
|
SimpleCursorAdapter |
An easy adapter to map columns from a cursor to TextViews or ImageViews
defined in an XML file.
|
|
An extension of SpinnerAdapter that is capable of inflating drop-down views
against a different theme than normal views.
Classes that implement this interface should use the theme provided to
setDropDownViewTheme(android.content.res.Resources.Theme)
when creating views in
SpinnerAdapter.getDropDownView(int, View, ViewGroup)
.
Summary
Public methods
setDropDownViewTheme
public abstract void setDropDownViewTheme (Resources.Theme theme)
Sets the Resources.Theme
against which drop-down views are
inflated.
Parameters |
theme |
Resources.Theme : the context against which to inflate drop-down views, or
null to use the default theme |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[]]