public
static
final
class
R.attr
extends Object
java.lang.Object | |
↳ | android.support.wearable.R.attr |
Fields | |
---|---|
public
static
int |
buttonRippleColor
May be a reference to another resource, in the form " |
public
static
int |
circle_border_color
Must be a color value, in the form of " |
public
static
int |
circle_border_width
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
circle_color
Must be a color value, in the form of " |
public
static
int |
circle_padding
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
circle_radius
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
circle_radius_percent
Must be a fractional value, which is a floating point number appended with either % or %p, such as " |
public
static
int |
circle_radius_pressed
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
circle_radius_pressed_percent
Must be a fractional value, which is a floating point number appended with either % or %p, such as " |
public
static
int |
circular_layout_gravity
Must be one or more (separated by '|') of the following constant values. |
public
static
int |
circular_text_size
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
color_sequence
May be a reference to another resource, in the form " |
public
static
int |
dotColor
Must be a color value, in the form of " |
public
static
int |
dotColorSelected
Must be a color value, in the form of " |
public
static
int |
dotFadeInDuration
Must be an integer value, such as " |
public
static
int |
dotFadeOutDelay
Must be an integer value, such as " |
public
static
int |
dotFadeOutDuration
Must be an integer value, such as " |
public
static
int |
dotFadeWhenIdle
Must be a boolean value, either " |
public
static
int |
dotRadius
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
dotRadiusSelected
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
dotShadowColor
Must be a color value, in the form of " |
public
static
int |
dotShadowDx
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
dotShadowDy
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
dotShadowRadius
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
dotSpacing
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
imageScaleMode
Must be one of the following constant values. |
public
static
int |
image_circle_percentage
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
image_horizontal_offcenter_percentage
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
image_tint
Must be a color value, in the form of " |
public
static
int |
layoutManager
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. |
public
static
int |
layout_box
Must be one or more (separated by '|') of the following constant values. |
public
static
int |
layout_gravityRound
Must be one or more (separated by '|') of the following constant values. |
public
static
int |
layout_heightRound
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
layout_marginBottomRound
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
layout_marginLeftRound
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
layout_marginRightRound
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
layout_marginRound
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
layout_marginTopRound
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
layout_widthRound
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
maxTextSize
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
minTextSize
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
pressedButtonTranslationZ
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
rectLayout
Must be a reference to another resource, in the form " |
public
static
int |
reverseLayout
Must be a boolean value, either " |
public
static
int |
roundLayout
Must be a reference to another resource, in the form " |
public
static
int |
shadow_width
Must be a dimension value, which is a floating point number appended with a unit such as " |
public
static
int |
spanCount
Must be an integer value, such as " |
public
static
int |
square_dimen
Must be one of the following constant values. |
public
static
int |
stackFromEnd
Must be a boolean value, either " |
public
static
int |
update_interval
Must be an integer value, such as " |
Public constructors | |
---|---|
R.attr()
|
Inherited methods | |
---|---|
From
class
java.lang.Object
|
int buttonRippleColor
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 color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
int circle_border_color
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
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.
int circle_border_width
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int circle_color
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
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.
int circle_padding
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int circle_radius
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int circle_radius_percent
Must be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%
".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
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.
int circle_radius_pressed
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int circle_radius_pressed_percent
Must be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%
".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
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.
int circular_layout_gravity
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
left | 0x03 | |
top | 0x30 | |
right | 0x05 | |
bottom | 0x50 | |
center_vertical | 0x10 | |
center_horizontal | 0x01 | |
center | 0x11 |
int circular_text_size
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int color_sequence
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 color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
int dotColor
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
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.
int dotColorSelected
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
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.
int dotFadeInDuration
Must be an integer value, such as "100
".
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.
int dotFadeOutDelay
Must be an integer value, such as "100
".
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.
int dotFadeOutDuration
Must be an integer value, such as "100
".
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.
int dotFadeWhenIdle
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.
int dotRadius
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int dotRadiusSelected
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int dotShadowColor
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
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.
int dotShadowDx
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int dotShadowDy
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int dotShadowRadius
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int dotSpacing
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int imageScaleMode
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
fit | 0 | |
center | 1 |
int image_circle_percentage
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int image_horizontal_offcenter_percentage
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int image_tint
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
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.
int layoutManager
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
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.
int layout_box
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
left | 0x01 | |
top | 0x02 | |
right | 0x04 | |
bottom | 0x08 | |
all | 0x0F |
int layout_gravityRound
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
top | 0x30 | |
bottom | 0x50 | |
left | 0x03 | |
right | 0x05 | |
center_vertical | 0x10 | |
fill_vertical | 0x70 | |
center_horizontal | 0x01 | |
fill_horizontal | 0x07 | |
center | 0x11 | |
fill | 0x77 | |
clip_vertical | 0x80 | |
clip_horizontal | 0x08 | |
start | 0x00800003 | |
end | 0x00800005 |
int layout_heightRound
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int layout_marginBottomRound
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int layout_marginLeftRound
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int layout_marginRightRound
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int layout_marginRound
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int layout_marginTopRound
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int layout_widthRound
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int maxTextSize
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int minTextSize
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int pressedButtonTranslationZ
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int rectLayout
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
int reverseLayout
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.
int roundLayout
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
int shadow_width
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
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.
int spanCount
Must be an integer value, such as "100
".
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.
int square_dimen
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
none | 0 | |
height | 1 | |
width | 2 |
int stackFromEnd
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.
int update_interval
Must be an integer value, such as "100
".
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.
R.attr ()