ThemedSpinnerAdapter
  public
  
  
  
  interface
  ThemedSpinnerAdapter
  
  
      implements
      
        SpinnerAdapter
      
  
  
| android.widget.ThemedSpinnerAdapter | 
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
Inherited constants | 
|---|
Public methods | |
|---|---|
        abstract
        
        
        
        
        Resources.Theme
     | 
  
    
      
      getDropDownViewTheme()
      
      
        Returns the value previously set by a call to
   | 
  
        abstract
        
        
        
        
        void
     | 
  
    
      
      setDropDownViewTheme(Resources.Theme theme)
      
      
        Sets the   | 
  
Inherited methods | |
|---|---|
Public methods
getDropDownViewTheme
public abstract Resources.Theme getDropDownViewTheme ()
Returns the value previously set by a call to
 setDropDownViewTheme(android.content.res.Resources.Theme).
| Returns | |
|---|---|
Resources.Theme | 
        the Resources.Theme against which drop-down views are
         inflated, or null if one has not been explicitly set | 
      
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 |