public static final class R.attr
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ambientEnabled
Must be a boolean value, either "
true " or "false ". |
static int |
buttonSize
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
cameraBearing
Must be a floating point value, such as "
1.2 ". |
static int |
cameraTargetLat
Must be a floating point value, such as "
1.2 ". |
static int |
cameraTargetLng
Must be a floating point value, such as "
1.2 ". |
static int |
cameraTilt
Must be a floating point value, such as "
1.2 ". |
static int |
cameraZoom
Must be a floating point value, such as "
1.2 ". |
static int |
circleCrop
Must be a boolean value, either "
true " or "false ". |
static int |
colorScheme
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
imageAspectRatio
Must be a floating point value, such as "
1.2 ". |
static int |
imageAspectRatioAdjust
Must be one of the following constant values.
|
static int |
liteMode
Must be a boolean value, either "
true " or "false ". |
static int |
mapType
Must be one of the following constant values.
|
static int |
scopeUris
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
uiCompass
Must be a boolean value, either "
true " or "false ". |
static int |
uiMapToolbar
Must be a boolean value, either "
true " or "false ". |
static int |
uiRotateGestures
Must be a boolean value, either "
true " or "false ". |
static int |
uiScrollGestures
Must be a boolean value, either "
true " or "false ". |
static int |
uiTiltGestures
Must be a boolean value, either "
true " or "false ". |
static int |
uiZoomControls
Must be a boolean value, either "
true " or "false ". |
static int |
uiZoomGestures
Must be a boolean value, either "
true " or "false ". |
static int |
useViewLifecycle
Must be a boolean value, either "
true " or "false ". |
static int |
zOrderOnTop
Must be a boolean value, either "
true " or "false ". |
Constructor and Description |
---|
R.attr() |
public static int ambientEnabled
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 buttonSize
May be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
May be one of the following constant values.
Constant | Value | Description |
---|---|---|
standard | 0 | |
wide | 1 | |
icon_only | 2 |
public static int cameraBearing
Must be a floating point value, such as "1.2
".
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 cameraTargetLat
Must be a floating point value, such as "1.2
".
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 cameraTargetLng
Must be a floating point value, such as "1.2
".
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 cameraTilt
Must be a floating point value, such as "1.2
".
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 cameraZoom
Must be a floating point value, such as "1.2
".
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 circleCrop
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 colorScheme
May be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
May be one of the following constant values.
Constant | Value | Description |
---|---|---|
dark | 0 | |
light | 1 | |
auto | 2 |
public static int imageAspectRatio
Must be a floating point value, such as "1.2
".
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 imageAspectRatioAdjust
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
none | 0 | |
adjust_width | 1 | |
adjust_height | 2 |
public static int liteMode
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 mapType
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
none | 0 | |
normal | 1 | |
satellite | 2 | |
terrain | 3 | |
hybrid | 4 |
public static int scopeUris
May be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
public static int uiCompass
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 uiMapToolbar
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 uiRotateGestures
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 uiScrollGestures
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 uiTiltGestures
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 uiZoomControls
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 uiZoomGestures
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 useViewLifecycle
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 zOrderOnTop
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.