-
Notifications
You must be signed in to change notification settings - Fork 2
/
LayoutRules.xml
651 lines (651 loc) · 43.3 KB
/
LayoutRules.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
<Type Name="LayoutRules" FullName="Android.Widget.LayoutRules">
<TypeSignature Language="C#" Value="public enum LayoutRules" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed LayoutRules extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Android.Widget.LayoutRules" />
<TypeSignature Language="F#" Value="type LayoutRules = " />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary ToolPath="TrimmedButTooLong" tool="FirstSentenceInLongSummaries">To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
<Members>
<Member MemberName="Above">
<MemberSignature Language="C#" Value="Above" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules Above = int32(2)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.Above" />
<MemberSignature Language="F#" Value="Above = 2" Usage="Android.Widget.LayoutRules.Above" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ABOVE")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ABOVE")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns a child's bottom edge with another child's top edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AlignBaseline">
<MemberSignature Language="C#" Value="AlignBaseline" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules AlignBaseline = int32(4)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.AlignBaseline" />
<MemberSignature Language="F#" Value="AlignBaseline = 4" Usage="Android.Widget.LayoutRules.AlignBaseline" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_BASELINE")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_BASELINE")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>4</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns a child's baseline with another child's baseline.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AlignBottom">
<MemberSignature Language="C#" Value="AlignBottom" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules AlignBottom = int32(8)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.AlignBottom" />
<MemberSignature Language="F#" Value="AlignBottom = 8" Usage="Android.Widget.LayoutRules.AlignBottom" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_BOTTOM")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_BOTTOM")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>8</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns a child's bottom edge with another child's bottom edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AlignEnd">
<MemberSignature Language="C#" Value="AlignEnd" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules AlignEnd = int32(19)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.AlignEnd" />
<MemberSignature Language="F#" Value="AlignEnd = 19" Usage="Android.Widget.LayoutRules.AlignEnd" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_END")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_END")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>19</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns a child's end edge with another child's end edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AlignLeft">
<MemberSignature Language="C#" Value="AlignLeft" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules AlignLeft = int32(5)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.AlignLeft" />
<MemberSignature Language="F#" Value="AlignLeft = 5" Usage="Android.Widget.LayoutRules.AlignLeft" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_LEFT")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_LEFT")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>5</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns a child's left edge with another child's left edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AlignParentBottom">
<MemberSignature Language="C#" Value="AlignParentBottom" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules AlignParentBottom = int32(12)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.AlignParentBottom" />
<MemberSignature Language="F#" Value="AlignParentBottom = 12" Usage="Android.Widget.LayoutRules.AlignParentBottom" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_PARENT_BOTTOM")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_PARENT_BOTTOM")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>12</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns the child's bottom edge with its RelativeLayout
parent's bottom edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AlignParentEnd">
<MemberSignature Language="C#" Value="AlignParentEnd" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules AlignParentEnd = int32(21)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.AlignParentEnd" />
<MemberSignature Language="F#" Value="AlignParentEnd = 21" Usage="Android.Widget.LayoutRules.AlignParentEnd" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_PARENT_END")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_PARENT_END")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>21</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns the child's end edge with its RelativeLayout
parent's end edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AlignParentLeft">
<MemberSignature Language="C#" Value="AlignParentLeft" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules AlignParentLeft = int32(9)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.AlignParentLeft" />
<MemberSignature Language="F#" Value="AlignParentLeft = 9" Usage="Android.Widget.LayoutRules.AlignParentLeft" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_PARENT_LEFT")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_PARENT_LEFT")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>9</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns the child's left edge with its RelativeLayout
parent's left edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AlignParentRight">
<MemberSignature Language="C#" Value="AlignParentRight" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules AlignParentRight = int32(11)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.AlignParentRight" />
<MemberSignature Language="F#" Value="AlignParentRight = 11" Usage="Android.Widget.LayoutRules.AlignParentRight" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_PARENT_RIGHT")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_PARENT_RIGHT")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>11</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns the child's right edge with its RelativeLayout
parent's right edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AlignParentStart">
<MemberSignature Language="C#" Value="AlignParentStart" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules AlignParentStart = int32(20)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.AlignParentStart" />
<MemberSignature Language="F#" Value="AlignParentStart = 20" Usage="Android.Widget.LayoutRules.AlignParentStart" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_PARENT_START")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_PARENT_START")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>20</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns the child's start edge with its RelativeLayout
parent's start edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AlignParentTop">
<MemberSignature Language="C#" Value="AlignParentTop" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules AlignParentTop = int32(10)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.AlignParentTop" />
<MemberSignature Language="F#" Value="AlignParentTop = 10" Usage="Android.Widget.LayoutRules.AlignParentTop" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_PARENT_TOP")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_PARENT_TOP")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>10</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns the child's top edge with its RelativeLayout
parent's top edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AlignRight">
<MemberSignature Language="C#" Value="AlignRight" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules AlignRight = int32(7)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.AlignRight" />
<MemberSignature Language="F#" Value="AlignRight = 7" Usage="Android.Widget.LayoutRules.AlignRight" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_RIGHT")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_RIGHT")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>7</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns a child's right edge with another child's right edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AlignStart">
<MemberSignature Language="C#" Value="AlignStart" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules AlignStart = int32(18)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.AlignStart" />
<MemberSignature Language="F#" Value="AlignStart = 18" Usage="Android.Widget.LayoutRules.AlignStart" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_START")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_START")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>18</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns a child's start edge with another child's start edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="AlignTop">
<MemberSignature Language="C#" Value="AlignTop" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules AlignTop = int32(6)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.AlignTop" />
<MemberSignature Language="F#" Value="AlignTop = 6" Usage="Android.Widget.LayoutRules.AlignTop" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_TOP")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.ALIGN_TOP")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>6</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns a child's top edge with another child's top edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="Below">
<MemberSignature Language="C#" Value="Below" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules Below = int32(3)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.Below" />
<MemberSignature Language="F#" Value="Below = 3" Usage="Android.Widget.LayoutRules.Below" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.BELOW")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.BELOW")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>3</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns a child's top edge with another child's bottom edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="CenterHorizontal">
<MemberSignature Language="C#" Value="CenterHorizontal" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules CenterHorizontal = int32(14)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.CenterHorizontal" />
<MemberSignature Language="F#" Value="CenterHorizontal = 14" Usage="Android.Widget.LayoutRules.CenterHorizontal" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.CENTER_HORIZONTAL")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.CENTER_HORIZONTAL")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>14</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that centers the child horizontally with respect to the
bounds of its RelativeLayout parent.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="CenterInParent">
<MemberSignature Language="C#" Value="CenterInParent" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules CenterInParent = int32(13)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.CenterInParent" />
<MemberSignature Language="F#" Value="CenterInParent = 13" Usage="Android.Widget.LayoutRules.CenterInParent" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.CENTER_IN_PARENT")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.CENTER_IN_PARENT")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>13</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that centers the child with respect to the bounds of its
RelativeLayout parent.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="CenterVertical">
<MemberSignature Language="C#" Value="CenterVertical" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules CenterVertical = int32(15)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.CenterVertical" />
<MemberSignature Language="F#" Value="CenterVertical = 15" Usage="Android.Widget.LayoutRules.CenterVertical" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.CENTER_VERTICAL")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.CENTER_VERTICAL")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>15</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that centers the child vertically with respect to the
bounds of its RelativeLayout parent.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="EndOf">
<MemberSignature Language="C#" Value="EndOf" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules EndOf = int32(17)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.EndOf" />
<MemberSignature Language="F#" Value="EndOf = 17" Usage="Android.Widget.LayoutRules.EndOf" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.END_OF")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.END_OF")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>17</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns a child's start edge with another child's end edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="LeftOf">
<MemberSignature Language="C#" Value="LeftOf" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules LeftOf = int32(0)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.LeftOf" />
<MemberSignature Language="F#" Value="LeftOf = 0" Usage="Android.Widget.LayoutRules.LeftOf" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.LEFT_OF")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.LEFT_OF")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns a child's right edge with another child's left edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="RightOf">
<MemberSignature Language="C#" Value="RightOf" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules RightOf = int32(1)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.RightOf" />
<MemberSignature Language="F#" Value="RightOf = 1" Usage="Android.Widget.LayoutRules.RightOf" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.RIGHT_OF")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.RIGHT_OF")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns a child's left edge with another child's right edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="StartOf">
<MemberSignature Language="C#" Value="StartOf" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules StartOf = int32(16)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.StartOf" />
<MemberSignature Language="F#" Value="StartOf = 16" Usage="Android.Widget.LayoutRules.StartOf" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.START_OF")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.START_OF")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>16</MemberValue>
<Docs>
<summary ToolPath="Trimmed" tool="FirstSentenceInJavadocToMdoc">Rule that aligns a child's end edge with another child's start edge.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="True">
<MemberSignature Language="C#" Value="True" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Android.Widget.LayoutRules True = int32(-1)" />
<MemberSignature Language="DocId" Value="F:Android.Widget.LayoutRules.True" />
<MemberSignature Language="F#" Value="True = -1" Usage="Android.Widget.LayoutRules.True" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.TRUE")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.IntDefinition(null, JniField="android/widget/RelativeLayout.TRUE")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Widget.LayoutRules</ReturnType>
</ReturnValue>
<MemberValue>-1</MemberValue>
<Docs>
<summary ToolPath="Untrimmed" tool="FirstSentenceInJavadocToMdoc">To be added.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
</Members>
</Type>