/* 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.openaphid.flip; public final class R { public static final class attr { /** <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>ARGB_8888</code></td><td>0</td><td></td></tr> <tr><td><code>ARGB_4444</code></td><td>1</td><td></td></tr> <tr><td><code>RGB_565</code></td><td>2</td><td></td></tr> </table> */ public static int animationBitmapFormat=0x7f010001; /** <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>vertical</code></td><td>0</td><td></td></tr> <tr><td><code>horizontal</code></td><td>1</td><td></td></tr> </table> */ public static int orientation=0x7f010000; } public static final class drawable { public static int ic_action_search=0x7f020000; public static int ic_launcher=0x7f020001; } public static final class id { public static int ARGB_4444=0x7f030003; public static int ARGB_8888=0x7f030002; public static int RGB_565=0x7f030004; public static int horizontal=0x7f030001; public static int vertical=0x7f030000; } public static final class string { public static int app_name=0x7f040000; } public static final class style { public static int AppTheme=0x7f050000; } public static final class styleable { /** Attributes that can be used with a FlipViewController. <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 #FlipViewController_animationBitmapFormat com.openaphid.flip:animationBitmapFormat}</code></td><td></td></tr> <tr><td><code>{@link #FlipViewController_orientation com.openaphid.flip:orientation}</code></td><td></td></tr> </table> @see #FlipViewController_animationBitmapFormat @see #FlipViewController_orientation */ public static final int[] FlipViewController = { 0x7f010000, 0x7f010001 }; /** <p>This symbol is the offset where the {@link com.openaphid.flip.R.attr#animationBitmapFormat} attribute's value can be found in the {@link #FlipViewController} 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>ARGB_8888</code></td><td>0</td><td></td></tr> <tr><td><code>ARGB_4444</code></td><td>1</td><td></td></tr> <tr><td><code>RGB_565</code></td><td>2</td><td></td></tr> </table> @attr name com.openaphid.flip:animationBitmapFormat */ public static final int FlipViewController_animationBitmapFormat = 1; /** <p>This symbol is the offset where the {@link com.openaphid.flip.R.attr#orientation} attribute's value can be found in the {@link #FlipViewController} 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>vertical</code></td><td>0</td><td></td></tr> <tr><td><code>horizontal</code></td><td>1</td><td></td></tr> </table> @attr name com.openaphid.flip:orientation */ public static final int FlipViewController_orientation = 0; }; }