• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* AUTO-GENERATED FILE.  DO NOT MODIFY.
2  *
3  * This class was automatically generated by the
4  * aapt tool from the resource data it found.  It
5  * should not be modified by hand.
6  */
7 
8 package android.support.v7.gridlayout;
9 
10 public final class R {
11     public static final class attr {
12         /**
13         When set to alignMargins, causes alignment to take place between the outer
14         boundary of a view, as defined by its margins. When set to alignBounds,
15         causes alignment to take place between the edges of the view.
16         The default is alignMargins.
17         See {@link android.widget.GridLayout#setAlignmentMode(int)}.
18 
19          <p>Must be one of the following constant values.</p>
20 <table>
21 <colgroup align="left" />
22 <colgroup align="left" />
23 <colgroup align="left" />
24 <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
25 <tr><td><code>alignBounds</code></td><td>0</td><td>
26             Align the bounds of the children.
27             See {@link android.widget.GridLayout#ALIGN_BOUNDS}.
28             </td></tr>
29 <tr><td><code>alignMargins</code></td><td>1</td><td>
30             Align the margins of the children.
31             See {@link android.widget.GridLayout#ALIGN_MARGINS}.
32             </td></tr>
33 </table>
34          */
35         public static int alignmentMode=0x7f010004;
36         /**  The maximum number of columns to create when automatically positioning children.
37          <p>Must be an integer value, such as "<code>100</code>".
38 <p>This may also be a reference to a resource (in the form
39 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
40 theme attribute (in the form
41 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
42 containing a value of this type.
43          */
44         public static int columnCount=0x7f010002;
45         /**
46         When set to true, forces column boundaries to appear in the same order
47         as column indices.
48         The default is true.
49         See {@link android.widget.GridLayout#setColumnOrderPreserved(boolean)}.
50 
51          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
52 <p>This may also be a reference to a resource (in the form
53 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
54 theme attribute (in the form
55 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
56 containing a value of this type.
57          */
58         public static int columnOrderPreserved=0x7f010006;
59         /**
60         The column boundary delimiting the left of the group of cells
61         occupied by this view.
62 
63          <p>Must be an integer value, such as "<code>100</code>".
64 <p>This may also be a reference to a resource (in the form
65 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
66 theme attribute (in the form
67 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
68 containing a value of this type.
69          */
70         public static int layout_column=0x7f010009;
71         /**
72         The column span: the difference between the right and left
73         boundaries delimiting the group of cells occupied by this view.
74         The default is one.
75         See {@link android.widget.GridLayout.Spec}.
76 
77          <p>Must be an integer value, such as "<code>100</code>".
78 <p>This may also be a reference to a resource (in the form
79 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
80 theme attribute (in the form
81 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
82 containing a value of this type.
83          */
84         public static int layout_columnSpan=0x7f01000a;
85         /**
86         Gravity specifies how a component should be placed in its group of cells.
87         The default is LEFT | BASELINE.
88         See {@link android.widget.GridLayout.LayoutParams#setGravity(int)}.
89 
90          <p>Must be one or more (separated by '|') of the following constant values.</p>
91 <table>
92 <colgroup align="left" />
93 <colgroup align="left" />
94 <colgroup align="left" />
95 <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
96 <tr><td><code>top</code></td><td>0x30</td><td> Push object to the top of its container, not changing its size. </td></tr>
97 <tr><td><code>bottom</code></td><td>0x50</td><td> Push object to the bottom of its container, not changing its size. </td></tr>
98 <tr><td><code>left</code></td><td>0x03</td><td> Push object to the left of its container, not changing its size. </td></tr>
99 <tr><td><code>right</code></td><td>0x05</td><td> Push object to the right of its container, not changing its size. </td></tr>
100 <tr><td><code>center_vertical</code></td><td>0x10</td><td> Place object in the vertical center of its container, not changing its size. </td></tr>
101 <tr><td><code>fill_vertical</code></td><td>0x70</td><td> Grow the vertical size of the object if needed so it completely fills its container. </td></tr>
102 <tr><td><code>center_horizontal</code></td><td>0x01</td><td> Place object in the horizontal center of its container, not changing its size. </td></tr>
103 <tr><td><code>fill_horizontal</code></td><td>0x07</td><td> Grow the horizontal size of the object if needed so it completely fills its container. </td></tr>
104 <tr><td><code>center</code></td><td>0x11</td><td> Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. </td></tr>
105 <tr><td><code>fill</code></td><td>0x77</td><td> Grow the horizontal and vertical size of the object if needed so it completely fills its container. </td></tr>
106 <tr><td><code>clip_vertical</code></td><td>0x80</td><td>
107              Additional option that can be set to have the top and/or bottom edges of
108              the child clipped to its container's bounds.
109              The clip will be based on the vertical gravity: a top gravity will clip the bottom
110              edge, a bottom gravity will clip the top edge, and neither will clip both edges.
111             </td></tr>
112 <tr><td><code>clip_horizontal</code></td><td>0x08</td><td>
113              Additional option that can be set to have the left and/or right edges of
114              the child clipped to its container's bounds.
115              The clip will be based on the horizontal gravity: a left gravity will clip the right
116              edge, a right gravity will clip the left edge, and neither will clip both edges.
117             </td></tr>
118 <tr><td><code>start</code></td><td>0x00800003</td><td> Push object to the beginning of its container, not changing its size. </td></tr>
119 <tr><td><code>end</code></td><td>0x00800005</td><td> Push object to the end of its container, not changing its size. </td></tr>
120 </table>
121          */
122         public static int layout_gravity=0x7f01000b;
123         /**  END MarginLayout layoutparams
124 
125         The row boundary delimiting the top of the group of cells
126         occupied by this view.
127 
128          <p>Must be an integer value, such as "<code>100</code>".
129 <p>This may also be a reference to a resource (in the form
130 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
131 theme attribute (in the form
132 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
133 containing a value of this type.
134          */
135         public static int layout_row=0x7f010007;
136         /**
137         The row span: the difference between the bottom and top
138         boundaries delimiting the group of cells occupied by this view.
139         The default is one.
140         See {@link android.widget.GridLayout.Spec}.
141 
142          <p>Must be an integer value, such as "<code>100</code>".
143 <p>This may also be a reference to a resource (in the form
144 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
145 theme attribute (in the form
146 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
147 containing a value of this type.
148          */
149         public static int layout_rowSpan=0x7f010008;
150         /**
151               support versions. All attributes not present in ViewGroup/View are
152               redefined in the support library namespace.
153 
154 
155         The orientation property is not used during layout. It is only used to
156         allocate row and column parameters when they are not specified by its children's
157         layout parameters. GridLayout works like LinearLayout in this case;
158         putting all the components either in a single row or in a single column -
159         depending on the value of this flag. In the horizontal case, a columnCount
160         property may be additionally supplied to force new rows to be created when a
161         row is full. The rowCount attribute may be used similarly in the vertical case.
162         The default is horizontal.
163 
164          <p>Must be one of the following constant values.</p>
165 <table>
166 <colgroup align="left" />
167 <colgroup align="left" />
168 <colgroup align="left" />
169 <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
170 <tr><td><code>horizontal</code></td><td>0</td><td> Defines an horizontal widget. </td></tr>
171 <tr><td><code>vertical</code></td><td>1</td><td> Defines a vertical widget. </td></tr>
172 </table>
173          */
174         public static int orientation=0x7f010000;
175         /**  The maximum number of rows to create when automatically positioning children.
176          <p>Must be an integer value, such as "<code>100</code>".
177 <p>This may also be a reference to a resource (in the form
178 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
179 theme attribute (in the form
180 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
181 containing a value of this type.
182          */
183         public static int rowCount=0x7f010001;
184         /**
185         When set to true, forces row boundaries to appear in the same order
186         as row indices.
187         The default is true.
188         See {@link android.widget.GridLayout#setRowOrderPreserved(boolean)}.
189 
190          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
191 <p>This may also be a reference to a resource (in the form
192 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
193 theme attribute (in the form
194 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
195 containing a value of this type.
196          */
197         public static int rowOrderPreserved=0x7f010005;
198         /**
199         When set to true, tells GridLayout to use default margins when none are specified
200         in a view's layout parameters.
201         The default value is false.
202         See {@link android.widget.GridLayout#setUseDefaultMargins(boolean)}.
203 
204          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
205 <p>This may also be a reference to a resource (in the form
206 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
207 theme attribute (in the form
208 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
209 containing a value of this type.
210          */
211         public static int useDefaultMargins=0x7f010003;
212     }
213     public static final class dimen {
214         /**  The default gap between components in a layout.
215          */
216         public static int default_gap=0x7f030000;
217     }
218     public static final class id {
219         public static int alignBounds=0x7f020002;
220         public static int alignMargins=0x7f020003;
221         public static int bottom=0x7f020005;
222         public static int center=0x7f02000c;
223         public static int center_horizontal=0x7f02000a;
224         public static int center_vertical=0x7f020008;
225         public static int clip_horizontal=0x7f02000f;
226         public static int clip_vertical=0x7f02000e;
227         public static int end=0x7f020011;
228         public static int fill=0x7f02000d;
229         public static int fill_horizontal=0x7f02000b;
230         public static int fill_vertical=0x7f020009;
231         public static int horizontal=0x7f020000;
232         public static int left=0x7f020006;
233         public static int right=0x7f020007;
234         public static int start=0x7f020010;
235         public static int top=0x7f020004;
236         public static int vertical=0x7f020001;
237     }
238     public static final class styleable {
239         /** Attributes that can be used with a GridLayout.
240            <p>Includes the following attributes:</p>
241            <table>
242            <colgroup align="left" />
243            <colgroup align="left" />
244            <tr><th>Attribute</th><th>Description</th></tr>
245            <tr><td><code>{@link #GridLayout_alignmentMode android.support.v7.gridlayout:alignmentMode}</code></td><td>
246         When set to alignMargins, causes alignment to take place between the outer
247         boundary of a view, as defined by its margins.</td></tr>
248            <tr><td><code>{@link #GridLayout_columnCount android.support.v7.gridlayout:columnCount}</code></td><td> The maximum number of columns to create when automatically positioning children.</td></tr>
249            <tr><td><code>{@link #GridLayout_columnOrderPreserved android.support.v7.gridlayout:columnOrderPreserved}</code></td><td>
250         When set to true, forces column boundaries to appear in the same order
251         as column indices.</td></tr>
252            <tr><td><code>{@link #GridLayout_orientation android.support.v7.gridlayout:orientation}</code></td><td>
253               support versions.</td></tr>
254            <tr><td><code>{@link #GridLayout_rowCount android.support.v7.gridlayout:rowCount}</code></td><td> The maximum number of rows to create when automatically positioning children.</td></tr>
255            <tr><td><code>{@link #GridLayout_rowOrderPreserved android.support.v7.gridlayout:rowOrderPreserved}</code></td><td>
256         When set to true, forces row boundaries to appear in the same order
257         as row indices.</td></tr>
258            <tr><td><code>{@link #GridLayout_useDefaultMargins android.support.v7.gridlayout:useDefaultMargins}</code></td><td>
259         When set to true, tells GridLayout to use default margins when none are specified
260         in a view's layout parameters.</td></tr>
261            </table>
262            @see #GridLayout_alignmentMode
263            @see #GridLayout_columnCount
264            @see #GridLayout_columnOrderPreserved
265            @see #GridLayout_orientation
266            @see #GridLayout_rowCount
267            @see #GridLayout_rowOrderPreserved
268            @see #GridLayout_useDefaultMargins
269          */
270         public static final int[] GridLayout = {
271             0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
272             0x7f010004, 0x7f010005, 0x7f010006
273         };
274         /**
275           <p>
276           @attr description
277 
278         When set to alignMargins, causes alignment to take place between the outer
279         boundary of a view, as defined by its margins. When set to alignBounds,
280         causes alignment to take place between the edges of the view.
281         The default is alignMargins.
282         See {@link android.widget.GridLayout#setAlignmentMode(int)}.
283 
284 
285 
286           <p>Must be one of the following constant values.</p>
287 <table>
288 <colgroup align="left" />
289 <colgroup align="left" />
290 <colgroup align="left" />
291 <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
292 <tr><td><code>alignBounds</code></td><td>0</td><td>
293             Align the bounds of the children.
294             See {@link android.widget.GridLayout#ALIGN_BOUNDS}.
295             </td></tr>
296 <tr><td><code>alignMargins</code></td><td>1</td><td>
297             Align the margins of the children.
298             See {@link android.widget.GridLayout#ALIGN_MARGINS}.
299             </td></tr>
300 </table>
301           <p>This is a private symbol.
302           @attr name android:alignmentMode
303         */
304         public static final int GridLayout_alignmentMode = 4;
305         /**
306           <p>
307           @attr description
308            The maximum number of columns to create when automatically positioning children.
309 
310 
311           <p>Must be an integer value, such as "<code>100</code>".
312 <p>This may also be a reference to a resource (in the form
313 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
314 theme attribute (in the form
315 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
316 containing a value of this type.
317           <p>This is a private symbol.
318           @attr name android:columnCount
319         */
320         public static final int GridLayout_columnCount = 2;
321         /**
322           <p>
323           @attr description
324 
325         When set to true, forces column boundaries to appear in the same order
326         as column indices.
327         The default is true.
328         See {@link android.widget.GridLayout#setColumnOrderPreserved(boolean)}.
329 
330 
331 
332           <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
333 <p>This may also be a reference to a resource (in the form
334 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
335 theme attribute (in the form
336 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
337 containing a value of this type.
338           <p>This is a private symbol.
339           @attr name android:columnOrderPreserved
340         */
341         public static final int GridLayout_columnOrderPreserved = 6;
342         /**
343           <p>
344           @attr description
345 
346               support versions. All attributes not present in ViewGroup/View are
347               redefined in the support library namespace.
348 
349 
350         The orientation property is not used during layout. It is only used to
351         allocate row and column parameters when they are not specified by its children's
352         layout parameters. GridLayout works like LinearLayout in this case;
353         putting all the components either in a single row or in a single column -
354         depending on the value of this flag. In the horizontal case, a columnCount
355         property may be additionally supplied to force new rows to be created when a
356         row is full. The rowCount attribute may be used similarly in the vertical case.
357         The default is horizontal.
358 
359 
360 
361           <p>Must be one of the following constant values.</p>
362 <table>
363 <colgroup align="left" />
364 <colgroup align="left" />
365 <colgroup align="left" />
366 <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
367 <tr><td><code>horizontal</code></td><td>0</td><td> Defines an horizontal widget. </td></tr>
368 <tr><td><code>vertical</code></td><td>1</td><td> Defines a vertical widget. </td></tr>
369 </table>
370           <p>This is a private symbol.
371           @attr name android:orientation
372         */
373         public static final int GridLayout_orientation = 0;
374         /**
375           <p>
376           @attr description
377            The maximum number of rows to create when automatically positioning children.
378 
379 
380           <p>Must be an integer value, such as "<code>100</code>".
381 <p>This may also be a reference to a resource (in the form
382 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
383 theme attribute (in the form
384 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
385 containing a value of this type.
386           <p>This is a private symbol.
387           @attr name android:rowCount
388         */
389         public static final int GridLayout_rowCount = 1;
390         /**
391           <p>
392           @attr description
393 
394         When set to true, forces row boundaries to appear in the same order
395         as row indices.
396         The default is true.
397         See {@link android.widget.GridLayout#setRowOrderPreserved(boolean)}.
398 
399 
400 
401           <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
402 <p>This may also be a reference to a resource (in the form
403 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
404 theme attribute (in the form
405 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
406 containing a value of this type.
407           <p>This is a private symbol.
408           @attr name android:rowOrderPreserved
409         */
410         public static final int GridLayout_rowOrderPreserved = 5;
411         /**
412           <p>
413           @attr description
414 
415         When set to true, tells GridLayout to use default margins when none are specified
416         in a view's layout parameters.
417         The default value is false.
418         See {@link android.widget.GridLayout#setUseDefaultMargins(boolean)}.
419 
420 
421 
422           <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
423 <p>This may also be a reference to a resource (in the form
424 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
425 theme attribute (in the form
426 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
427 containing a value of this type.
428           <p>This is a private symbol.
429           @attr name android:useDefaultMargins
430         */
431         public static final int GridLayout_useDefaultMargins = 3;
432         /** Attributes that can be used with a GridLayout_Layout.
433            <p>Includes the following attributes:</p>
434            <table>
435            <colgroup align="left" />
436            <colgroup align="left" />
437            <tr><th>Attribute</th><th>Description</th></tr>
438            <tr><td><code>{@link #GridLayout_Layout_android_layout_height android.support.v7.gridlayout:android_layout_height}</code></td><td></td></tr>
439            <tr><td><code>{@link #GridLayout_Layout_android_layout_margin android.support.v7.gridlayout:android_layout_margin}</code></td><td>
440               Specifies extra space on the left, top, right and bottom
441               sides of this view.</td></tr>
442            <tr><td><code>{@link #GridLayout_Layout_android_layout_marginBottom android.support.v7.gridlayout:android_layout_marginBottom}</code></td><td>
443               Specifies extra space on the bottom side of this view.</td></tr>
444            <tr><td><code>{@link #GridLayout_Layout_android_layout_marginLeft android.support.v7.gridlayout:android_layout_marginLeft}</code></td><td>
445               Specifies extra space on the left side of this view.</td></tr>
446            <tr><td><code>{@link #GridLayout_Layout_android_layout_marginRight android.support.v7.gridlayout:android_layout_marginRight}</code></td><td>
447               Specifies extra space on the right side of this view.</td></tr>
448            <tr><td><code>{@link #GridLayout_Layout_android_layout_marginTop android.support.v7.gridlayout:android_layout_marginTop}</code></td><td>
449               Specifies extra space on the top side of this view.</td></tr>
450            <tr><td><code>{@link #GridLayout_Layout_android_layout_width android.support.v7.gridlayout:android_layout_width}</code></td><td>
451               support versions.</td></tr>
452            <tr><td><code>{@link #GridLayout_Layout_layout_column android.support.v7.gridlayout:layout_column}</code></td><td>
453         The column boundary delimiting the left of the group of cells
454         occupied by this view.</td></tr>
455            <tr><td><code>{@link #GridLayout_Layout_layout_columnSpan android.support.v7.gridlayout:layout_columnSpan}</code></td><td>
456         The column span: the difference between the right and left
457         boundaries delimiting the group of cells occupied by this view.</td></tr>
458            <tr><td><code>{@link #GridLayout_Layout_layout_gravity android.support.v7.gridlayout:layout_gravity}</code></td><td>
459         Gravity specifies how a component should be placed in its group of cells.</td></tr>
460            <tr><td><code>{@link #GridLayout_Layout_layout_row android.support.v7.gridlayout:layout_row}</code></td><td> END MarginLayout layoutparams
461 
462         The row boundary delimiting the top of the group of cells
463         occupied by this view.</td></tr>
464            <tr><td><code>{@link #GridLayout_Layout_layout_rowSpan android.support.v7.gridlayout:layout_rowSpan}</code></td><td>
465         The row span: the difference between the bottom and top
466         boundaries delimiting the group of cells occupied by this view.</td></tr>
467            </table>
468            @see #GridLayout_Layout_android_layout_height
469            @see #GridLayout_Layout_android_layout_margin
470            @see #GridLayout_Layout_android_layout_marginBottom
471            @see #GridLayout_Layout_android_layout_marginLeft
472            @see #GridLayout_Layout_android_layout_marginRight
473            @see #GridLayout_Layout_android_layout_marginTop
474            @see #GridLayout_Layout_android_layout_width
475            @see #GridLayout_Layout_layout_column
476            @see #GridLayout_Layout_layout_columnSpan
477            @see #GridLayout_Layout_layout_gravity
478            @see #GridLayout_Layout_layout_row
479            @see #GridLayout_Layout_layout_rowSpan
480          */
481         public static final int[] GridLayout_Layout = {
482             0x010100f4, 0x010100f5, 0x010100f6, 0x010100f7,
483             0x010100f8, 0x010100f9, 0x010100fa, 0x7f010007,
484             0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b
485         };
486         /**
487           <p>This symbol is the offset where the {@link android.support.v7.gridlayout.R.attr#android_layout_height}
488           attribute's value can be found in the {@link #GridLayout_Layout} array.
489           @attr name android:android_layout_height
490         */
491         public static final int GridLayout_Layout_android_layout_height = 1;
492         /**
493           <p>
494           @attr description
495 
496               Specifies extra space on the left, top, right and bottom
497               sides of this view. This space is outside this view's bounds.
498 
499           <p>This corresponds to the global attribute          resource symbol {@link android.support.v7.gridlayout.R.attr#android_layout_margin}.
500           @attr name android:android_layout_margin
501         */
502         public static final int GridLayout_Layout_android_layout_margin = 2;
503         /**
504           <p>
505           @attr description
506 
507               Specifies extra space on the bottom side of this view.
508               This space is outside this view's bounds.
509 
510           <p>This corresponds to the global attribute          resource symbol {@link android.support.v7.gridlayout.R.attr#android_layout_marginBottom}.
511           @attr name android:android_layout_marginBottom
512         */
513         public static final int GridLayout_Layout_android_layout_marginBottom = 6;
514         /**
515           <p>
516           @attr description
517 
518               Specifies extra space on the left side of this view.
519               This space is outside this view's bounds.
520 
521           <p>This corresponds to the global attribute          resource symbol {@link android.support.v7.gridlayout.R.attr#android_layout_marginLeft}.
522           @attr name android:android_layout_marginLeft
523         */
524         public static final int GridLayout_Layout_android_layout_marginLeft = 3;
525         /**
526           <p>
527           @attr description
528 
529               Specifies extra space on the right side of this view.
530               This space is outside this view's bounds.
531 
532           <p>This corresponds to the global attribute          resource symbol {@link android.support.v7.gridlayout.R.attr#android_layout_marginRight}.
533           @attr name android:android_layout_marginRight
534         */
535         public static final int GridLayout_Layout_android_layout_marginRight = 5;
536         /**
537           <p>
538           @attr description
539 
540               Specifies extra space on the top side of this view.
541               This space is outside this view's bounds.
542 
543           <p>This corresponds to the global attribute          resource symbol {@link android.support.v7.gridlayout.R.attr#android_layout_marginTop}.
544           @attr name android:android_layout_marginTop
545         */
546         public static final int GridLayout_Layout_android_layout_marginTop = 4;
547         /**
548           <p>
549           @attr description
550 
551               support versions. All attributes not present in MarginLayout are
552               redefined in the support library name space.
553 
554  START MarginLayout layoutparams
555           <p>This corresponds to the global attribute          resource symbol {@link android.support.v7.gridlayout.R.attr#android_layout_width}.
556           @attr name android:android_layout_width
557         */
558         public static final int GridLayout_Layout_android_layout_width = 0;
559         /**
560           <p>
561           @attr description
562 
563         The column boundary delimiting the left of the group of cells
564         occupied by this view.
565 
566 
567 
568           <p>Must be an integer value, such as "<code>100</code>".
569 <p>This may also be a reference to a resource (in the form
570 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
571 theme attribute (in the form
572 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
573 containing a value of this type.
574           <p>This is a private symbol.
575           @attr name android:layout_column
576         */
577         public static final int GridLayout_Layout_layout_column = 9;
578         /**
579           <p>
580           @attr description
581 
582         The column span: the difference between the right and left
583         boundaries delimiting the group of cells occupied by this view.
584         The default is one.
585         See {@link android.widget.GridLayout.Spec}.
586 
587 
588 
589           <p>Must be an integer value, such as "<code>100</code>".
590 <p>This may also be a reference to a resource (in the form
591 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
592 theme attribute (in the form
593 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
594 containing a value of this type.
595           <p>This is a private symbol.
596           @attr name android:layout_columnSpan
597         */
598         public static final int GridLayout_Layout_layout_columnSpan = 10;
599         /**
600           <p>
601           @attr description
602 
603         Gravity specifies how a component should be placed in its group of cells.
604         The default is LEFT | BASELINE.
605         See {@link android.widget.GridLayout.LayoutParams#setGravity(int)}.
606 
607 
608 
609           <p>Must be one or more (separated by '|') of the following constant values.</p>
610 <table>
611 <colgroup align="left" />
612 <colgroup align="left" />
613 <colgroup align="left" />
614 <tr><th>Constant</th><th>Value</th><th>Description</th></tr>
615 <tr><td><code>top</code></td><td>0x30</td><td> Push object to the top of its container, not changing its size. </td></tr>
616 <tr><td><code>bottom</code></td><td>0x50</td><td> Push object to the bottom of its container, not changing its size. </td></tr>
617 <tr><td><code>left</code></td><td>0x03</td><td> Push object to the left of its container, not changing its size. </td></tr>
618 <tr><td><code>right</code></td><td>0x05</td><td> Push object to the right of its container, not changing its size. </td></tr>
619 <tr><td><code>center_vertical</code></td><td>0x10</td><td> Place object in the vertical center of its container, not changing its size. </td></tr>
620 <tr><td><code>fill_vertical</code></td><td>0x70</td><td> Grow the vertical size of the object if needed so it completely fills its container. </td></tr>
621 <tr><td><code>center_horizontal</code></td><td>0x01</td><td> Place object in the horizontal center of its container, not changing its size. </td></tr>
622 <tr><td><code>fill_horizontal</code></td><td>0x07</td><td> Grow the horizontal size of the object if needed so it completely fills its container. </td></tr>
623 <tr><td><code>center</code></td><td>0x11</td><td> Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. </td></tr>
624 <tr><td><code>fill</code></td><td>0x77</td><td> Grow the horizontal and vertical size of the object if needed so it completely fills its container. </td></tr>
625 <tr><td><code>clip_vertical</code></td><td>0x80</td><td>
626              Additional option that can be set to have the top and/or bottom edges of
627              the child clipped to its container's bounds.
628              The clip will be based on the vertical gravity: a top gravity will clip the bottom
629              edge, a bottom gravity will clip the top edge, and neither will clip both edges.
630             </td></tr>
631 <tr><td><code>clip_horizontal</code></td><td>0x08</td><td>
632              Additional option that can be set to have the left and/or right edges of
633              the child clipped to its container's bounds.
634              The clip will be based on the horizontal gravity: a left gravity will clip the right
635              edge, a right gravity will clip the left edge, and neither will clip both edges.
636             </td></tr>
637 <tr><td><code>start</code></td><td>0x00800003</td><td> Push object to the beginning of its container, not changing its size. </td></tr>
638 <tr><td><code>end</code></td><td>0x00800005</td><td> Push object to the end of its container, not changing its size. </td></tr>
639 </table>
640           <p>This is a private symbol.
641           @attr name android:layout_gravity
642         */
643         public static final int GridLayout_Layout_layout_gravity = 11;
644         /**
645           <p>
646           @attr description
647            END MarginLayout layoutparams
648 
649         The row boundary delimiting the top of the group of cells
650         occupied by this view.
651 
652 
653 
654           <p>Must be an integer value, such as "<code>100</code>".
655 <p>This may also be a reference to a resource (in the form
656 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
657 theme attribute (in the form
658 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
659 containing a value of this type.
660           <p>This is a private symbol.
661           @attr name android:layout_row
662         */
663         public static final int GridLayout_Layout_layout_row = 7;
664         /**
665           <p>
666           @attr description
667 
668         The row span: the difference between the bottom and top
669         boundaries delimiting the group of cells occupied by this view.
670         The default is one.
671         See {@link android.widget.GridLayout.Spec}.
672 
673 
674 
675           <p>Must be an integer value, such as "<code>100</code>".
676 <p>This may also be a reference to a resource (in the form
677 "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
678 theme attribute (in the form
679 "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
680 containing a value of this type.
681           <p>This is a private symbol.
682           @attr name android:layout_rowSpan
683         */
684         public static final int GridLayout_Layout_layout_rowSpan = 8;
685     };
686 }
687