All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.handmark.pulltorefresh.library.R Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
/* 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.library;

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 {
        /** 

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=0x7f010000; /**

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; /**

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; /**

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; /**

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; /**

Must be one or more (separated by '|') of the following constant values.

ConstantValueDescription
disabled0x0
pullDownFromTop0x1
pullUpFromBottom0x2
both0x3
*/ public static final int ptrMode=0x7f010004; /**

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; } public static final class dimen { public static final int indicator_corner_radius=0x7f060001; public static final int indicator_internal_padding=0x7f060002; public static final int indicator_right_padding=0x7f060000; } public static final class drawable { public static final int android=0x7f020000; public static final int arrow_down=0x7f020001; public static final int arrow_up=0x7f020002; public static final int default_ptr_drawable=0x7f020003; public static final int icon=0x7f020004; public static final int indicator_bg_bottom=0x7f020005; public static final int indicator_bg_top=0x7f020006; } public static final class id { public static final int both=0x7f050003; public static final int disabled=0x7f050000; public static final int gridview=0x7f050004; public static final int pullDownFromTop=0x7f050001; public static final int pullUpFromBottom=0x7f050002; public static final int pull_refresh_expandable_list=0x7f050007; public static final int pull_refresh_grid=0x7f050008; public static final int pull_refresh_list=0x7f05000c; public static final int pull_refresh_scrollview=0x7f05000d; public static final int pull_refresh_webview=0x7f05000e; public static final int pull_to_refresh_image=0x7f05000b; public static final int pull_to_refresh_sub_text=0x7f05000a; public static final int pull_to_refresh_text=0x7f050009; public static final int scrollview=0x7f050006; public static final int webview=0x7f050005; } public static final class layout { public static final int pull_to_refresh_expandable_list=0x7f030000; public static final int pull_to_refresh_grid=0x7f030001; public static final int pull_to_refresh_header=0x7f030002; public static final int pull_to_refresh_list=0x7f030003; public static final int pull_to_refresh_scrollview=0x7f030004; public static final int pull_to_refresh_webview=0x7f030005; } public static final class string { public static final int app_name=0x7f070007; public static final int filler_text=0x7f070008; public static final int hello=0x7f070006; /** 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=0x7f070003; public static final int pull_to_refresh_from_bottom_refreshing_label=0x7f070005; public static final int pull_to_refresh_from_bottom_release_label=0x7f070004; public static final int pull_to_refresh_pull_label=0x7f070000; public static final int pull_to_refresh_refreshing_label=0x7f070002; public static final int pull_to_refresh_release_label=0x7f070001; } public static final class styleable { /** Attributes that can be used with a PullToRefresh.

Includes the following attributes:

AttributeDescription
{@link #PullToRefresh_ptrAdapterViewBackground com.handmark.pulltorefresh.samples:ptrAdapterViewBackground}
{@link #PullToRefresh_ptrDrawable com.handmark.pulltorefresh.samples:ptrDrawable}
{@link #PullToRefresh_ptrHeaderBackground com.handmark.pulltorefresh.samples:ptrHeaderBackground}
{@link #PullToRefresh_ptrHeaderSubTextColor com.handmark.pulltorefresh.samples:ptrHeaderSubTextColor}
{@link #PullToRefresh_ptrHeaderTextColor com.handmark.pulltorefresh.samples:ptrHeaderTextColor}
{@link #PullToRefresh_ptrMode com.handmark.pulltorefresh.samples:ptrMode}
{@link #PullToRefresh_ptrShowIndicator com.handmark.pulltorefresh.samples:ptrShowIndicator}
@see #PullToRefresh_ptrAdapterViewBackground @see #PullToRefresh_ptrDrawable @see #PullToRefresh_ptrHeaderBackground @see #PullToRefresh_ptrHeaderSubTextColor @see #PullToRefresh_ptrHeaderTextColor @see #PullToRefresh_ptrMode @see #PullToRefresh_ptrShowIndicator */ public static final int[] PullToRefresh = { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006 }; /**

This symbol is the offset where the {@link com.handmark.pulltorefresh.samples.R.attr#ptrAdapterViewBackground} attribute's value can be found in the {@link #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". @attr name android:ptrAdapterViewBackground */ public static final int PullToRefresh_ptrAdapterViewBackground = 0; /**

This symbol is the offset where the {@link com.handmark.pulltorefresh.samples.R.attr#ptrDrawable} 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:ptrDrawable */ public static final int PullToRefresh_ptrDrawable = 6; /**

This symbol is the offset where the {@link com.handmark.pulltorefresh.samples.R.attr#ptrHeaderBackground} attribute's value can be found in the {@link #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". @attr name android:ptrHeaderBackground */ public static final int PullToRefresh_ptrHeaderBackground = 1; /**

This symbol is the offset where the {@link com.handmark.pulltorefresh.samples.R.attr#ptrHeaderSubTextColor} attribute's value can be found in the {@link #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". @attr name android:ptrHeaderSubTextColor */ public static final int PullToRefresh_ptrHeaderSubTextColor = 3; /**

This symbol is the offset where the {@link com.handmark.pulltorefresh.samples.R.attr#ptrHeaderTextColor} attribute's value can be found in the {@link #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". @attr name android:ptrHeaderTextColor */ public static final int PullToRefresh_ptrHeaderTextColor = 2; /**

This symbol is the offset where the {@link com.handmark.pulltorefresh.samples.R.attr#ptrMode} attribute's value can be found in the {@link #PullToRefresh} array.

Must be one or more (separated by '|') of the following constant values.

ConstantValueDescription
disabled0x0
pullDownFromTop0x1
pullUpFromBottom0x2
both0x3
@attr name android:ptrMode */ public static final int PullToRefresh_ptrMode = 4; /**

This symbol is the offset where the {@link com.handmark.pulltorefresh.samples.R.attr#ptrShowIndicator} attribute's value can be found in the {@link #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 boolean value, either "true" or "false". @attr name android:ptrShowIndicator */ public static final int PullToRefresh_ptrShowIndicator = 5; }; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy