/* 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.romainpiel.shimmer; public final class R { public static final class attr { /** <p>Must 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>". <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 int reflectionColor=0x7f010000; } public static final class drawable { public static int ic_launcher=0x7f020000; public static int mask=0x7f020001; public static int spot_mask=0x7f020002; } public static final class string { public static int app_name=0x7f030000; } public static final class styleable { /** Attributes that can be used with a ShimmerView. <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 #ShimmerView_reflectionColor com.romainpiel.shimmer:reflectionColor}</code></td><td></td></tr> </table> @see #ShimmerView_reflectionColor */ public static final int[] ShimmerView = { 0x7f010000 }; /** <p>This symbol is the offset where the {@link com.romainpiel.shimmer.R.attr#reflectionColor} attribute's value can be found in the {@link #ShimmerView} array. <p>Must 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>". <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 com.romainpiel.shimmer:reflectionColor */ public static int ShimmerView_reflectionColor = 0; }; }