/* 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.example.android.fixedgridlayout; public final class R { public static final class attr { /** <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 cellHeight=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 cellWidth=0x7f010000; } public static final class drawable { public static final int bugdroid=0x7f020000; } public static final class id { public static final int grid=0x7f050000; } public static final class layout { public static final int main=0x7f030000; } public static final class string { public static final int app_name=0x7f040000; } public static final class styleable { /** Attributes that can be used with a FixedGridLayout. <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 #FixedGridLayout_cellHeight com.example.android.fixedgridlayout:cellHeight}</code></td><td></td></tr> <tr><td><code>{@link #FixedGridLayout_cellWidth com.example.android.fixedgridlayout:cellWidth}</code></td><td></td></tr> </table> @see #FixedGridLayout_cellHeight @see #FixedGridLayout_cellWidth */ public static final int[] FixedGridLayout = { 0x7f010000, 0x7f010001 }; /** <p>This symbol is the offset where the {@link com.example.android.fixedgridlayout.R.attr#cellHeight} attribute's value can be found in the {@link #FixedGridLayout} 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:cellHeight */ public static final int FixedGridLayout_cellHeight = 1; /** <p>This symbol is the offset where the {@link com.example.android.fixedgridlayout.R.attr#cellWidth} attribute's value can be found in the {@link #FixedGridLayout} 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:cellWidth */ public static final int FixedGridLayout_cellWidth = 0; }; }