Modifier and Type | Field and Description |
---|---|
static int[] |
ButtonWithFont
Attributes that can be used with a ButtonWithFont.
|
static int |
ButtonWithFont_oakFont
This symbol is the offset where the
R.attr.oakFont
attribute's value can be found in the ButtonWithFont array. |
static int[] |
CancelEditText
Attributes that can be used with a CancelEditText.
|
static int |
CancelEditText_oakCancelDrawable
This symbol is the offset where the
R.attr.oakCancelDrawable
attribute's value can be found in the CancelEditText array. |
static int |
CancelEditText_oakFont
This symbol is the offset where the
R.attr.oakFont
attribute's value can be found in the CancelEditText array. |
static int[] |
CheckBoxWithFont
Attributes that can be used with a CheckBoxWithFont.
|
static int |
CheckBoxWithFont_oakFont
This symbol is the offset where the
R.attr.oakFont
attribute's value can be found in the CheckBoxWithFont array. |
static int[] |
TextViewWithFont
Attributes that can be used with a TextViewWithFont.
|
static int |
TextViewWithFont_oakFont
This symbol is the offset where the
R.attr.oakFont
attribute's value can be found in the TextViewWithFont array. |
Constructor and Description |
---|
styleable() |
public static final int[] ButtonWithFont
Includes the following attributes:
Attribute | Description |
---|---|
|
ButtonWithFont_oakFont
public static int ButtonWithFont_oakFont
This symbol is the offset where the R.attr.oakFont
attribute's value can be found in the ButtonWithFont
array.
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.
public static final int[] CancelEditText
Includes the following attributes:
Attribute | Description |
---|---|
| |
|
public static int CancelEditText_oakCancelDrawable
This symbol is the offset where the R.attr.oakCancelDrawable
attribute's value can be found in the CancelEditText
array.
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 CancelEditText_oakFont
This symbol is the offset where the R.attr.oakFont
attribute's value can be found in the CancelEditText
array.
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.
public static final int[] CheckBoxWithFont
Includes the following attributes:
Attribute | Description |
---|---|
|
CheckBoxWithFont_oakFont
public static int CheckBoxWithFont_oakFont
This symbol is the offset where the R.attr.oakFont
attribute's value can be found in the CheckBoxWithFont
array.
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.
public static final int[] TextViewWithFont
Includes the following attributes:
Attribute | Description |
---|---|
|
TextViewWithFont_oakFont
public static int TextViewWithFont_oakFont
This symbol is the offset where the R.attr.oakFont
attribute's value can be found in the TextViewWithFont
array.
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.