/* 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.brentvatne.react.test;

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>none</code></td><td>0</td><td></td></tr>
<tr><td><code>fitXY</code></td><td>1</td><td></td></tr>
<tr><td><code>fitStart</code></td><td>2</td><td></td></tr>
<tr><td><code>fitCenter</code></td><td>3</td><td></td></tr>
<tr><td><code>fitEnd</code></td><td>4</td><td></td></tr>
<tr><td><code>leftTop</code></td><td>5</td><td></td></tr>
<tr><td><code>leftCenter</code></td><td>6</td><td></td></tr>
<tr><td><code>leftBottom</code></td><td>7</td><td></td></tr>
<tr><td><code>centerTop</code></td><td>8</td><td></td></tr>
<tr><td><code>center</code></td><td>9</td><td></td></tr>
<tr><td><code>centerBottom</code></td><td>10</td><td></td></tr>
<tr><td><code>rightTop</code></td><td>11</td><td></td></tr>
<tr><td><code>rightCenter</code></td><td>12</td><td></td></tr>
<tr><td><code>rightBottom</code></td><td>13</td><td></td></tr>
<tr><td><code>leftTopCrop</code></td><td>14</td><td></td></tr>
<tr><td><code>leftCenterCrop</code></td><td>15</td><td></td></tr>
<tr><td><code>leftBottomCrop</code></td><td>16</td><td></td></tr>
<tr><td><code>centerTopCrop</code></td><td>17</td><td></td></tr>
<tr><td><code>centerCrop</code></td><td>18</td><td></td></tr>
<tr><td><code>centerBottomCrop</code></td><td>19</td><td></td></tr>
<tr><td><code>rightTopCrop</code></td><td>20</td><td></td></tr>
<tr><td><code>rightCenterCrop</code></td><td>21</td><td></td></tr>
<tr><td><code>rightBottomCrop</code></td><td>22</td><td></td></tr>
<tr><td><code>startInside</code></td><td>23</td><td></td></tr>
<tr><td><code>centerInside</code></td><td>24</td><td></td></tr>
<tr><td><code>endInside</code></td><td>25</td><td></td></tr>
</table>
         */
        public static final int scalableType=0x7f010000;
    }
    public static final class id {
        public static final int center=0x7f030000;
        public static final int centerBottom=0x7f030001;
        public static final int centerBottomCrop=0x7f030002;
        public static final int centerCrop=0x7f030003;
        public static final int centerInside=0x7f030004;
        public static final int centerTop=0x7f030005;
        public static final int centerTopCrop=0x7f030006;
        public static final int endInside=0x7f030007;
        public static final int fitCenter=0x7f030008;
        public static final int fitEnd=0x7f030009;
        public static final int fitStart=0x7f03000a;
        public static final int fitXY=0x7f03000b;
        public static final int leftBottom=0x7f03000c;
        public static final int leftBottomCrop=0x7f03000d;
        public static final int leftCenter=0x7f03000e;
        public static final int leftCenterCrop=0x7f03000f;
        public static final int leftTop=0x7f030010;
        public static final int leftTopCrop=0x7f030011;
        public static final int maskLayer=0x7f03001a;
        public static final int none=0x7f030012;
        public static final int rightBottom=0x7f030013;
        public static final int rightBottomCrop=0x7f030014;
        public static final int rightCenter=0x7f030015;
        public static final int rightCenterCrop=0x7f030016;
        public static final int rightTop=0x7f030017;
        public static final int rightTopCrop=0x7f030018;
        public static final int startInside=0x7f030019;
    }
    public static final class layout {
        public static final int fullscreen=0x7f020000;
    }
    public static final class styleable {
        /** Attributes that can be used with a scaleStyle.
           <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 #scaleStyle_scalableType com.brentvatne.react.test:scalableType}</code></td><td></td></tr>
           </table>
           @see #scaleStyle_scalableType
         */
        public static final int[] scaleStyle = {
            0x7f010000
        };
        /**
          <p>This symbol is the offset where the {@link com.brentvatne.react.test.R.attr#scalableType}
          attribute's value can be found in the {@link #scaleStyle} 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>none</code></td><td>0</td><td></td></tr>
<tr><td><code>fitXY</code></td><td>1</td><td></td></tr>
<tr><td><code>fitStart</code></td><td>2</td><td></td></tr>
<tr><td><code>fitCenter</code></td><td>3</td><td></td></tr>
<tr><td><code>fitEnd</code></td><td>4</td><td></td></tr>
<tr><td><code>leftTop</code></td><td>5</td><td></td></tr>
<tr><td><code>leftCenter</code></td><td>6</td><td></td></tr>
<tr><td><code>leftBottom</code></td><td>7</td><td></td></tr>
<tr><td><code>centerTop</code></td><td>8</td><td></td></tr>
<tr><td><code>center</code></td><td>9</td><td></td></tr>
<tr><td><code>centerBottom</code></td><td>10</td><td></td></tr>
<tr><td><code>rightTop</code></td><td>11</td><td></td></tr>
<tr><td><code>rightCenter</code></td><td>12</td><td></td></tr>
<tr><td><code>rightBottom</code></td><td>13</td><td></td></tr>
<tr><td><code>leftTopCrop</code></td><td>14</td><td></td></tr>
<tr><td><code>leftCenterCrop</code></td><td>15</td><td></td></tr>
<tr><td><code>leftBottomCrop</code></td><td>16</td><td></td></tr>
<tr><td><code>centerTopCrop</code></td><td>17</td><td></td></tr>
<tr><td><code>centerCrop</code></td><td>18</td><td></td></tr>
<tr><td><code>centerBottomCrop</code></td><td>19</td><td></td></tr>
<tr><td><code>rightTopCrop</code></td><td>20</td><td></td></tr>
<tr><td><code>rightCenterCrop</code></td><td>21</td><td></td></tr>
<tr><td><code>rightBottomCrop</code></td><td>22</td><td></td></tr>
<tr><td><code>startInside</code></td><td>23</td><td></td></tr>
<tr><td><code>centerInside</code></td><td>24</td><td></td></tr>
<tr><td><code>endInside</code></td><td>25</td><td></td></tr>
</table>
          @attr name com.brentvatne.react.test:scalableType
        */
        public static final int scaleStyle_scalableType = 0;
    };
}
