Modifier and Type | Field and Description |
---|---|
static int |
min
Must be an integer value, such as "
100 ". |
static int |
progressTextSuffix
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
|
static int |
ptrAdapterViewBackground
BELOW HERE ARE DEPRECEATED.
|
static int |
ptrAnimationStyle
Style of Animation should be used displayed when pulling.
|
static int |
ptrDrawable
Drawable to use as Loading Indicator.
|
static int |
ptrDrawableBottom
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
ptrDrawableEnd
Drawable to use as Loading Indicator in the Footer View.
|
static int |
ptrDrawableStart
Drawable to use as Loading Indicator in the Header View.
|
static int |
ptrDrawableTop
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
ptrHeaderBackground
A drawable to use as the background of the Header and Footer Loading Views
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
ptrHeaderSubTextColor
Text Color of the Header and Footer Loading Views Sub Header
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
ptrHeaderTextAppearance
Base text color, typeface, size, and style for Header and Footer Loading Views
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
ptrHeaderTextColor
Text Color of the Header and Footer Loading Views
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
ptrListViewExtrasEnabled
Whether PullToRefreshListView has it's extras enabled.
|
static int |
ptrMode
Mode of Pull-to-Refresh that should be used
Must be one or more (separated by '|') of the following constant values.
|
static int |
ptrOverScroll
Whether Android's built-in Over Scroll should be utilised for Pull-to-Refresh.
|
static int |
ptrRefreshableViewBackground
A drawable to use as the background of the Refreshable View
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
ptrRotateDrawableWhilePulling
Whether the Drawable should be continually rotated as you pull.
|
static int |
ptrScrollingWhileRefreshingEnabled
Whether the user can scroll while the View is Refreshing
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
ptrShowIndicator
Whether the Indicator overlay(s) should be used
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "? |
static int |
ptrSubHeaderTextAppearance
Base text color, typeface, size, and style for Header and Footer Loading Views Sub Header
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 min
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.
public static final int progressTextSuffix
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.
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 ptrAnimationStyle
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
rotate | 0x0 | |
flip | 0x1 |
public static final int ptrDrawable
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 ptrDrawableBottom
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 ptrDrawableEnd
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 ptrDrawableStart
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 ptrDrawableTop
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 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 ptrHeaderTextAppearance
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 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 ptrListViewExtrasEnabled
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 boolean value, either "true
" or "false
".
public static final int ptrMode
Must be one or more (separated by '|') of the following constant values.
Constant | Value | Description |
---|---|---|
disabled | 0x0 | |
pullFromStart | 0x1 | |
pullFromEnd | 0x2 | |
both | 0x3 | |
manualOnly | 0x4 | |
pullDownFromTop | 0x1 | These last two are depreacted |
pullUpFromBottom | 0x2 |
public static final int ptrOverScroll
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 boolean value, either "true
" or "false
".
public static final int ptrRefreshableViewBackground
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 ptrRotateDrawableWhilePulling
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 boolean value, either "true
" or "false
".
public static final int ptrScrollingWhileRefreshingEnabled
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 boolean value, either "true
" or "false
".
public static final int ptrShowIndicator
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 boolean value, either "true
" or "false
".
public static final int ptrSubHeaderTextAppearance
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".