/* 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 pl.polidea.androidflip3d; public final class R { public static final class attr { /** <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int animation_length_millis=0x7f010004; /** <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>rotate_right</code></td><td>0</td><td></td></tr> <tr><td><code>rotate_left</code></td><td>1</td><td></td></tr> </table> */ public static final int back_to_front_flip_direction=0x7f010006; /** <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>rotate_right</code></td><td>0</td><td></td></tr> <tr><td><code>rotate_left</code></td><td>1</td><td></td></tr> </table> */ public static final int front_to_back_flip_direction=0x7f010005; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int internal_margin=0x7f010001; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int internal_padding=0x7f010000; /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int src_back=0x7f010003; /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int src_front=0x7f010002; } public static final class drawable { public static final int all_applications_background=0x7f020000; public static final int all_applications_button_background=0x7f020001; public static final int all_applications_label_background=0x7f020002; public static final int application_background=0x7f020003; public static final int application_background_static=0x7f020004; public static final int favorite_background=0x7f020005; public static final int focused_application_background_static=0x7f020006; public static final int grid_selector=0x7f020007; public static final int icon=0x7f020008; public static final int pressed_application_background_static=0x7f020009; } public static final class id { public static final int GridView=0x7f040006; public static final int rotate_left=0x7f040001; public static final int rotate_right=0x7f040000; public static final int view0=0x7f040002; public static final int view1=0x7f040003; public static final int view2=0x7f040004; public static final int view3=0x7f040005; } public static final class layout { public static final int image_layout_with_padding=0x7f030000; public static final int main=0x7f030001; public static final int test_activity_grid=0x7f030002; public static final int view_layout_with_padding=0x7f030003; } public static final class string { public static final int app_name=0x7f050000; } public static final class styleable { /** Attributes that can be used with a Flip3DView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #Flip3DView_animation_length_millis pl.polidea.androidflip3d:animation_length_millis}</code></td><td></td></tr> <tr><td><code>{@link #Flip3DView_back_to_front_flip_direction pl.polidea.androidflip3d:back_to_front_flip_direction}</code></td><td></td></tr> <tr><td><code>{@link #Flip3DView_front_to_back_flip_direction pl.polidea.androidflip3d:front_to_back_flip_direction}</code></td><td></td></tr> <tr><td><code>{@link #Flip3DView_internal_margin pl.polidea.androidflip3d:internal_margin}</code></td><td></td></tr> <tr><td><code>{@link #Flip3DView_internal_padding pl.polidea.androidflip3d:internal_padding}</code></td><td></td></tr> <tr><td><code>{@link #Flip3DView_src_back pl.polidea.androidflip3d:src_back}</code></td><td></td></tr> <tr><td><code>{@link #Flip3DView_src_front pl.polidea.androidflip3d:src_front}</code></td><td></td></tr> </table> @see #Flip3DView_animation_length_millis @see #Flip3DView_back_to_front_flip_direction @see #Flip3DView_front_to_back_flip_direction @see #Flip3DView_internal_margin @see #Flip3DView_internal_padding @see #Flip3DView_src_back @see #Flip3DView_src_front */ public static final int[] Flip3DView = { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006 }; /** <p>This symbol is the offset where the {@link pl.polidea.androidflip3d.R.attr#animation_length_millis} attribute's value can be found in the {@link #Flip3DView} array. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name android:animation_length_millis */ public static final int Flip3DView_animation_length_millis = 4; /** <p>This symbol is the offset where the {@link pl.polidea.androidflip3d.R.attr#back_to_front_flip_direction} attribute's value can be found in the {@link #Flip3DView} array. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>rotate_right</code></td><td>0</td><td></td></tr> <tr><td><code>rotate_left</code></td><td>1</td><td></td></tr> </table> @attr name android:back_to_front_flip_direction */ public static final int Flip3DView_back_to_front_flip_direction = 6; /** <p>This symbol is the offset where the {@link pl.polidea.androidflip3d.R.attr#front_to_back_flip_direction} attribute's value can be found in the {@link #Flip3DView} array. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>rotate_right</code></td><td>0</td><td></td></tr> <tr><td><code>rotate_left</code></td><td>1</td><td></td></tr> </table> @attr name android:front_to_back_flip_direction */ public static final int Flip3DView_front_to_back_flip_direction = 5; /** <p>This symbol is the offset where the {@link pl.polidea.androidflip3d.R.attr#internal_margin} attribute's value can be found in the {@link #Flip3DView} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name android:internal_margin */ public static final int Flip3DView_internal_margin = 1; /** <p>This symbol is the offset where the {@link pl.polidea.androidflip3d.R.attr#internal_padding} attribute's value can be found in the {@link #Flip3DView} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name android:internal_padding */ public static final int Flip3DView_internal_padding = 0; /** <p>This symbol is the offset where the {@link pl.polidea.androidflip3d.R.attr#src_back} attribute's value can be found in the {@link #Flip3DView} array. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". @attr name android:src_back */ public static final int Flip3DView_src_back = 3; /** <p>This symbol is the offset where the {@link pl.polidea.androidflip3d.R.attr#src_front} attribute's value can be found in the {@link #Flip3DView} array. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". @attr name android:src_front */ public static final int Flip3DView_src_front = 2; }; }