Constructor and Description |
---|
R.styleable() |
public static final int[] PullToRefresh
Includes the following attributes:
Attribute | Description |
---|---|
| BELOW HERE ARE DEPRECEATED. |
| Style of Animation should be used displayed when pulling. |
| Drawable to use as Loading Indicator. |
| |
| Drawable to use as Loading Indicator in the Footer View. |
| Drawable to use as Loading Indicator in the Header View. |
| |
| A drawable to use as the background of the Header and Footer Loading Views |
| Text Color of the Header and Footer Loading Views Sub Header |
| Base text color, typeface, size, and style for Header and Footer Loading Views |
| Text Color of the Header and Footer Loading Views |
| Whether PullToRefreshListView has it's extras enabled. |
| Mode of Pull-to-Refresh that should be used |
| Whether Android's built-in Over Scroll should be utilised for Pull-to-Refresh. |
| A drawable to use as the background of the Refreshable View |
| Whether the Drawable should be continually rotated as you pull. |
| Whether the user can scroll while the View is Refreshing |
| Whether the Indicator overlay(s) should be used |
| Base text color, typeface, size, and style for Header and Footer Loading Views Sub Header |
PullToRefresh_ptrAdapterViewBackground
,
PullToRefresh_ptrAnimationStyle
,
PullToRefresh_ptrDrawable
,
PullToRefresh_ptrDrawableBottom
,
PullToRefresh_ptrDrawableEnd
,
PullToRefresh_ptrDrawableStart
,
PullToRefresh_ptrDrawableTop
,
PullToRefresh_ptrHeaderBackground
,
PullToRefresh_ptrHeaderSubTextColor
,
PullToRefresh_ptrHeaderTextAppearance
,
PullToRefresh_ptrHeaderTextColor
,
PullToRefresh_ptrListViewExtrasEnabled
,
PullToRefresh_ptrMode
,
PullToRefresh_ptrOverScroll
,
PullToRefresh_ptrRefreshableViewBackground
,
PullToRefresh_ptrRotateDrawableWhilePulling
,
PullToRefresh_ptrScrollingWhileRefreshingEnabled
,
PullToRefresh_ptrShowIndicator
,
PullToRefresh_ptrSubHeaderTextAppearance
public static final int PullToRefresh_ptrAdapterViewBackground
public static final int PullToRefresh_ptrAnimationStyle
public static final int PullToRefresh_ptrDrawable
public static final int PullToRefresh_ptrDrawableBottom
This symbol is the offset where the R.attr.ptrDrawableBottom
attribute's value can be found in the PullToRefresh
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 final int PullToRefresh_ptrDrawableEnd
public static final int PullToRefresh_ptrDrawableStart
public static final int PullToRefresh_ptrDrawableTop
This symbol is the offset where the R.attr.ptrDrawableTop
attribute's value can be found in the PullToRefresh
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 final int PullToRefresh_ptrHeaderBackground
public static final int PullToRefresh_ptrHeaderSubTextColor
public static final int PullToRefresh_ptrHeaderTextAppearance
public static final int PullToRefresh_ptrHeaderTextColor
public static final int PullToRefresh_ptrListViewExtrasEnabled
public static final int PullToRefresh_ptrMode
public static final int PullToRefresh_ptrOverScroll
public static final int PullToRefresh_ptrRefreshableViewBackground
public static final int PullToRefresh_ptrRotateDrawableWhilePulling
public static final int PullToRefresh_ptrScrollingWhileRefreshingEnabled
public static final int PullToRefresh_ptrShowIndicator
public static final int PullToRefresh_ptrSubHeaderTextAppearance
public static final int[] SeekBarDialogPreference
Includes the following attributes:
Attribute | Description |
---|---|
| |
| |
|
public static final int SeekBarDialogPreference_android_max
This symbol is the offset where the R.attr.max
attribute's value can be found in the SeekBarDialogPreference
array.
public static final int SeekBarDialogPreference_min
This symbol is the offset where the R.attr.min
attribute's value can be found in the SeekBarDialogPreference
array.
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 SeekBarDialogPreference_progressTextSuffix
This symbol is the offset where the R.attr.progressTextSuffix
attribute's value can be found in the SeekBarDialogPreference
array.
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.