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

com.twotoasters.jazzylistview.sample.R Maven / Gradle / Ivy

The 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.twotoasters.jazzylistview.sample;

public final class R {
    public static final class array {
        public static final int jazzy_effects=0x7f080000;
    }
    public static final class attr {
        /** 

Must be one of the following constant values.

ConstantValueDescription
standard0
grow1
cards2
curl3
wave4
flip5
fly6
reverse_fly7
helix8
fan9
tilt10
zipper11
fade12
twirl13
slide_in14
*/ public static final int effect=0x7f010000; /**

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

Must be a boolean value, either "true" or "false".

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

Must be a boolean value, either "true" or "false".

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

Must be a boolean value, either "true" or "false".

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 simulate_grid_with_list=0x7f010003; } public static final class color { public static final int background=0x7f050000; public static final int even=0x7f050001; public static final int odd=0x7f050002; } public static final class dimen { public static final int grid_item_height=0x7f060001; public static final int item_height=0x7f060000; } public static final class drawable { public static final int ic_launcher=0x7f020000; } public static final class id { public static final int cards=0x7f040002; public static final int curl=0x7f040003; public static final int fade=0x7f04000c; public static final int fan=0x7f040009; public static final int flip=0x7f040005; public static final int fly=0x7f040006; public static final int grow=0x7f040001; public static final int helix=0x7f040008; public static final int reverse_fly=0x7f040007; public static final int slide_in=0x7f04000e; public static final int standard=0x7f040000; public static final int text=0x7f04000f; public static final int tilt=0x7f04000a; public static final int twirl=0x7f04000d; public static final int wave=0x7f040004; public static final int zipper=0x7f04000b; } public static final class layout { public static final int activity_grid=0x7f030000; public static final int activity_list=0x7f030001; public static final int grid_item=0x7f030002; public static final int item=0x7f030003; } public static final class string { public static final int app_name=0x7f070000; public static final int simple_grid_example=0x7f070003; public static final int simple_list_example=0x7f070002; public static final int standard=0x7f070001; } public static final class style { /** Base application theme, dependent on API level. This theme is replaced by AppBaseTheme from res/values-vXX/styles.xml on newer devices. Theme customizations available in newer API levels can go in res/values-vXX/styles.xml, while customizations related to backward-compatibility can go here. Base application theme for API 11+. This theme completely replaces AppBaseTheme from res/values/styles.xml on API 11+ devices. API 11 theme customizations can go here. Base application theme for API 14+. This theme completely replaces AppBaseTheme from BOTH res/values/styles.xml and res/values-v11/styles.xml on API 14+ devices. API 14 theme customizations can go here. */ public static final int AppBaseTheme=0x7f090000; /** Application theme. All customizations that are NOT specific to a particular API-level can go here. */ public static final int AppTheme=0x7f090001; } public static final class styleable { /** Attributes that can be used with a JazzyListView.

Includes the following attributes:

AttributeDescription
{@link #JazzyListView_effect com.twotoasters.jazzylistview.sample:effect}
{@link #JazzyListView_max_velocity com.twotoasters.jazzylistview.sample:max_velocity}
{@link #JazzyListView_only_animate_fling com.twotoasters.jazzylistview.sample:only_animate_fling}
{@link #JazzyListView_only_animate_new_items com.twotoasters.jazzylistview.sample:only_animate_new_items}
{@link #JazzyListView_simulate_grid_with_list com.twotoasters.jazzylistview.sample:simulate_grid_with_list}
@see #JazzyListView_effect @see #JazzyListView_max_velocity @see #JazzyListView_only_animate_fling @see #JazzyListView_only_animate_new_items @see #JazzyListView_simulate_grid_with_list */ public static final int[] JazzyListView = { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004 }; /**

This symbol is the offset where the {@link com.twotoasters.jazzylistview.sample.R.attr#effect} attribute's value can be found in the {@link #JazzyListView} array.

Must be one of the following constant values.

ConstantValueDescription
standard0
grow1
cards2
curl3
wave4
flip5
fly6
reverse_fly7
helix8
fan9
tilt10
zipper11
fade12
twirl13
slide_in14
@attr name com.twotoasters.jazzylistview.sample:effect */ public static final int JazzyListView_effect = 0; /**

This symbol is the offset where the {@link com.twotoasters.jazzylistview.sample.R.attr#max_velocity} attribute's value can be found in the {@link #JazzyListView} 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. @attr name com.twotoasters.jazzylistview.sample:max_velocity */ public static final int JazzyListView_max_velocity = 4; /**

This symbol is the offset where the {@link com.twotoasters.jazzylistview.sample.R.attr#only_animate_fling} attribute's value can be found in the {@link #JazzyListView} array.

Must be a boolean value, either "true" or "false".

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. @attr name com.twotoasters.jazzylistview.sample:only_animate_fling */ public static final int JazzyListView_only_animate_fling = 2; /**

This symbol is the offset where the {@link com.twotoasters.jazzylistview.sample.R.attr#only_animate_new_items} attribute's value can be found in the {@link #JazzyListView} array.

Must be a boolean value, either "true" or "false".

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. @attr name com.twotoasters.jazzylistview.sample:only_animate_new_items */ public static final int JazzyListView_only_animate_new_items = 1; /**

This symbol is the offset where the {@link com.twotoasters.jazzylistview.sample.R.attr#simulate_grid_with_list} attribute's value can be found in the {@link #JazzyListView} array.

Must be a boolean value, either "true" or "false".

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. @attr name com.twotoasters.jazzylistview.sample:simulate_grid_with_list */ public static final int JazzyListView_simulate_grid_with_list = 3; }; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy