public static final class R.attr
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
isAutoLoadOnBottom
Must be a boolean value, either "
true " or "false ". |
static int |
isDropDownStyle
Must be a boolean value, either "
true " or "false ". |
static int |
isOnBottomStyle
Must be a boolean value, either "
true " or "false ". |
Constructor and Description |
---|
R.attr() |
public static int isAutoLoadOnBottom
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 int isDropDownStyle
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 int isOnBottomStyle
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.