public static final class R.styleable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int[] |
PullToRefresh
Attributes that can be used with a PullToRefresh.
|
static int |
PullToRefresh_ptrAdapterViewBackground
This symbol is the offset where the
R.attr.ptrAdapterViewBackground
attribute's value can be found in the PullToRefresh array. |
static int |
PullToRefresh_ptrHeaderBackground
This symbol is the offset where the
R.attr.ptrHeaderBackground
attribute's value can be found in the PullToRefresh array. |
static int |
PullToRefresh_ptrHeaderSubTextColor
This symbol is the offset where the
R.attr.ptrHeaderSubTextColor
attribute's value can be found in the PullToRefresh array. |
static int |
PullToRefresh_ptrHeaderTextColor
This symbol is the offset where the
R.attr.ptrHeaderTextColor
attribute's value can be found in the PullToRefresh array. |
static int |
PullToRefresh_ptrMode
This symbol is the offset where the
R.attr.ptrMode
attribute's value can be found in the PullToRefresh array. |
Constructor and Description |
---|
R.styleable() |
public static final int[] PullToRefresh
Includes the following attributes:
public static final int PullToRefresh_ptrAdapterViewBackground
This symbol is the offset where the R.attr.ptrAdapterViewBackground
attribute's value can be found in the PullToRefresh
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 color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
public static final int PullToRefresh_ptrHeaderBackground
This symbol is the offset where the R.attr.ptrHeaderBackground
attribute's value can be found in the PullToRefresh
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 color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
public static final int PullToRefresh_ptrHeaderSubTextColor
This symbol is the offset where the R.attr.ptrHeaderSubTextColor
attribute's value can be found in the PullToRefresh
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 color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
public static final int PullToRefresh_ptrHeaderTextColor
This symbol is the offset where the R.attr.ptrHeaderTextColor
attribute's value can be found in the PullToRefresh
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 color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
public static final int PullToRefresh_ptrMode
This symbol is the offset where the R.attr.ptrMode
attribute's value can be found in the PullToRefresh
array.
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
pullDownFromTop | 0x1 | |
pullUpFromBottom | 0x2 | |
both | 0x3 |