public static final class R.styleable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int[] |
drop_down_list_attr
Attributes that can be used with a drop_down_list_attr.
|
static 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. |
static 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. |
static 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. |
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.