com.handmark.pulltorefresh.samples.R Maven / Gradle / Ivy
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.handmark.pulltorefresh.samples;
public final class R {
public static final class anim {
public static final int slide_in_from_bottom=0x7f040000;
public static final int slide_in_from_top=0x7f040001;
public static final int slide_out_to_bottom=0x7f040002;
public static final int slide_out_to_top=0x7f040003;
}
public static final class attr {
/** BELOW HERE ARE DEPRECEATED. DO NOT USE.
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 ptrAdapterViewBackground=0x7f010010;
/** Style of Animation should be used displayed when pulling.
Must be one or more (separated by '|') of the following constant values.
Constant Value Description
rotate
0x0
flip
0x1
*/
public static final int ptrAnimationStyle=0x7f01000c;
/** Drawable to use as Loading Indicator. Changes both Header and Footer.
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 ptrDrawable=0x7f010006;
/**
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=0x7f010012;
/** Drawable to use as Loading Indicator in the Footer View. Overrides value set in 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 ptrDrawableEnd=0x7f010008;
/** Drawable to use as Loading Indicator in the Header View. Overrides value set in 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 ptrDrawableStart=0x7f010007;
/**
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=0x7f010011;
/** 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 "?[package:][type:]name
".
May be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
*/
public static final int ptrHeaderBackground=0x7f010001;
/** 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 "?[package:][type:]name
".
May be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
*/
public static final int ptrHeaderSubTextColor=0x7f010003;
/** 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 "?[package:][type:]name
".
*/
public static final int ptrHeaderTextAppearance=0x7f01000a;
/** 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 "?[package:][type:]name
".
May be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
*/
public static final int ptrHeaderTextColor=0x7f010002;
/**
Whether PullToRefreshListView has it's extras enabled. This allows the user to be
able to scroll while refreshing, and behaves better. It acheives this by adding
Header and/or Footer Views to the ListView.
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 ptrListViewExtrasEnabled=0x7f01000e;
/** Mode of Pull-to-Refresh that should be used
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 ptrMode=0x7f010004;
/** Whether Android's built-in Over Scroll should be utilised for Pull-to-Refresh.
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 ptrOverScroll=0x7f010009;
/** 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 "?[package:][type:]name
".
May be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
*/
public static final int ptrRefreshableViewBackground=0x7f010000;
/**
Whether the Drawable should be continually rotated as you pull. This only
takes effect when using the 'Rotate' Animation Style.
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 ptrRotateDrawableWhilePulling=0x7f01000f;
/** 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 "?[package:][type:]name
".
May be a boolean value, either "true
" or "false
".
*/
public static final int ptrScrollingWhileRefreshingEnabled=0x7f01000d;
/** 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 "?[package:][type:]name
".
May be a boolean value, either "true
" or "false
".
*/
public static final int ptrShowIndicator=0x7f010005;
/** 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 "?[package:][type:]name
".
*/
public static final int ptrSubHeaderTextAppearance=0x7f01000b;
}
public static final class dimen {
public static final int header_footer_left_right_padding=0x7f070003;
public static final int header_footer_top_bottom_padding=0x7f070004;
public static final int indicator_corner_radius=0x7f070001;
public static final int indicator_internal_padding=0x7f070002;
public static final int indicator_right_padding=0x7f070000;
}
public static final class drawable {
public static final int android=0x7f020000;
public static final int default_ptr_flip=0x7f020001;
public static final int default_ptr_rotate=0x7f020002;
public static final int icon=0x7f020003;
public static final int indicator_arrow=0x7f020004;
public static final int indicator_bg_bottom=0x7f020005;
public static final int indicator_bg_top=0x7f020006;
public static final int wallpaper=0x7f020007;
}
public static final class id {
public static final int both=0x7f060004;
public static final int disabled=0x7f060001;
public static final int flip=0x7f060009;
public static final int frag_ptr_list=0x7f060011;
public static final int gridview=0x7f06000a;
public static final int manualOnly=0x7f060005;
public static final int pullDownFromTop=0x7f060006;
public static final int pullFromEnd=0x7f060003;
public static final int pullFromStart=0x7f060002;
public static final int pullUpFromBottom=0x7f060007;
public static final int pull_refresh_expandable_list=0x7f06000d;
public static final int pull_refresh_grid=0x7f06000e;
public static final int pull_refresh_horizontalscrollview=0x7f06000f;
public static final int pull_refresh_list=0x7f060010;
public static final int pull_refresh_scrollview=0x7f060012;
public static final int pull_refresh_viewpager=0x7f060013;
public static final int pull_refresh_webview=0x7f060014;
public static final int pull_refresh_webview2=0x7f060015;
public static final int pull_to_refresh_image=0x7f060016;
public static final int pull_to_refresh_progress=0x7f060017;
public static final int pull_to_refresh_sub_text=0x7f060019;
public static final int pull_to_refresh_text=0x7f060018;
public static final int rotate=0x7f060008;
public static final int scrollview=0x7f06000c;
public static final int viewpager=0x7f060000;
public static final int webview=0x7f06000b;
}
public static final class layout {
public static final int activity_ptr_expandable_list=0x7f030000;
public static final int activity_ptr_grid=0x7f030001;
public static final int activity_ptr_horizontalscrollview=0x7f030002;
public static final int activity_ptr_list=0x7f030003;
public static final int activity_ptr_list_fragment=0x7f030004;
public static final int activity_ptr_scrollview=0x7f030005;
public static final int activity_ptr_viewpager=0x7f030006;
public static final int activity_ptr_webview=0x7f030007;
public static final int activity_ptr_webview2=0x7f030008;
public static final int need_this_for_maven=0x7f030009;
public static final int pull_to_refresh_header_horizontal=0x7f03000a;
public static final int pull_to_refresh_header_vertical=0x7f03000b;
}
public static final class raw {
public static final int pull_event=0x7f050000;
public static final int refreshing_sound=0x7f050001;
public static final int reset_sound=0x7f050002;
}
public static final class string {
public static final int app_name=0x7f080007;
public static final int filler_text=0x7f080008;
public static final int hello=0x7f080006;
/** Just use standard Pull Down String when pulling up. These can be set for languages which require it
*/
public static final int pull_to_refresh_from_bottom_pull_label=0x7f080003;
public static final int pull_to_refresh_from_bottom_refreshing_label=0x7f080005;
public static final int pull_to_refresh_from_bottom_release_label=0x7f080004;
public static final int pull_to_refresh_pull_label=0x7f080000;
public static final int pull_to_refresh_refreshing_label=0x7f080002;
public static final int pull_to_refresh_release_label=0x7f080001;
}
public static final class style {
public static final int HorizScrollViewItem=0x7f090000;
}
public static final class styleable {
/** Attributes that can be used with a PullToRefresh.
Includes the following attributes:
Attribute Description
{@link #PullToRefresh_ptrAdapterViewBackground com.handmark.pulltorefresh.samples:ptrAdapterViewBackground}
BELOW HERE ARE DEPRECEATED.
{@link #PullToRefresh_ptrAnimationStyle com.handmark.pulltorefresh.samples:ptrAnimationStyle}
Style of Animation should be used displayed when pulling.
{@link #PullToRefresh_ptrDrawable com.handmark.pulltorefresh.samples:ptrDrawable}
Drawable to use as Loading Indicator.
{@link #PullToRefresh_ptrDrawableBottom com.handmark.pulltorefresh.samples:ptrDrawableBottom}
{@link #PullToRefresh_ptrDrawableEnd com.handmark.pulltorefresh.samples:ptrDrawableEnd}
Drawable to use as Loading Indicator in the Footer View.
{@link #PullToRefresh_ptrDrawableStart com.handmark.pulltorefresh.samples:ptrDrawableStart}
Drawable to use as Loading Indicator in the Header View.
{@link #PullToRefresh_ptrDrawableTop com.handmark.pulltorefresh.samples:ptrDrawableTop}
{@link #PullToRefresh_ptrHeaderBackground com.handmark.pulltorefresh.samples:ptrHeaderBackground}
A drawable to use as the background of the Header and Footer Loading Views
{@link #PullToRefresh_ptrHeaderSubTextColor com.handmark.pulltorefresh.samples:ptrHeaderSubTextColor}
Text Color of the Header and Footer Loading Views Sub Header
{@link #PullToRefresh_ptrHeaderTextAppearance com.handmark.pulltorefresh.samples:ptrHeaderTextAppearance}
Base text color, typeface, size, and style for Header and Footer Loading Views
{@link #PullToRefresh_ptrHeaderTextColor com.handmark.pulltorefresh.samples:ptrHeaderTextColor}
Text Color of the Header and Footer Loading Views
{@link #PullToRefresh_ptrListViewExtrasEnabled com.handmark.pulltorefresh.samples:ptrListViewExtrasEnabled}
Whether PullToRefreshListView has it's extras enabled.
{@link #PullToRefresh_ptrMode com.handmark.pulltorefresh.samples:ptrMode}
Mode of Pull-to-Refresh that should be used
{@link #PullToRefresh_ptrOverScroll com.handmark.pulltorefresh.samples:ptrOverScroll}
Whether Android's built-in Over Scroll should be utilised for Pull-to-Refresh.
{@link #PullToRefresh_ptrRefreshableViewBackground com.handmark.pulltorefresh.samples:ptrRefreshableViewBackground}
A drawable to use as the background of the Refreshable View
{@link #PullToRefresh_ptrRotateDrawableWhilePulling com.handmark.pulltorefresh.samples:ptrRotateDrawableWhilePulling}
Whether the Drawable should be continually rotated as you pull.
{@link #PullToRefresh_ptrScrollingWhileRefreshingEnabled com.handmark.pulltorefresh.samples:ptrScrollingWhileRefreshingEnabled}
Whether the user can scroll while the View is Refreshing
{@link #PullToRefresh_ptrShowIndicator com.handmark.pulltorefresh.samples:ptrShowIndicator}
Whether the Indicator overlay(s) should be used
{@link #PullToRefresh_ptrSubHeaderTextAppearance com.handmark.pulltorefresh.samples:ptrSubHeaderTextAppearance}
Base text color, typeface, size, and style for Header and Footer Loading Views Sub Header
@see #PullToRefresh_ptrAdapterViewBackground
@see #PullToRefresh_ptrAnimationStyle
@see #PullToRefresh_ptrDrawable
@see #PullToRefresh_ptrDrawableBottom
@see #PullToRefresh_ptrDrawableEnd
@see #PullToRefresh_ptrDrawableStart
@see #PullToRefresh_ptrDrawableTop
@see #PullToRefresh_ptrHeaderBackground
@see #PullToRefresh_ptrHeaderSubTextColor
@see #PullToRefresh_ptrHeaderTextAppearance
@see #PullToRefresh_ptrHeaderTextColor
@see #PullToRefresh_ptrListViewExtrasEnabled
@see #PullToRefresh_ptrMode
@see #PullToRefresh_ptrOverScroll
@see #PullToRefresh_ptrRefreshableViewBackground
@see #PullToRefresh_ptrRotateDrawableWhilePulling
@see #PullToRefresh_ptrScrollingWhileRefreshingEnabled
@see #PullToRefresh_ptrShowIndicator
@see #PullToRefresh_ptrSubHeaderTextAppearance
*/
public static final int[] PullToRefresh = {
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007,
0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b,
0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f,
0x7f010010, 0x7f010011, 0x7f010012
};
/**
@attr description
BELOW HERE ARE DEPRECEATED. DO NOT USE.
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
".
This is a private symbol.
@attr name android:ptrAdapterViewBackground
*/
public static final int PullToRefresh_ptrAdapterViewBackground = 16;
/**
@attr description
Style of Animation should be used displayed when pulling.
Must be one or more (separated by '|') of the following constant values.
Constant Value Description
rotate
0x0
flip
0x1
This is a private symbol.
@attr name android:ptrAnimationStyle
*/
public static final int PullToRefresh_ptrAnimationStyle = 12;
/**
@attr description
Drawable to use as Loading Indicator. Changes both Header and Footer.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
This is a private symbol.
@attr name android:ptrDrawable
*/
public static final int PullToRefresh_ptrDrawable = 6;
/**
This symbol is the offset where the {@link com.handmark.pulltorefresh.samples.R.attr#ptrDrawableBottom}
attribute's value can be found in the {@link #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
".
@attr name android:ptrDrawableBottom
*/
public static final int PullToRefresh_ptrDrawableBottom = 18;
/**
@attr description
Drawable to use as Loading Indicator in the Footer View. Overrides value set in 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
".
This is a private symbol.
@attr name android:ptrDrawableEnd
*/
public static final int PullToRefresh_ptrDrawableEnd = 8;
/**
@attr description
Drawable to use as Loading Indicator in the Header View. Overrides value set in 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
".
This is a private symbol.
@attr name android:ptrDrawableStart
*/
public static final int PullToRefresh_ptrDrawableStart = 7;
/**
This symbol is the offset where the {@link com.handmark.pulltorefresh.samples.R.attr#ptrDrawableTop}
attribute's value can be found in the {@link #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
".
@attr name android:ptrDrawableTop
*/
public static final int PullToRefresh_ptrDrawableTop = 17;
/**
@attr description
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 "?[package:][type:]name
".
May be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This is a private symbol.
@attr name android:ptrHeaderBackground
*/
public static final int PullToRefresh_ptrHeaderBackground = 1;
/**
@attr description
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 "?[package:][type:]name
".
May be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This is a private symbol.
@attr name android:ptrHeaderSubTextColor
*/
public static final int PullToRefresh_ptrHeaderSubTextColor = 3;
/**
@attr description
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 "?[package:][type:]name
".
This is a private symbol.
@attr name android:ptrHeaderTextAppearance
*/
public static final int PullToRefresh_ptrHeaderTextAppearance = 10;
/**
@attr description
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 "?[package:][type:]name
".
May be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This is a private symbol.
@attr name android:ptrHeaderTextColor
*/
public static final int PullToRefresh_ptrHeaderTextColor = 2;
/**
@attr description
Whether PullToRefreshListView has it's extras enabled. This allows the user to be
able to scroll while refreshing, and behaves better. It acheives this by adding
Header and/or Footer Views to the ListView.
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
".
This is a private symbol.
@attr name android:ptrListViewExtrasEnabled
*/
public static final int PullToRefresh_ptrListViewExtrasEnabled = 14;
/**
@attr description
Mode of Pull-to-Refresh that should be used
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
This is a private symbol.
@attr name android:ptrMode
*/
public static final int PullToRefresh_ptrMode = 4;
/**
@attr description
Whether Android's built-in Over Scroll should be utilised for Pull-to-Refresh.
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
".
This is a private symbol.
@attr name android:ptrOverScroll
*/
public static final int PullToRefresh_ptrOverScroll = 9;
/**
@attr description
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 "?[package:][type:]name
".
May be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This is a private symbol.
@attr name android:ptrRefreshableViewBackground
*/
public static final int PullToRefresh_ptrRefreshableViewBackground = 0;
/**
@attr description
Whether the Drawable should be continually rotated as you pull. This only
takes effect when using the 'Rotate' Animation Style.
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
".
This is a private symbol.
@attr name android:ptrRotateDrawableWhilePulling
*/
public static final int PullToRefresh_ptrRotateDrawableWhilePulling = 15;
/**
@attr description
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 "?[package:][type:]name
".
May be a boolean value, either "true
" or "false
".
This is a private symbol.
@attr name android:ptrScrollingWhileRefreshingEnabled
*/
public static final int PullToRefresh_ptrScrollingWhileRefreshingEnabled = 13;
/**
@attr description
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 "?[package:][type:]name
".
May be a boolean value, either "true
" or "false
".
This is a private symbol.
@attr name android:ptrShowIndicator
*/
public static final int PullToRefresh_ptrShowIndicator = 5;
/**
@attr description
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 "?[package:][type:]name
".
This is a private symbol.
@attr name android:ptrSubHeaderTextAppearance
*/
public static final int PullToRefresh_ptrSubHeaderTextAppearance = 11;
};
}