| Modifier and Type | Field and Description | 
|---|---|
static int | 
oakCancelDrawable
Must 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 | 
oakFont
May be a reference to another resource, in the form " 
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name". | 
| Constructor and Description | 
|---|
attr()  | 
public static int oakCancelDrawable
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
public static int oakFont
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.
May be an integer value, such as "100".
May be a boolean value, either "true" or "false".
May be a color value, in the form of "#rgb", "#argb",
"#rrggbb", or "#aarrggbb".
May be a floating point value, such as "1.2".
May 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).
May 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.
Copyright © 2011–2014. All rights reserved.