summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk/api_diff/11/changes/android.R.attr.html
blob: 14116476e7ac90278633e0a361f6e3cbb82a4237 (plain)
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
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML style="overflow:auto;">
<HEAD>
<meta name="generator" content="JDiff v1.1.0">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
android.R.attr
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
<noscript>
<style type="text/css">
body{overflow:auto;}
#body-content{position:relative; top:0;}
#doc-content{overflow:visible;border-left:3px solid #666;}
#side-nav{padding:0;}
#side-nav .toggle-list ul {display:block;}
#resize-packages-nav{border-bottom:3px solid #666;}
</style>
</noscript>
<style type="text/css">
</style>
</HEAD>
<BODY>
<!-- Start of nav bar -->
<a name="top"></a>
<div id="header" style="margin-bottom:0;padding-bottom:0;">
<div id="headerLeft">
<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
</div>
  <div id="headerRight">
  <div id="headerLinks">
<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
<span class="text">
<!-- &nbsp;<a href="#">English</a> | -->
<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
</span>
</div>
  <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
    <table class="diffspectable">
      <tr>
        <td colspan="2" class="diffspechead">API Diff Specification</td>
      </tr>
      <tr>
        <td class="diffspec" style="padding-top:.25em">To Level:</td>
        <td class="diffvaluenew" style="padding-top:.25em">11</td>
      </tr>
      <tr>
        <td class="diffspec">From Level:</td>
        <td class="diffvalueold">10</td>
      </tr>
      <tr>
        <td class="diffspec">Generated</td>
        <td class="diffvalue">2011.02.19 17:19</td>
      </tr>
    </table>
    </div><!-- End and-diff-id -->
  <div class="and-diff-id" style="margin-right:8px;">
    <table class="diffspectable">
      <tr>
        <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
      </tr>
    </table>
  </div> <!-- End and-diff-id -->
  </div> <!-- End headerRight -->
  </div> <!-- End header -->
