public static final class R.attr
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
button
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
contentLeftMargin
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
editText
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
list
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
listDivider
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
listItem
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
pageBackground
View styles
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
pageMargin
Attributes
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
pagePaddingLayout
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
ptrAdapterViewBackground
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
ptrHeaderBackground
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
ptrHeaderSubTextColor
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
ptrHeaderTextColor
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
ptrMode
Must be one or more (separated by '|') of the following constant values.
|
static int |
textCheckBox
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
textCurrentActivityGreen
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
textLarge
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
textRegular
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
textSubheader
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
textTitle
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
textTitleHidden
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
whiteBackground
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
Constructor and Description |
---|
R.attr() |
public static final int button
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 final int contentLeftMargin
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 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).
public static final int editText
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 final int list
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 final int listDivider
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 final int listItem
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 final int pageBackground
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 final int pageMargin
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 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).
public static final int pagePaddingLayout
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 final int ptrAdapterViewBackground
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
".
public static final int ptrHeaderBackground
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
".
public static final int ptrHeaderSubTextColor
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
".
public static final int ptrHeaderTextColor
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
".
public static final int ptrMode
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
pullDownFromTop | 0x1 | |
pullUpFromBottom | 0x2 | |
both | 0x3 |
public static final int textCheckBox
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 final int textCurrentActivityGreen
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 final int textLarge
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 final int textRegular
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 final int textSubheader
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 final int textTitle
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 final int textTitleHidden
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 final int whiteBackground
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".