public static final class R.styleable
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static int[] | drop_down_list_attrAttributes that can be used with a drop_down_list_attr. | 
| static int | drop_down_list_attr_isAutoLoadOnBottomThis symbol is the offset where the  R.attr.isAutoLoadOnBottomattribute's value can be found in thedrop_down_list_attrarray. | 
| static int | drop_down_list_attr_isDropDownStyleThis symbol is the offset where the  R.attr.isDropDownStyleattribute's value can be found in thedrop_down_list_attrarray. | 
| static int | drop_down_list_attr_isOnBottomStyleThis symbol is the offset where the  R.attr.isOnBottomStyleattribute's value can be found in thedrop_down_list_attrarray. | 
| Constructor and Description | 
|---|
| R.styleable() | 
public static final int[] drop_down_list_attr
Includes the following attributes:
| Attribute | Description | 
|---|---|
|  | |
|  | |
|  | 
public static final int drop_down_list_attr_isAutoLoadOnBottom
This symbol is the offset where the R.attr.isAutoLoadOnBottom
          attribute's value can be found in the drop_down_list_attr array.
          
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
public static final int drop_down_list_attr_isDropDownStyle
This symbol is the offset where the R.attr.isDropDownStyle
          attribute's value can be found in the drop_down_list_attr array.
          
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.
public static final int drop_down_list_attr_isOnBottomStyle
This symbol is the offset where the R.attr.isOnBottomStyle
          attribute's value can be found in the drop_down_list_attr array.
          
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form
"@[package:]type:name") or
theme attribute (in the form
"?[package:][type:]name")
containing a value of this type.