<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
Class android.<A HREF="../../../../reference/android/R.attr.html" target="_top"><font size="+2"><code>R.attr</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
<a NAME="fields"></a>
<p>
<a NAME="Added"></a>
<TABLE summary="Added Fields" WIDTH="100%">
<TR>
  <TH VALIGN="TOP" COLSPAN=2>Added Fields</FONT></TD>
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionBarSize"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionBarSize" target="_top"><code>actionBarSize</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionBarStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionBarStyle" target="_top"><code>actionBarStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionBarTabBarStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionBarTabBarStyle" target="_top"><code>actionBarTabBarStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionBarTabStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionBarTabStyle" target="_top"><code>actionBarTabStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionBarTabTextStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionBarTabTextStyle" target="_top"><code>actionBarTabTextStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionButtonStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionButtonStyle" target="_top"><code>actionButtonStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionDropDownStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionDropDownStyle" target="_top"><code>actionDropDownStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionLayout"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionLayout" target="_top"><code>actionLayout</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionMenuTextAppearance"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionMenuTextAppearance" target="_top"><code>actionMenuTextAppearance</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionMenuTextColor"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionMenuTextColor" target="_top"><code>actionMenuTextColor</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionModeBackground"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionModeBackground" target="_top"><code>actionModeBackground</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionModeCloseButtonStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionModeCloseButtonStyle" target="_top"><code>actionModeCloseButtonStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionModeCloseDrawable"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionModeCloseDrawable" target="_top"><code>actionModeCloseDrawable</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionModeCopyDrawable"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionModeCopyDrawable" target="_top"><code>actionModeCopyDrawable</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionModeCutDrawable"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionModeCutDrawable" target="_top"><code>actionModeCutDrawable</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionModePasteDrawable"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionModePasteDrawable" target="_top"><code>actionModePasteDrawable</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionOverflowButtonStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionOverflowButtonStyle" target="_top"><code>actionOverflowButtonStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.actionViewClass"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#actionViewClass" target="_top"><code>actionViewClass</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.activatedBackgroundIndicator"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#activatedBackgroundIndicator" target="_top"><code>activatedBackgroundIndicator</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.alertDialogIcon"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#alertDialogIcon" target="_top"><code>alertDialogIcon</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.alertDialogTheme"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#alertDialogTheme" target="_top"><code>alertDialogTheme</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.allContactsName"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#allContactsName" target="_top"><code>allContactsName</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.allowParallelSyncs"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#allowParallelSyncs" target="_top"><code>allowParallelSyncs</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.alpha"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#alpha" target="_top"><code>alpha</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.animateFirstView"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#animateFirstView" target="_top"><code>animateFirstView</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.animateLayoutChanges"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#animateLayoutChanges" target="_top"><code>animateLayoutChanges</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.animationResolution"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#animationResolution" target="_top"><code>animationResolution</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.autoAdvanceViewId"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#autoAdvanceViewId" target="_top"><code>autoAdvanceViewId</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.baseline"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#baseline" target="_top"><code>baseline</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.borderlessButtonStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#borderlessButtonStyle" target="_top"><code>borderlessButtonStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.breadCrumbShortTitle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#breadCrumbShortTitle" target="_top"><code>breadCrumbShortTitle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.breadCrumbTitle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#breadCrumbTitle" target="_top"><code>breadCrumbTitle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.buttonBarButtonStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#buttonBarButtonStyle" target="_top"><code>buttonBarButtonStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.buttonBarStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#buttonBarStyle" target="_top"><code>buttonBarStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.calendarViewShown"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#calendarViewShown" target="_top"><code>calendarViewShown</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.calendarViewStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#calendarViewStyle" target="_top"><code>calendarViewStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.customNavigationLayout"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#customNavigationLayout" target="_top"><code>customNavigationLayout</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.customTokens"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#customTokens" target="_top"><code>customTokens</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.datePickerStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#datePickerStyle" target="_top"><code>datePickerStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.dateTextAppearance"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#dateTextAppearance" target="_top"><code>dateTextAppearance</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.detailsElementBackground"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#detailsElementBackground" target="_top"><code>detailsElementBackground</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.dialogTheme"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#dialogTheme" target="_top"><code>dialogTheme</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.displayOptions"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#displayOptions" target="_top"><code>displayOptions</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.dividerHorizontal"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#dividerHorizontal" target="_top"><code>dividerHorizontal</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.dividerPadding"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#dividerPadding" target="_top"><code>dividerPadding</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.dividerVertical"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#dividerVertical" target="_top"><code>dividerVertical</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.dropDownSpinnerStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#dropDownSpinnerStyle" target="_top"><code>dropDownSpinnerStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.editTextBackground"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#editTextBackground" target="_top"><code>editTextBackground</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.editTextColor"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#editTextColor" target="_top"><code>editTextColor</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.enterFadeDuration"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#enterFadeDuration" target="_top"><code>enterFadeDuration</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.exitFadeDuration"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#exitFadeDuration" target="_top"><code>exitFadeDuration</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.fastScrollAlwaysVisible"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fastScrollAlwaysVisible" target="_top"><code>fastScrollAlwaysVisible</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.fastScrollOverlayPosition"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fastScrollOverlayPosition" target="_top"><code>fastScrollOverlayPosition</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.fastScrollPreviewBackgroundLeft"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fastScrollPreviewBackgroundLeft" target="_top"><code>fastScrollPreviewBackgroundLeft</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.fastScrollPreviewBackgroundRight"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fastScrollPreviewBackgroundRight" target="_top"><code>fastScrollPreviewBackgroundRight</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.fastScrollTextColor"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fastScrollTextColor" target="_top"><code>fastScrollTextColor</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.fastScrollThumbDrawable"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fastScrollThumbDrawable" target="_top"><code>fastScrollThumbDrawable</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.fastScrollTrackDrawable"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fastScrollTrackDrawable" target="_top"><code>fastScrollTrackDrawable</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.firstDayOfWeek"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#firstDayOfWeek" target="_top"><code>firstDayOfWeek</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.focusedMonthDateColor"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#focusedMonthDateColor" target="_top"><code>focusedMonthDateColor</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.fragment"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fragment" target="_top"><code>fragment</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.fragmentCloseEnterAnimation"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fragmentCloseEnterAnimation" target="_top"><code>fragmentCloseEnterAnimation</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.fragmentCloseExitAnimation"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fragmentCloseExitAnimation" target="_top"><code>fragmentCloseExitAnimation</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.fragmentFadeEnterAnimation"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fragmentFadeEnterAnimation" target="_top"><code>fragmentFadeEnterAnimation</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.fragmentFadeExitAnimation"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fragmentFadeExitAnimation" target="_top"><code>fragmentFadeExitAnimation</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.fragmentOpenEnterAnimation"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fragmentOpenEnterAnimation" target="_top"><code>fragmentOpenEnterAnimation</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.fragmentOpenExitAnimation"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#fragmentOpenExitAnimation" target="_top"><code>fragmentOpenExitAnimation</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.hardwareAccelerated"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#hardwareAccelerated" target="_top"><code>hardwareAccelerated</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.homeAsUpIndicator"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#homeAsUpIndicator" target="_top"><code>homeAsUpIndicator</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.homeLayout"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#homeLayout" target="_top"><code>homeLayout</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.horizontalScrollViewStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#horizontalScrollViewStyle" target="_top"><code>horizontalScrollViewStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.iconifiedByDefault"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#iconifiedByDefault" target="_top"><code>iconifiedByDefault</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.imeSubtypeExtraValue"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#imeSubtypeExtraValue" target="_top"><code>imeSubtypeExtraValue</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.imeSubtypeLocale"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#imeSubtypeLocale" target="_top"><code>imeSubtypeLocale</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.imeSubtypeMode"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#imeSubtypeMode" target="_top"><code>imeSubtypeMode</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.immersive"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#immersive" target="_top"><code>immersive</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.indeterminateProgressStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#indeterminateProgressStyle" target="_top"><code>indeterminateProgressStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.isAlwaysSyncable"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#isAlwaysSyncable" target="_top"><code>isAlwaysSyncable</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.itemPadding"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#itemPadding" target="_top"><code>itemPadding</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.largeHeap"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#largeHeap" target="_top"><code>largeHeap</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.layerType"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#layerType" target="_top"><code>layerType</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.listChoiceBackgroundIndicator"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#listChoiceBackgroundIndicator" target="_top"><code>listChoiceBackgroundIndicator</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.listDividerAlertDialog"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#listDividerAlertDialog" target="_top"><code>listDividerAlertDialog</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.listPopupWindowStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#listPopupWindowStyle" target="_top"><code>listPopupWindowStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.logo"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#logo" target="_top"><code>logo</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.loopViews"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#loopViews" target="_top"><code>loopViews</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.maxDate"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#maxDate" target="_top"><code>maxDate</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.measureWithLargestChild"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#measureWithLargestChild" target="_top"><code>measureWithLargestChild</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.minDate"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#minDate" target="_top"><code>minDate</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.navigationMode"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#navigationMode" target="_top"><code>navigationMode</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.nextFocusForward"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#nextFocusForward" target="_top"><code>nextFocusForward</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.opacity"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#opacity" target="_top"><code>opacity</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.ordering"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#ordering" target="_top"><code>ordering</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.popupMenuStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#popupMenuStyle" target="_top"><code>popupMenuStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.previewImage"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#previewImage" target="_top"><code>previewImage</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.progressBarPadding"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#progressBarPadding" target="_top"><code>progressBarPadding</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.propertyName"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#propertyName" target="_top"><code>propertyName</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.queryHint"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#queryHint" target="_top"><code>queryHint</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.rotation"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#rotation" target="_top"><code>rotation</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.rotationX"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#rotationX" target="_top"><code>rotationX</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.rotationY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#rotationY" target="_top"><code>rotationY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.scaleX"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#scaleX" target="_top"><code>scaleX</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.scaleY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#scaleY" target="_top"><code>scaleY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.segmentedButtonStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#segmentedButtonStyle" target="_top"><code>segmentedButtonStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.selectableItemBackground"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#selectableItemBackground" target="_top"><code>selectableItemBackground</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.selectedDateVerticalBar"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#selectedDateVerticalBar" target="_top"><code>selectedDateVerticalBar</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.selectedWeekBackgroundColor"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#selectedWeekBackgroundColor" target="_top"><code>selectedWeekBackgroundColor</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.showAsAction"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#showAsAction" target="_top"><code>showAsAction</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.showDividers"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#showDividers" target="_top"><code>showDividers</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.showWeekNumber"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#showWeekNumber" target="_top"><code>showWeekNumber</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.shownWeekCount"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#shownWeekCount" target="_top"><code>shownWeekCount</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.spinnerMode"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#spinnerMode" target="_top"><code>spinnerMode</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.spinnersShown"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#spinnersShown" target="_top"><code>spinnersShown</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.splitMotionEvents"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#splitMotionEvents" target="_top"><code>splitMotionEvents</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.state_accelerated"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#state_accelerated" target="_top"><code>state_accelerated</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.state_activated"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#state_activated" target="_top"><code>state_activated</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.state_multiline"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#state_multiline" target="_top"><code>state_multiline</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.staticWallpaperPreview"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#staticWallpaperPreview" target="_top"><code>staticWallpaperPreview</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.subtitle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#subtitle" target="_top"><code>subtitle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.subtitleTextStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#subtitleTextStyle" target="_top"><code>subtitleTextStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.textAppearanceLargePopupMenu"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#textAppearanceLargePopupMenu" target="_top"><code>textAppearanceLargePopupMenu</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.textAppearanceSmallPopupMenu"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#textAppearanceSmallPopupMenu" target="_top"><code>textAppearanceSmallPopupMenu</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.textColorAlertDialogListItem"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#textColorAlertDialogListItem" target="_top"><code>textColorAlertDialogListItem</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.textColorHighlightInverse"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#textColorHighlightInverse" target="_top"><code>textColorHighlightInverse</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.textColorLinkInverse"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#textColorLinkInverse" target="_top"><code>textColorLinkInverse</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.textEditNoPasteWindowLayout"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#textEditNoPasteWindowLayout" target="_top"><code>textEditNoPasteWindowLayout</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.textEditPasteWindowLayout"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#textEditPasteWindowLayout" target="_top"><code>textEditPasteWindowLayout</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.textEditSideNoPasteWindowLayout"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#textEditSideNoPasteWindowLayout" target="_top"><code>textEditSideNoPasteWindowLayout</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.textEditSidePasteWindowLayout"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#textEditSidePasteWindowLayout" target="_top"><code>textEditSidePasteWindowLayout</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.textIsSelectable"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#textIsSelectable" target="_top"><code>textIsSelectable</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.titleTextStyle"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#titleTextStyle" target="_top"><code>titleTextStyle</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.transformPivotX"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#transformPivotX" target="_top"><code>transformPivotX</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.transformPivotY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#transformPivotY" target="_top"><code>transformPivotY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.translationX"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#translationX" target="_top"><code>translationX</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.translationY"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#translationY" target="_top"><code>translationY</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.unfocusedMonthDateColor"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#unfocusedMonthDateColor" target="_top"><code>unfocusedMonthDateColor</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.useIntrinsicSizeAsMinimum"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#useIntrinsicSizeAsMinimum" target="_top"><code>useIntrinsicSizeAsMinimum</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.valueFrom"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#valueFrom" target="_top"><code>valueFrom</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.valueTo"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#valueTo" target="_top"><code>valueTo</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.valueType"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#valueType" target="_top"><code>valueType</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.verticalScrollbarPosition"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#verticalScrollbarPosition" target="_top"><code>verticalScrollbarPosition</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.weekDayTextAppearance"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#weekDayTextAppearance" target="_top"><code>weekDayTextAppearance</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.weekNumberColor"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#weekNumberColor" target="_top"><code>weekNumberColor</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.weekSeparatorLineColor"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#weekSeparatorLineColor" target="_top"><code>weekSeparatorLineColor</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.windowActionBar"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#windowActionBar" target="_top"><code>windowActionBar</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.windowActionBarOverlay"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#windowActionBarOverlay" target="_top"><code>windowActionBarOverlay</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.windowActionModeOverlay"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#windowActionModeOverlay" target="_top"><code>windowActionModeOverlay</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.windowCloseOnTouchOutside"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#windowCloseOnTouchOutside" target="_top"><code>windowCloseOnTouchOutside</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.windowEnableSplitTouch"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#windowEnableSplitTouch" target="_top"><code>windowEnableSplitTouch</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.windowMinWidthMajor"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#windowMinWidthMajor" target="_top"><code>windowMinWidthMajor</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
  <TD VALIGN="TOP" WIDTH="25%">
  <A NAME="android.R.attr.windowMinWidthMinor"></A>
  <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#windowMinWidthMinor" target="_top"><code>windowMinWidthMinor</code></A></nobr>
  </TD>
  <TD>&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
      </div>	
      <div id="footer">
        <div id="copyright">
        Except as noted, this content is licensed under 
        <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
        For details and restrictions, see the <a href="/license.html">Content License</a>.
        </div>
      <div id="footerlinks">
      <p>
        <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
        <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
        <a href="http://www.android.com/branding.html">Brand Guidelines</a>
      </p>
    </div>
    </div> <!-- end footer -->
    </div><!-- end doc-content -->
    </div> <!-- end body-content --> 
<script src="//www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
  try {
    var pageTracker = _gat._getTracker("UA-5831155-1");
    pageTracker._setAllowAnchor(true);
    pageTracker._initData();
    pageTracker._trackPageview();
  } catch(e) {}
</script>
</BODY>
</HTML>