• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
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<html>
100<head>
101
102
103<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
104<meta name="viewport" content="width=device-width" />
105
106<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
107<title>R.attr | Android Developers</title>
108
109<!-- STYLESHEETS -->
110<link rel="stylesheet"
111href="//fonts.googleapis.com/css?family=Roboto+Condensed">
112<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold"
113  title="roboto">
114<link href="/assets/css/default.css?v=4" rel="stylesheet" type="text/css">
115
116
117
118<!-- JAVASCRIPT -->
119<script src="//www.google.com/jsapi" type="text/javascript"></script>
120<script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script>
121<script type="text/javascript">
122  var toRoot = "/";
123  var metaTags = [];
124  var devsite = false;
125</script>
126<script src="/assets/js/docs.js?v=3" type="text/javascript"></script>
127
128
129
130<script>
131  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
132  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
133  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
134  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
135
136  ga('create', 'UA-5831155-1', 'android.com');
137  ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'});  // New tracker);
138  ga('send', 'pageview');
139  ga('universal.send', 'pageview'); // Send page view for new tracker.
140</script>
141
142</head>
143
144<body class="gc-documentation google
145  develop reference" itemscope itemtype="http://schema.org/Article">
146  <div id="doc-api-level" class="" style="display:none"></div>
147  <a name="top"></a>
148
149
150<a name="top"></a>
151
152<!-- dialog to prompt lang pref change when loaded from hardcoded URL
153<div id="langMessage" style="display:none">
154  <div>
155    <div class="lang en">
156      <p>You requested a page in English, would you like to proceed with this language setting?</p>
157    </div>
158    <div class="lang es">
159      <p>You requested a page in Spanish (Español), would you like to proceed with this language setting?</p>
160    </div>
161    <div class="lang ja">
162      <p>You requested a page in Japanese (日本語), would you like to proceed with this language setting?</p>
163    </div>
164    <div class="lang ko">
165      <p>You requested a page in Korean (한국어), would you like to proceed with this language setting?</p>
166    </div>
167    <div class="lang ru">
168      <p>You requested a page in Russian (Русский), would you like to proceed with this language setting?</p>
169    </div>
170    <div class="lang zh-cn">
171      <p>You requested a page in Simplified Chinese (简体中文), would you like to proceed with this language setting?</p>
172    </div>
173    <div class="lang zh-tw">
174      <p>You requested a page in Traditional Chinese (繁體中文), would you like to proceed with this language setting?</p>
175    </div>
176    <a href="#" class="button yes" onclick="return false;">
177      <span class="lang en">Yes</span>
178      <span class="lang es">Sí</span>
179      <span class="lang ja">Yes</span>
180      <span class="lang ko">Yes</span>
181      <span class="lang ru">Yes</span>
182      <span class="lang zh-cn">是的</span>
183      <span class="lang zh-tw">没有</span>
184    </a>
185    <a href="#" class="button" onclick="$('#langMessage').hide();return false;">
186      <span class="lang en">No</span>
187      <span class="lang es">No</span>
188      <span class="lang ja">No</span>
189      <span class="lang ko">No</span>
190      <span class="lang ru">No</span>
191      <span class="lang zh-cn">没有</span>
192      <span class="lang zh-tw">没有</span>
193    </a>
194  </div>
195</div> -->
196
197
198  <!-- Header -->
199  <div id="header-wrapper">
200    <div id="header">
201
202
203
204
205      <div class="wrap" id="header-wrap">
206        <div class="col-3 logo">
207          <a href="/index.html">
208            <img src="/assets/images/dac_logo.png"
209                srcset="/assets/images/dac_logo@2x.png 2x"
210                width="123" height="25" alt="Android Developers" />
211          </a>
212          <div class="btn-quicknav" id="btn-quicknav">
213            <a href="#" class="arrow-inactive">Quicknav</a>
214            <a href="#" class="arrow-active">Quicknav</a>
215          </div>
216        </div>
217        <ul class="nav-x col-9">
218            <li class="design">
219              <a href="/design/index.html"
220              zh-tw-lang="設計"
221              zh-cn-lang="设计"
222              ru-lang="Проектирование"
223              ko-lang="디자인"
224              ja-lang="設計"
225              es-lang="Diseñar"
226              >Design</a></li>
227            <li class="develop"><a href="/develop/index.html"
228              zh-tw-lang="開發"
229              zh-cn-lang="开发"
230              ru-lang="Разработка"
231              ko-lang="개발"
232              ja-lang="開発"
233              es-lang="Desarrollar"
234              >Develop</a></li>
235            <li class="distribute last"><a href="/distribute/index.html"
236              zh-tw-lang="發佈"
237              zh-cn-lang="分发"
238              ru-lang="Распространение"
239              ko-lang="배포"
240              ja-lang="配布"
241              es-lang="Distribuir"
242              >Distribute</a></li>
243        </ul>
244
245
246
247
248<div class="menu-container">
249  <div class="moremenu">
250    <div id="more-btn"></div>
251  </div>
252  <div class="morehover" id="moremenu">
253    <div class="top"></div>
254    <div class="mid">
255      <div class="header">Links</div>
256      <ul>
257        <li><a href="https://play.google.com/apps/publish/" target="_googleplay">Google Play Developer Console</a></li>
258        <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
259        <li><a href="/about/index.html">About Android</a></li>
260      </ul>
261      <div class="header">Android Sites</div>
262      <ul>
263        <li><a href="http://www.android.com">Android.com</a></li>
264        <li class="active"><a>Android Developers</a></li>
265        <li><a href="http://source.android.com">Android Open Source Project</a></li>
266      </ul>
267
268
269
270        <div class="header">Language</div>
271          <div id="language" class="locales">
272            <select name="language" onChange="changeLangPref(this.value, true)">
273                <option value="en">English</option>
274                <option value="es">Español</option>
275                <option value="ja">日本語</option>
276                <option value="ko">한국어</option>
277                <option value="ru">Русский</option>
278                <option value="zh-cn">中文(简体)</option>
279                <option value="zh-tw">中文(繁體)</option>
280            </select>
281          </div>
282        <script type="text/javascript">
283          <!--
284          loadLangPref();
285            //-->
286        </script>
287
288
289      <br class="clearfix" />
290    </div><!-- end 'mid' -->
291    <div class="bottom"></div>
292  </div><!-- end 'moremenu' -->
293
294  <div class="search" id="search-container">
295    <div class="search-inner">
296      <div id="search-btn"></div>
297      <div class="left"></div>
298      <form onsubmit="return submit_search()">
299        <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
300          onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
301          onkeydown="return search_changed(event, true, '/')"
302          onkeyup="return search_changed(event, false, '/')" />
303      </form>
304      <div class="right"></div>
305      <a class="close hide">close</a>
306      <div class="left"></div>
307      <div class="right"></div>
308    </div><!-- end search-inner -->
309  </div><!-- end search-container -->
310
311  <div class="search_filtered_wrapper reference">
312    <div class="suggest-card reference no-display">
313      <ul class="search_filtered">
314      </ul>
315    </div>
316  </div>
317
318  <div class="search_filtered_wrapper docs">
319    <div class="suggest-card dummy no-display">&nbsp;</div>
320    <div class="suggest-card develop no-display">
321      <ul class="search_filtered">
322      </ul>
323      <div class="child-card guides no-display">
324      </div>
325      <div class="child-card training no-display">
326      </div>
327      <div class="child-card samples no-display">
328      </div>
329    </div>
330    <div class="suggest-card design no-display">
331      <ul class="search_filtered">
332      </ul>
333    </div>
334    <div class="suggest-card distribute no-display">
335      <ul class="search_filtered">
336      </ul>
337    </div>
338  </div>
339</div><!-- end menu-container (search and menu widget) -->
340
341
342
343        <!-- Expanded quicknav -->
344        <div id="quicknav" class="col-13">
345          <ul>
346            <li class="about">
347              <ul>
348                <li><a href="/about/index.html">About</a></li>
349                <li><a href="/wear/index.html">Wear</a></li>
350                <li><a href="/tv/index.html">TV</a></li>
351                <li><a href="/auto/index.html">Auto</a></li>
352              </ul>
353            </li>
354            <li class="design">
355              <ul>
356                <li><a href="/design/index.html">Get Started</a></li>
357                <li><a href="/design/devices.html">Devices</a></li>
358                <li><a href="/design/style/index.html">Style</a></li>
359                <li><a href="/design/patterns/index.html">Patterns</a></li>
360                <li><a href="/design/building-blocks/index.html">Building Blocks</a></li>
361                <li><a href="/design/downloads/index.html">Downloads</a></li>
362                <li><a href="/design/videos/index.html">Videos</a></li>
363              </ul>
364            </li>
365            <li class="develop">
366              <ul>
367                <li><a href="/training/index.html"
368                  zh-tw-lang="訓練課程"
369                  zh-cn-lang="培训"
370                  ru-lang="Курсы"
371                  ko-lang="교육"
372                  ja-lang="トレーニング"
373                  es-lang="Capacitación"
374                  >Training</a></li>
375                <li><a href="/guide/index.html"
376                  zh-tw-lang="API 指南"
377                  zh-cn-lang="API 指南"
378                  ru-lang="Руководства по API"
379                  ko-lang="API 가이드"
380                  ja-lang="API ガイド"
381                  es-lang="Guías de la API"
382                  >API Guides</a></li>
383                <li><a href="/reference/packages.html"
384                  zh-tw-lang="參考資源"
385                  zh-cn-lang="参考"
386                  ru-lang="Справочник"
387                  ko-lang="참조문서"
388                  ja-lang="リファレンス"
389                  es-lang="Referencia"
390                  >Reference</a></li>
391                <li><a href="/sdk/index.html"
392                  zh-tw-lang="相關工具"
393                  zh-cn-lang="工具"
394                  ru-lang="Инструменты"
395                  ko-lang="도구"
396                  ja-lang="ツール"
397                  es-lang="Herramientas"
398                  >Tools</a>
399                </li>
400                <li><a href="/google/index.html">Google Services</a>
401                </li>
402
403                  <li><a href="/samples/index.html">Samples</a>
404                  </li>
405
406              </ul>
407            </li>
408            <li class="distribute last">
409              <ul>
410                <li><a href="/distribute/googleplay/index.html">Google Play</a></li>
411                <li><a href="/distribute/essentials/index.html">Essentials</a></li>
412                <li><a href="/distribute/users/index.html">Get Users</a></li>
413                <li><a href="/distribute/engage/index.html">Engage &amp; Retain</a></li>
414                <li><a href="/distribute/monetize/index.html">Monetize</a></li>
415                <li><a href="/distribute/tools/index.html">Tools &amp; Reference</a></li>
416                <li><a href="/distribute/stories/index.html">Developer Stories</a></li>
417              </ul>
418            </li>
419          </ul>
420        </div><!-- /Expanded quicknav -->
421      </div><!-- end header-wrap.wrap -->
422    </div><!-- end header -->
423
424
425    <!-- Secondary x-nav -->
426    <div id="nav-x">
427        <div class="wrap" style="position:relative;z-index:1">
428
429
430
431
432
433            <ul class="nav-x col-9 develop" style="width:100%">
434                <li class="training"><a href="/training/index.html"
435                  zh-tw-lang="訓練課程"
436                  zh-cn-lang="培训"
437                  ru-lang="Курсы"
438                  ko-lang="교육"
439                  ja-lang="トレーニング"
440                  es-lang="Capacitación"
441                  >Training</a></li>
442                <li class="guide"><a href="/guide/index.html"
443                  zh-tw-lang="API 指南"
444                  zh-cn-lang="API 指南"
445                  ru-lang="Руководства по API"
446                  ko-lang="API 가이드"
447                  ja-lang="API ガイド"
448                  es-lang="Guías de la API"
449                  >API Guides</a></li>
450                <li class="reference"><a href="/reference/packages.html"
451                  zh-tw-lang="參考資源"
452                  zh-cn-lang="参考"
453                  ru-lang="Справочник"
454                  ko-lang="참조문서"
455                  ja-lang="リファレンス"
456                  es-lang="Referencia"
457                  >Reference</a></li>
458                <li class="tools"><a href="/sdk/index.html"
459                  zh-tw-lang="相關工具"
460                  zh-cn-lang="工具"
461                  ru-lang="Инструменты"
462                  ko-lang="도구"
463                  ja-lang="ツール"
464                  es-lang="Herramientas"
465                  >Tools</a></li>
466                <li class="google"><a href="/google/index.html"
467                  >Google Services</a>
468                </li>
469
470                  <li class="samples"><a href="/samples/index.html"
471                    >Samples</a>
472                  </li>
473
474            </ul>
475        </div>
476    </div>
477    <!-- /Sendondary x-nav DEVELOP -->
478
479
480
481    <div id="searchResults" class="wrap" style="display:none;">
482      <h2 id="searchTitle">Results</h2>
483      <div id="leftSearchControl" class="search-control">Loading...</div>
484    </div>
485  </div> <!--end header-wrapper -->
486
487  <div id="sticky-header">
488    <div>
489      <a class="logo" href="#top"></a>
490      <a class="top" href="#top"></a>
491      <ul class="breadcrumb">
492
493        <li class="current">R.attr</li>
494      </ul>
495    </div>
496  </div>
497
498
499
500
501
502
503  <div class="wrap clearfix" id="body-content">
504    <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
505      <div id="devdoc-nav" class="scroll-pane">
506
507
508
509<ul id="nav">
510
511  <li class="nav-section">
512    <div class="nav-section-header empty"><a href="/google/index.html">
513          <span class="en">Overview</span>
514      </a></div>
515  </li>
516
517  <li class="nav-section">
518    <div class="nav-section-header empty"><a href="/google/play-services/games.html">
519          <span class="en">Games</span>
520      </a></div>
521  </li>
522  <li class="nav-section">
523    <div class="nav-section-header empty"><a href="/google/play-services/location.html">
524          <span class="en">Location</span>
525      </a></div>
526  </li>
527  <li class="nav-section">
528    <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
529          <span class="en">Google+</span>
530                </a></div>
531  </li>
532  <li class="nav-section">
533    <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
534          <span class="en">Maps</span>
535      </a></div>
536  </li>
537  <li class="nav-section">
538    <div class="nav-section-header empty"><a href="/google/play-services/drive.html">
539          <span class="en">Drive</span>
540      </a></div>
541  </li>
542  <li class="nav-section">
543    <div class="nav-section-header empty"><a href="/google/play-services/cast.html">
544          <span class="en">Cast</span>
545      </a></div>
546  </li>
547  <li class="nav-section">
548    <div class="nav-section-header"><a href="/google/play-services/ads.html">
549      <span class="en">Ads</span></a>
550    </div>
551    <ul>
552      <li><a href="/google/play-services/id.html">
553          <span class="en">Advertising ID</span></a>
554      </li>
555    </ul>
556  </li>
557  <li class="nav-section">
558    <div class="nav-section-header empty"><a href="/google/play-services/wallet.html">
559          <span class="en">Wallet</span>
560      </a></div>
561  </li>
562
563
564  <li class="nav-section">
565    <div class="nav-section-header"><a href="/google/play-services/index.html">
566      <span class="en">Google Play Services</span></a>
567    </div>
568    <ul>
569      <li><a href="/google/play-services/setup.html">
570          <span class="en">Setting Up Google Play Services</span></a>
571      </li>
572      <li class="nav-section">
573        <div class="nav-section-header"><a href="/google/auth/api-client.html">
574          <span class="en">Accessing Google APIs</span></a>
575        </div>
576        <ul>
577          <li>
578            <a href="/google/auth/http-auth.html">
579              <span class="en">Authorizing with Google for REST APIs</span>
580            </a>
581          </li>
582        </ul>
583      </li>
584      <li id="gms-tree-list" class="nav-section">
585        <div class="nav-section-header">
586          <a href="/reference/gms-packages.html">
587            <span class="en">Reference</span>
588          </a>
589        <div>
590      </li>
591    </ul>
592  </li>
593
594
595  <li class="nav-section">
596    <div class="nav-section-header"><a href="/google/play/billing/index.html">
597      <span class="en">Google Play In-app Billing</span></a>
598    </div>
599    <ul>
600      <li><a href="/google/play/billing/billing_overview.html">
601              <span class="en">Overview</span></a>
602      </li>
603      <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/api.html">
604              <span class="en">Version 3 API</span></a></div>
605              <ul>
606              <li><a href="/google/play/billing/billing_integrate.html">
607              <span class="en">Implementing the API</span></a></li>
608              <li><a href="/google/play/billing/billing_reference.html">
609              <span class="en">Reference</span></a></li>
610              </ul>
611      </li>
612      <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/v2/api.html">
613              <span class="en">Version 2 API</span></a></div>
614              <ul>
615              <li><a href="/google/play/billing/v2/billing_integrate.html">
616              <span class="en">Implementing the API</span></a></li>
617              <li><a href="/google/play/billing/v2/billing_subscriptions.html">
618              <span class="en">Subscriptions</span></a></li>
619              <li><a href="/google/play/billing/v2/billing_reference.html">
620              <span class="en">Reference</span></a></li>
621              </ul>
622      </li>
623      <li><a href="/google/play/billing/billing_subscriptions.html">
624              <span class="en">Subscriptions</span></a>
625      </li>
626      <li><a href="/google/play/billing/billing_best_practices.html">
627              <span class="en">Security and Design</span></a>
628      </li>
629      <li><a href="/google/play/billing/billing_testing.html">
630              <span class="en">Testing In-app Billing</span></a>
631      </li>
632      <li><a href="/google/play/billing/billing_admin.html">
633              <span class="en">Administering In-app Billing</span></a>
634      </li>
635      <li><a href="/google/play/billing/versions.html">
636              <span class="en">Version Notes</span></a>
637      </li>
638    </ul>
639  </li>
640
641
642
643   <li class="nav-section">
644      <div class="nav-section-header"><a href="/google/gcm/index.html">
645        <span class="en">Google Cloud Messaging</span></a>
646      </div>
647      <ul>
648        <li><a href="/google/gcm/gcm.html">
649            <span class="en">Overview</span></a>
650        </li>
651        <li><a href="/google/gcm/gs.html">
652            <span class="en">Getting Started</span></a>
653        </li>
654        <li><a href="/google/gcm/client.html">
655            <span class="en">Implementing GCM Client</span></a>
656        </li>
657        <li class="nav-section"><div class="nav-section-header"><a href="/google/gcm/server.html">
658              <span class="en">Implementing GCM Server</span></a></div>
659              <ul>
660              <li><a href="/google/gcm/ccs.html">
661              <span class="en">CCS (XMPP)</span></a></li>
662              <li><a href="/google/gcm/http.html">
663              <span class="en">HTTP</span></a></li>
664              </ul>
665        </li>
666        <li><a href="/google/gcm/notifications.html">
667              <span class="en">User Notifications</span></a>
668        </li>
669        <li><a href="/google/gcm/adv.html">
670            <span class="en">Advanced Topics</span></a>
671        </li>
672        <li><a href="/google/gcm/c2dm.html">
673            <span class="en">Migration</span></a>
674        </li>
675        <li id="gcm-tree-list" class="nav-section">
676          <div class="nav-section-header">
677            <a href="/reference/gcm-packages.html">
678              <span class="en">Reference</span>
679            </a>
680          <div>
681        </li>
682      </ul>
683  </li>
684
685  <li class="nav-section">
686  <div class="nav-section-header empty"><a href="/google/gcs/index.html">
687        <span class="en">Google Cloud Save</span></a>
688      </div>
689  </li>
690
691  <li class="nav-section">
692    <div class="nav-section-header"><a href="/google/play/dist.html">
693      <span class="en">Google Play Distribution</span></a>
694    </div>
695    <ul>
696      <li><a href="/google/play/filters.html">
697          <span class="en">Filters on Google Play</span></a>
698      </li>
699      <li><a href="/google/play/billing/gp-purchase-status-api.html">
700              <span class="en">Google Play Developer API</span></a>
701      </li>
702      <li><a href="/google/play/publishing/multiple-apks.html">
703          <span class="en">Multiple APK Support</span></a>
704      </li>
705      <li><a href="/google/play/expansion-files.html">
706          <span class="en">APK Expansion Files</span></a>
707      </li>
708      <li class="nav-section">
709        <div class="nav-section-header"><a href="/google/play/licensing/index.html">
710          <span class="en">Application Licensing</span></a>
711        </div>
712        <ul>
713          <li><a href="/google/play/licensing/overview.html">
714              <span class="en">Licensing Overview</span></a>
715          </li>
716          <li><a href="/google/play/licensing/setting-up.html">
717              <span class="en">Setting Up for Licensing</span></a>
718          </li>
719          <li><a href="/google/play/licensing/adding-licensing.html">
720              <span class="en">Adding Licensing to Your App</span></a>
721          </li>
722          <li><a href="/google/play/licensing/licensing-reference.html">
723              <span class="en">Licensing Reference</span></a>
724          </li>
725        </ul>
726      </li>
727
728  <li class="nav-section">
729    <div class="nav-section-header"><a href="/google/backup/index.html">
730      Android Backup Service</a>
731    </div>
732    <ul>
733      <li><a href="/google/backup/signup.html">
734          Register</a>
735      </li>
736    </ul>
737  </li>
738
739  </ul>
740
741</li>
742
743
744
745</ul>
746
747<script type="text/javascript">
748<!--
749    buildToggleLists();
750    changeNavLang(getLangPref());
751//-->
752</script>
753
754
755
756
757      </div>
758      <script type="text/javascript">
759       showGoogleRefTree();
760
761      </script>
762    </div> <!-- end side-nav -->
763    <script>
764      $(document).ready(function() {
765        scrollIntoView("devdoc-nav");
766        });
767    </script>
768
769
770
771
772
773
774<div class="col-12"  id="doc-col">
775
776<div id="api-info-block">
777
778
779
780
781
782
783
784
785
786
787
788<div class="sum-details-links">
789
790Summary:
791
792
793
794
795
796
797
798  <a href="#lfields">Fields</a>
799
800
801
802
803  &#124; <a href="#pubctors">Ctors</a>
804
805
806
807
808
809
810  &#124; <a href="#inhmethods">Inherited Methods</a>
811
812&#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
813
814</div><!-- end sum-details-links -->
815<div class="api-level">
816
817
818
819
820</div>
821</div><!-- end api-info-block -->
822
823
824<!-- ======== START OF CLASS DATA ======== -->
825
826<div id="jd-header">
827    public
828    static
829    final
830
831    class
832<h1 itemprop="name">R.attr</h1>
833
834
835
836
837    extends Object<br/>
838
839
840
841
842
843
844
845
846
847
848
849
850</div><!-- end header -->
851
852<div id="naMessage"></div>
853
854<div id="jd-content" class="api apilevel-">
855<table class="jd-inheritance-table">
856
857
858    <tr>
859
860        <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object</td>
861    </tr>
862
863
864    <tr>
865
866            <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td>
867
868        <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.R.attr</td>
869    </tr>
870
871
872</table>
873
874
875
876
877
878
879
880<div class="jd-descr">
881
882
883
884
885
886
887</div><!-- jd-descr -->
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904<div class="jd-descr">
905
906
907<h2>Summary</h2>
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926<!-- =========== FIELD SUMMARY =========== -->
927<table id="lfields" class="jd-sumtable"><tr><th colspan="12">Fields</th></tr>
928
929
930
931      <tr class="alt-color api apilevel-" >
932          <td class="jd-typecol"><nobr>
933          public
934          static
935
936          int</nobr></td>
937          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#adSize">adSize</a></td>
938          <td class="jd-descrcol" width="100%">
939            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
940
941
942
943          </td>
944      </tr>
945
946
947      <tr class=" api apilevel-" >
948          <td class="jd-typecol"><nobr>
949          public
950          static
951
952          int</nobr></td>
953          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#adSizes">adSizes</a></td>
954          <td class="jd-descrcol" width="100%">
955            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
956
957
958
959          </td>
960      </tr>
961
962
963      <tr class="alt-color api apilevel-" >
964          <td class="jd-typecol"><nobr>
965          public
966          static
967
968          int</nobr></td>
969          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#adUnitId">adUnitId</a></td>
970          <td class="jd-descrcol" width="100%">
971            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
972
973
974
975          </td>
976      </tr>
977
978
979      <tr class=" api apilevel-" >
980          <td class="jd-typecol"><nobr>
981          public
982          static
983
984          int</nobr></td>
985          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#allowShortcuts">allowShortcuts</a></td>
986          <td class="jd-descrcol" width="100%">
987            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
988
989
990
991          </td>
992      </tr>
993
994
995      <tr class="alt-color api apilevel-" >
996          <td class="jd-typecol"><nobr>
997          public
998          static
999
1000          int</nobr></td>
1001          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#appTheme">appTheme</a></td>
1002          <td class="jd-descrcol" width="100%">
1003            <p>Must be one of the following constant values.
1004
1005
1006
1007          </td>
1008      </tr>
1009
1010
1011      <tr class=" api apilevel-" >
1012          <td class="jd-typecol"><nobr>
1013          public
1014          static
1015
1016          int</nobr></td>
1017          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#buyButtonAppearance">buyButtonAppearance</a></td>
1018          <td class="jd-descrcol" width="100%">
1019            <p>Must be one of the following constant values.
1020
1021
1022
1023          </td>
1024      </tr>
1025
1026
1027      <tr class="alt-color api apilevel-" >
1028          <td class="jd-typecol"><nobr>
1029          public
1030          static
1031
1032          int</nobr></td>
1033          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#buyButtonHeight">buyButtonHeight</a></td>
1034          <td class="jd-descrcol" width="100%">
1035            <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
1036
1037
1038
1039          </td>
1040      </tr>
1041
1042
1043      <tr class=" api apilevel-" >
1044          <td class="jd-typecol"><nobr>
1045          public
1046          static
1047
1048          int</nobr></td>
1049          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#buyButtonText">buyButtonText</a></td>
1050          <td class="jd-descrcol" width="100%">
1051            <p>Must be one of the following constant values.
1052
1053
1054
1055          </td>
1056      </tr>
1057
1058
1059      <tr class="alt-color api apilevel-" >
1060          <td class="jd-typecol"><nobr>
1061          public
1062          static
1063
1064          int</nobr></td>
1065          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#buyButtonWidth">buyButtonWidth</a></td>
1066          <td class="jd-descrcol" width="100%">
1067            <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
1068
1069
1070
1071          </td>
1072      </tr>
1073
1074
1075      <tr class=" api apilevel-" >
1076          <td class="jd-typecol"><nobr>
1077          public
1078          static
1079
1080          int</nobr></td>
1081          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#cameraBearing">cameraBearing</a></td>
1082          <td class="jd-descrcol" width="100%">
1083            <p>Must be a floating point value, such as "<code>1.2</code>".
1084
1085
1086
1087          </td>
1088      </tr>
1089
1090
1091      <tr class="alt-color api apilevel-" >
1092          <td class="jd-typecol"><nobr>
1093          public
1094          static
1095
1096          int</nobr></td>
1097          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLat">cameraTargetLat</a></td>
1098          <td class="jd-descrcol" width="100%">
1099            <p>Must be a floating point value, such as "<code>1.2</code>".
1100
1101
1102
1103          </td>
1104      </tr>
1105
1106
1107      <tr class=" api apilevel-" >
1108          <td class="jd-typecol"><nobr>
1109          public
1110          static
1111
1112          int</nobr></td>
1113          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLng">cameraTargetLng</a></td>
1114          <td class="jd-descrcol" width="100%">
1115            <p>Must be a floating point value, such as "<code>1.2</code>".
1116
1117
1118
1119          </td>
1120      </tr>
1121
1122
1123      <tr class="alt-color api apilevel-" >
1124          <td class="jd-typecol"><nobr>
1125          public
1126          static
1127
1128          int</nobr></td>
1129          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#cameraTilt">cameraTilt</a></td>
1130          <td class="jd-descrcol" width="100%">
1131            <p>Must be a floating point value, such as "<code>1.2</code>".
1132
1133
1134
1135          </td>
1136      </tr>
1137
1138
1139      <tr class=" api apilevel-" >
1140          <td class="jd-typecol"><nobr>
1141          public
1142          static
1143
1144          int</nobr></td>
1145          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#cameraZoom">cameraZoom</a></td>
1146          <td class="jd-descrcol" width="100%">
1147            <p>Must be a floating point value, such as "<code>1.2</code>".
1148
1149
1150
1151          </td>
1152      </tr>
1153
1154
1155      <tr class="alt-color api apilevel-" >
1156          <td class="jd-typecol"><nobr>
1157          public
1158          static
1159
1160          int</nobr></td>
1161          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#circleCrop">circleCrop</a></td>
1162          <td class="jd-descrcol" width="100%">
1163            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1164
1165
1166
1167          </td>
1168      </tr>
1169
1170
1171      <tr class=" api apilevel-" >
1172          <td class="jd-typecol"><nobr>
1173          public
1174          static
1175
1176          int</nobr></td>
1177          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#contentProviderUri">contentProviderUri</a></td>
1178          <td class="jd-descrcol" width="100%">
1179            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1180
1181
1182
1183          </td>
1184      </tr>
1185
1186
1187      <tr class="alt-color api apilevel-" >
1188          <td class="jd-typecol"><nobr>
1189          public
1190          static
1191
1192          int</nobr></td>
1193          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#corpusId">corpusId</a></td>
1194          <td class="jd-descrcol" width="100%">
1195            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1196
1197
1198
1199          </td>
1200      </tr>
1201
1202
1203      <tr class=" api apilevel-" >
1204          <td class="jd-typecol"><nobr>
1205          public
1206          static
1207
1208          int</nobr></td>
1209          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#corpusVersion">corpusVersion</a></td>
1210          <td class="jd-descrcol" width="100%">
1211            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1212
1213
1214
1215          </td>
1216      </tr>
1217
1218
1219      <tr class="alt-color api apilevel-" >
1220          <td class="jd-typecol"><nobr>
1221          public
1222          static
1223
1224          int</nobr></td>
1225          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#defaultIntentAction">defaultIntentAction</a></td>
1226          <td class="jd-descrcol" width="100%">
1227            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1228
1229
1230
1231          </td>
1232      </tr>
1233
1234
1235      <tr class=" api apilevel-" >
1236          <td class="jd-typecol"><nobr>
1237          public
1238          static
1239
1240          int</nobr></td>
1241          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#defaultIntentActivity">defaultIntentActivity</a></td>
1242          <td class="jd-descrcol" width="100%">
1243            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1244
1245
1246
1247          </td>
1248      </tr>
1249
1250
1251      <tr class="alt-color api apilevel-" >
1252          <td class="jd-typecol"><nobr>
1253          public
1254          static
1255
1256          int</nobr></td>
1257          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#defaultIntentData">defaultIntentData</a></td>
1258          <td class="jd-descrcol" width="100%">
1259            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1260
1261
1262
1263          </td>
1264      </tr>
1265
1266
1267      <tr class=" api apilevel-" >
1268          <td class="jd-typecol"><nobr>
1269          public
1270          static
1271
1272          int</nobr></td>
1273          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#environment">environment</a></td>
1274          <td class="jd-descrcol" width="100%">
1275            <p>Must be one of the following constant values.
1276
1277
1278
1279          </td>
1280      </tr>
1281
1282
1283      <tr class="alt-color api apilevel-" >
1284          <td class="jd-typecol"><nobr>
1285          public
1286          static
1287
1288          int</nobr></td>
1289          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#featureType">featureType</a></td>
1290          <td class="jd-descrcol" width="100%">
1291            <p>Must be one of the following constant values.
1292
1293
1294
1295          </td>
1296      </tr>
1297
1298
1299      <tr class=" api apilevel-" >
1300          <td class="jd-typecol"><nobr>
1301          public
1302          static
1303
1304          int</nobr></td>
1305          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#fragmentMode">fragmentMode</a></td>
1306          <td class="jd-descrcol" width="100%">
1307            <p>Must be one of the following constant values.
1308
1309
1310
1311          </td>
1312      </tr>
1313
1314
1315      <tr class="alt-color api apilevel-" >
1316          <td class="jd-typecol"><nobr>
1317          public
1318          static
1319
1320          int</nobr></td>
1321          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#fragmentStyle">fragmentStyle</a></td>
1322          <td class="jd-descrcol" width="100%">
1323            <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
1324or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
1325
1326
1327
1328          </td>
1329      </tr>
1330
1331
1332      <tr class=" api apilevel-" >
1333          <td class="jd-typecol"><nobr>
1334          public
1335          static
1336
1337          int</nobr></td>
1338          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#imageAspectRatio">imageAspectRatio</a></td>
1339          <td class="jd-descrcol" width="100%">
1340            <p>Must be a floating point value, such as "<code>1.2</code>".
1341
1342
1343
1344          </td>
1345      </tr>
1346
1347
1348      <tr class="alt-color api apilevel-" >
1349          <td class="jd-typecol"><nobr>
1350          public
1351          static
1352
1353          int</nobr></td>
1354          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#imageAspectRatioAdjust">imageAspectRatioAdjust</a></td>
1355          <td class="jd-descrcol" width="100%">
1356            <p>Must be one of the following constant values.
1357
1358
1359
1360          </td>
1361      </tr>
1362
1363
1364      <tr class=" api apilevel-" >
1365          <td class="jd-typecol"><nobr>
1366          public
1367          static
1368
1369          int</nobr></td>
1370          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#indexPrefixes">indexPrefixes</a></td>
1371          <td class="jd-descrcol" width="100%">
1372            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1373
1374
1375
1376          </td>
1377      </tr>
1378
1379
1380      <tr class="alt-color api apilevel-" >
1381          <td class="jd-typecol"><nobr>
1382          public
1383          static
1384
1385          int</nobr></td>
1386          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#inputEnabled">inputEnabled</a></td>
1387          <td class="jd-descrcol" width="100%">
1388            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1389
1390
1391
1392          </td>
1393      </tr>
1394
1395
1396      <tr class=" api apilevel-" >
1397          <td class="jd-typecol"><nobr>
1398          public
1399          static
1400
1401          int</nobr></td>
1402          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#liteMode">liteMode</a></td>
1403          <td class="jd-descrcol" width="100%">
1404            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1405
1406
1407
1408          </td>
1409      </tr>
1410
1411
1412      <tr class="alt-color api apilevel-" >
1413          <td class="jd-typecol"><nobr>
1414          public
1415          static
1416
1417          int</nobr></td>
1418          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#mapType">mapType</a></td>
1419          <td class="jd-descrcol" width="100%">
1420            <p>Must be one of the following constant values.
1421
1422
1423
1424          </td>
1425      </tr>
1426
1427
1428      <tr class=" api apilevel-" >
1429          <td class="jd-typecol"><nobr>
1430          public
1431          static
1432
1433          int</nobr></td>
1434          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsBackground">maskedWalletDetailsBackground</a></td>
1435          <td class="jd-descrcol" width="100%">
1436            <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
1437or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
1438
1439
1440
1441          </td>
1442      </tr>
1443
1444
1445      <tr class="alt-color api apilevel-" >
1446          <td class="jd-typecol"><nobr>
1447          public
1448          static
1449
1450          int</nobr></td>
1451          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsButtonBackground">maskedWalletDetailsButtonBackground</a></td>
1452          <td class="jd-descrcol" width="100%">
1453            <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
1454or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
1455
1456
1457
1458          </td>
1459      </tr>
1460
1461
1462      <tr class=" api apilevel-" >
1463          <td class="jd-typecol"><nobr>
1464          public
1465          static
1466
1467          int</nobr></td>
1468          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsButtonTextAppearance">maskedWalletDetailsButtonTextAppearance</a></td>
1469          <td class="jd-descrcol" width="100%">
1470            <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
1471or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
1472
1473
1474
1475          </td>
1476      </tr>
1477
1478
1479      <tr class="alt-color api apilevel-" >
1480          <td class="jd-typecol"><nobr>
1481          public
1482          static
1483
1484          int</nobr></td>
1485          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsHeaderTextAppearance">maskedWalletDetailsHeaderTextAppearance</a></td>
1486          <td class="jd-descrcol" width="100%">
1487            <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
1488or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
1489
1490
1491
1492          </td>
1493      </tr>
1494
1495
1496      <tr class=" api apilevel-" >
1497          <td class="jd-typecol"><nobr>
1498          public
1499          static
1500
1501          int</nobr></td>
1502          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsLogoImageType">maskedWalletDetailsLogoImageType</a></td>
1503          <td class="jd-descrcol" width="100%">
1504            <p>Must be one of the following constant values.
1505
1506
1507
1508          </td>
1509      </tr>
1510
1511
1512      <tr class="alt-color api apilevel-" >
1513          <td class="jd-typecol"><nobr>
1514          public
1515          static
1516
1517          int</nobr></td>
1518          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsLogoTextColor">maskedWalletDetailsLogoTextColor</a></td>
1519          <td class="jd-descrcol" width="100%">
1520            <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
1521"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
1522
1523
1524
1525          </td>
1526      </tr>
1527
1528
1529      <tr class=" api apilevel-" >
1530          <td class="jd-typecol"><nobr>
1531          public
1532          static
1533
1534          int</nobr></td>
1535          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsTextAppearance">maskedWalletDetailsTextAppearance</a></td>
1536          <td class="jd-descrcol" width="100%">
1537            <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
1538or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
1539
1540
1541
1542          </td>
1543      </tr>
1544
1545
1546      <tr class="alt-color api apilevel-" >
1547          <td class="jd-typecol"><nobr>
1548          public
1549          static
1550
1551          int</nobr></td>
1552          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#noIndex">noIndex</a></td>
1553          <td class="jd-descrcol" width="100%">
1554            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1555
1556
1557
1558          </td>
1559      </tr>
1560
1561
1562      <tr class=" api apilevel-" >
1563          <td class="jd-typecol"><nobr>
1564          public
1565          static
1566
1567          int</nobr></td>
1568          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#paramName">paramName</a></td>
1569          <td class="jd-descrcol" width="100%">
1570            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1571
1572
1573
1574          </td>
1575      </tr>
1576
1577
1578      <tr class="alt-color api apilevel-" >
1579          <td class="jd-typecol"><nobr>
1580          public
1581          static
1582
1583          int</nobr></td>
1584          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#paramValue">paramValue</a></td>
1585          <td class="jd-descrcol" width="100%">
1586            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1587
1588
1589
1590          </td>
1591      </tr>
1592
1593
1594      <tr class=" api apilevel-" >
1595          <td class="jd-typecol"><nobr>
1596          public
1597          static
1598
1599          int</nobr></td>
1600          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#schemaOrgProperty">schemaOrgProperty</a></td>
1601          <td class="jd-descrcol" width="100%">
1602            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1603
1604
1605
1606          </td>
1607      </tr>
1608
1609
1610      <tr class="alt-color api apilevel-" >
1611          <td class="jd-typecol"><nobr>
1612          public
1613          static
1614
1615          int</nobr></td>
1616          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#schemaOrgType">schemaOrgType</a></td>
1617          <td class="jd-descrcol" width="100%">
1618            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1619
1620
1621
1622          </td>
1623      </tr>
1624
1625
1626      <tr class=" api apilevel-" >
1627          <td class="jd-typecol"><nobr>
1628          public
1629          static
1630
1631          int</nobr></td>
1632          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#searchEnabled">searchEnabled</a></td>
1633          <td class="jd-descrcol" width="100%">
1634            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1635
1636
1637
1638          </td>
1639      </tr>
1640
1641
1642      <tr class="alt-color api apilevel-" >
1643          <td class="jd-typecol"><nobr>
1644          public
1645          static
1646
1647          int</nobr></td>
1648          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#searchLabel">searchLabel</a></td>
1649          <td class="jd-descrcol" width="100%">
1650            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1651
1652
1653
1654          </td>
1655      </tr>
1656
1657
1658      <tr class=" api apilevel-" >
1659          <td class="jd-typecol"><nobr>
1660          public
1661          static
1662
1663          int</nobr></td>
1664          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#sectionContent">sectionContent</a></td>
1665          <td class="jd-descrcol" width="100%">
1666            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1667
1668
1669
1670          </td>
1671      </tr>
1672
1673
1674      <tr class="alt-color api apilevel-" >
1675          <td class="jd-typecol"><nobr>
1676          public
1677          static
1678
1679          int</nobr></td>
1680          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#sectionFormat">sectionFormat</a></td>
1681          <td class="jd-descrcol" width="100%">
1682            <p>Must be one of the following constant values.
1683
1684
1685
1686          </td>
1687      </tr>
1688
1689
1690      <tr class=" api apilevel-" >
1691          <td class="jd-typecol"><nobr>
1692          public
1693          static
1694
1695          int</nobr></td>
1696          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#sectionId">sectionId</a></td>
1697          <td class="jd-descrcol" width="100%">
1698            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1699
1700
1701
1702          </td>
1703      </tr>
1704
1705
1706      <tr class="alt-color api apilevel-" >
1707          <td class="jd-typecol"><nobr>
1708          public
1709          static
1710
1711          int</nobr></td>
1712          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#sectionType">sectionType</a></td>
1713          <td class="jd-descrcol" width="100%">
1714            <p>Must be one of the following constant values.
1715
1716
1717
1718          </td>
1719      </tr>
1720
1721
1722      <tr class=" api apilevel-" >
1723          <td class="jd-typecol"><nobr>
1724          public
1725          static
1726
1727          int</nobr></td>
1728          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#sectionWeight">sectionWeight</a></td>
1729          <td class="jd-descrcol" width="100%">
1730            <p>Must be an integer value, such as "<code>100</code>".
1731
1732
1733
1734          </td>
1735      </tr>
1736
1737
1738      <tr class="alt-color api apilevel-" >
1739          <td class="jd-typecol"><nobr>
1740          public
1741          static
1742
1743          int</nobr></td>
1744          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#settingsDescription">settingsDescription</a></td>
1745          <td class="jd-descrcol" width="100%">
1746            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1747
1748
1749
1750          </td>
1751      </tr>
1752
1753
1754      <tr class=" api apilevel-" >
1755          <td class="jd-typecol"><nobr>
1756          public
1757          static
1758
1759          int</nobr></td>
1760          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#sourceClass">sourceClass</a></td>
1761          <td class="jd-descrcol" width="100%">
1762            <p>Must be one of the following constant values.
1763
1764
1765
1766          </td>
1767      </tr>
1768
1769
1770      <tr class="alt-color api apilevel-" >
1771          <td class="jd-typecol"><nobr>
1772          public
1773          static
1774
1775          int</nobr></td>
1776          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#subsectionSeparator">subsectionSeparator</a></td>
1777          <td class="jd-descrcol" width="100%">
1778            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1779
1780
1781
1782          </td>
1783      </tr>
1784
1785
1786      <tr class=" api apilevel-" >
1787          <td class="jd-typecol"><nobr>
1788          public
1789          static
1790
1791          int</nobr></td>
1792          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#toAddressesSection">toAddressesSection</a></td>
1793          <td class="jd-descrcol" width="100%">
1794            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1795
1796
1797
1798          </td>
1799      </tr>
1800
1801
1802      <tr class="alt-color api apilevel-" >
1803          <td class="jd-typecol"><nobr>
1804          public
1805          static
1806
1807          int</nobr></td>
1808          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#trimmable">trimmable</a></td>
1809          <td class="jd-descrcol" width="100%">
1810            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1811
1812
1813
1814          </td>
1815      </tr>
1816
1817
1818      <tr class=" api apilevel-" >
1819          <td class="jd-typecol"><nobr>
1820          public
1821          static
1822
1823          int</nobr></td>
1824          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#uiCompass">uiCompass</a></td>
1825          <td class="jd-descrcol" width="100%">
1826            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1827
1828
1829
1830          </td>
1831      </tr>
1832
1833
1834      <tr class="alt-color api apilevel-" >
1835          <td class="jd-typecol"><nobr>
1836          public
1837          static
1838
1839          int</nobr></td>
1840          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#uiMapToolbar">uiMapToolbar</a></td>
1841          <td class="jd-descrcol" width="100%">
1842            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1843
1844
1845
1846          </td>
1847      </tr>
1848
1849
1850      <tr class=" api apilevel-" >
1851          <td class="jd-typecol"><nobr>
1852          public
1853          static
1854
1855          int</nobr></td>
1856          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#uiRotateGestures">uiRotateGestures</a></td>
1857          <td class="jd-descrcol" width="100%">
1858            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1859
1860
1861
1862          </td>
1863      </tr>
1864
1865
1866      <tr class="alt-color api apilevel-" >
1867          <td class="jd-typecol"><nobr>
1868          public
1869          static
1870
1871          int</nobr></td>
1872          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#uiScrollGestures">uiScrollGestures</a></td>
1873          <td class="jd-descrcol" width="100%">
1874            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1875
1876
1877
1878          </td>
1879      </tr>
1880
1881
1882      <tr class=" api apilevel-" >
1883          <td class="jd-typecol"><nobr>
1884          public
1885          static
1886
1887          int</nobr></td>
1888          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#uiTiltGestures">uiTiltGestures</a></td>
1889          <td class="jd-descrcol" width="100%">
1890            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1891
1892
1893
1894          </td>
1895      </tr>
1896
1897
1898      <tr class="alt-color api apilevel-" >
1899          <td class="jd-typecol"><nobr>
1900          public
1901          static
1902
1903          int</nobr></td>
1904          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#uiZoomControls">uiZoomControls</a></td>
1905          <td class="jd-descrcol" width="100%">
1906            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1907
1908
1909
1910          </td>
1911      </tr>
1912
1913
1914      <tr class=" api apilevel-" >
1915          <td class="jd-typecol"><nobr>
1916          public
1917          static
1918
1919          int</nobr></td>
1920          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#uiZoomGestures">uiZoomGestures</a></td>
1921          <td class="jd-descrcol" width="100%">
1922            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1923
1924
1925
1926          </td>
1927      </tr>
1928
1929
1930      <tr class="alt-color api apilevel-" >
1931          <td class="jd-typecol"><nobr>
1932          public
1933          static
1934
1935          int</nobr></td>
1936          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#useViewLifecycle">useViewLifecycle</a></td>
1937          <td class="jd-descrcol" width="100%">
1938            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1939
1940
1941
1942          </td>
1943      </tr>
1944
1945
1946      <tr class=" api apilevel-" >
1947          <td class="jd-typecol"><nobr>
1948          public
1949          static
1950
1951          int</nobr></td>
1952          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#userInputSection">userInputSection</a></td>
1953          <td class="jd-descrcol" width="100%">
1954            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1955
1956
1957
1958          </td>
1959      </tr>
1960
1961
1962      <tr class="alt-color api apilevel-" >
1963          <td class="jd-typecol"><nobr>
1964          public
1965          static
1966
1967          int</nobr></td>
1968          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#userInputTag">userInputTag</a></td>
1969          <td class="jd-descrcol" width="100%">
1970            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1971
1972
1973
1974          </td>
1975      </tr>
1976
1977
1978      <tr class=" api apilevel-" >
1979          <td class="jd-typecol"><nobr>
1980          public
1981          static
1982
1983          int</nobr></td>
1984          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#userInputValue">userInputValue</a></td>
1985          <td class="jd-descrcol" width="100%">
1986            <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1987
1988
1989
1990          </td>
1991      </tr>
1992
1993
1994      <tr class="alt-color api apilevel-" >
1995          <td class="jd-typecol"><nobr>
1996          public
1997          static
1998
1999          int</nobr></td>
2000          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#zOrderOnTop">zOrderOnTop</a></td>
2001          <td class="jd-descrcol" width="100%">
2002            <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
2003
2004
2005
2006          </td>
2007      </tr>
2008
2009
2010
2011</table>
2012
2013
2014
2015
2016
2017
2018
2019<!-- ======== CONSTRUCTOR SUMMARY ======== -->
2020<table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr>
2021
2022
2023
2024
2025    <tr class="alt-color api apilevel-" >
2026        <td class="jd-typecol"><nobr>
2027
2028
2029
2030
2031
2032            </nobr>
2033        </td>
2034        <td class="jd-linkcol" width="100%"><nobr>
2035        <span class="sympad"><a href="/reference/com/google/android/gms/R.attr.html#R.attr()">R.attr</a></span>()</nobr>
2036
2037  </td></tr>
2038
2039
2040
2041</table>
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053<!-- ========== METHOD SUMMARY =========== -->
2054<table id="inhmethods" class="jd-sumtable"><tr><th>
2055  <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
2056  <div style="clear:left;">Inherited Methods</div></th></tr>
2057
2058
2059<tr class="api apilevel-" >
2060<td colspan="12">
2061  <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
2062          ><img id="inherited-methods-java.lang.Object-trigger"
2063          src="/assets/images/triangle-closed.png"
2064          class="jd-expando-trigger-img" /></a>
2065From class
2066
2067  java.lang.Object
2068
2069<div id="inherited-methods-java.lang.Object">
2070  <div id="inherited-methods-java.lang.Object-list"
2071        class="jd-inheritedlinks">
2072  </div>
2073  <div id="inherited-methods-java.lang.Object-summary" style="display: none;">
2074    <table class="jd-sumtable-expando">
2075
2076
2077
2078
2079    <tr class="alt-color api apilevel-" >
2080        <td class="jd-typecol"><nobr>
2081
2082
2083
2084
2085
2086            Object</nobr>
2087        </td>
2088        <td class="jd-linkcol" width="100%"><nobr>
2089        <span class="sympad">clone</span>()</nobr>
2090
2091  </td></tr>
2092
2093
2094
2095    <tr class=" api apilevel-" >
2096        <td class="jd-typecol"><nobr>
2097
2098
2099
2100
2101
2102            boolean</nobr>
2103        </td>
2104        <td class="jd-linkcol" width="100%"><nobr>
2105        <span class="sympad">equals</span>(Object arg0)</nobr>
2106
2107  </td></tr>
2108
2109
2110
2111    <tr class="alt-color api apilevel-" >
2112        <td class="jd-typecol"><nobr>
2113
2114
2115
2116
2117
2118            void</nobr>
2119        </td>
2120        <td class="jd-linkcol" width="100%"><nobr>
2121        <span class="sympad">finalize</span>()</nobr>
2122
2123  </td></tr>
2124
2125
2126
2127    <tr class=" api apilevel-" >
2128        <td class="jd-typecol"><nobr>
2129
2130
2131            final
2132
2133
2134            Class&lt;?&gt;</nobr>
2135        </td>
2136        <td class="jd-linkcol" width="100%"><nobr>
2137        <span class="sympad">getClass</span>()</nobr>
2138
2139  </td></tr>
2140
2141
2142
2143    <tr class="alt-color api apilevel-" >
2144        <td class="jd-typecol"><nobr>
2145
2146
2147
2148
2149
2150            int</nobr>
2151        </td>
2152        <td class="jd-linkcol" width="100%"><nobr>
2153        <span class="sympad">hashCode</span>()</nobr>
2154
2155  </td></tr>
2156
2157
2158
2159    <tr class=" api apilevel-" >
2160        <td class="jd-typecol"><nobr>
2161
2162
2163            final
2164
2165
2166            void</nobr>
2167        </td>
2168        <td class="jd-linkcol" width="100%"><nobr>
2169        <span class="sympad">notify</span>()</nobr>
2170
2171  </td></tr>
2172
2173
2174
2175    <tr class="alt-color api apilevel-" >
2176        <td class="jd-typecol"><nobr>
2177
2178
2179            final
2180
2181
2182            void</nobr>
2183        </td>
2184        <td class="jd-linkcol" width="100%"><nobr>
2185        <span class="sympad">notifyAll</span>()</nobr>
2186
2187  </td></tr>
2188
2189
2190
2191    <tr class=" api apilevel-" >
2192        <td class="jd-typecol"><nobr>
2193
2194
2195
2196
2197
2198            String</nobr>
2199        </td>
2200        <td class="jd-linkcol" width="100%"><nobr>
2201        <span class="sympad">toString</span>()</nobr>
2202
2203  </td></tr>
2204
2205
2206
2207    <tr class="alt-color api apilevel-" >
2208        <td class="jd-typecol"><nobr>
2209
2210
2211            final
2212
2213
2214            void</nobr>
2215        </td>
2216        <td class="jd-linkcol" width="100%"><nobr>
2217        <span class="sympad">wait</span>()</nobr>
2218
2219  </td></tr>
2220
2221
2222
2223    <tr class=" api apilevel-" >
2224        <td class="jd-typecol"><nobr>
2225
2226
2227            final
2228
2229
2230            void</nobr>
2231        </td>
2232        <td class="jd-linkcol" width="100%"><nobr>
2233        <span class="sympad">wait</span>(long arg0, int arg1)</nobr>
2234
2235  </td></tr>
2236
2237
2238
2239    <tr class="alt-color api apilevel-" >
2240        <td class="jd-typecol"><nobr>
2241
2242
2243            final
2244
2245
2246            void</nobr>
2247        </td>
2248        <td class="jd-linkcol" width="100%"><nobr>
2249        <span class="sympad">wait</span>(long arg0)</nobr>
2250
2251  </td></tr>
2252
2253
2254</table>
2255  </div>
2256</div>
2257</td></tr>
2258
2259
2260</table>
2261
2262
2263</div><!-- jd-descr (summary) -->
2264
2265<!-- Details -->
2266
2267
2268
2269
2270
2271
2272
2273
2274<!-- XML Attributes -->
2275
2276
2277<!-- Enum Values -->
2278
2279
2280<!-- Constants -->
2281
2282
2283<!-- Fields -->
2284
2285
2286<!-- ========= FIELD DETAIL ======== -->
2287<h2>Fields</h2>
2288
2289
2290
2291
2292<A NAME="adSize"></A>
2293
2294<div class="jd-details api apilevel-">
2295    <h4 class="jd-details-title">
2296      <span class="normal">
2297        public
2298        static
2299
2300        int
2301      </span>
2302        adSize
2303    </h4>
2304      <div class="api-level">
2305
2306
2307
2308
2309      </div>
2310    <div class="jd-details-descr">
2311
2312
2313
2314
2315  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2316<p>This may also be a reference to a resource (in the form
2317"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2318theme attribute (in the form
2319"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2320containing a value of this type.
2321</p></div>
2322
2323
2324    </div>
2325</div>
2326
2327
2328
2329<A NAME="adSizes"></A>
2330
2331<div class="jd-details api apilevel-">
2332    <h4 class="jd-details-title">
2333      <span class="normal">
2334        public
2335        static
2336
2337        int
2338      </span>
2339        adSizes
2340    </h4>
2341      <div class="api-level">
2342
2343
2344
2345
2346      </div>
2347    <div class="jd-details-descr">
2348
2349
2350
2351
2352  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2353<p>This may also be a reference to a resource (in the form
2354"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2355theme attribute (in the form
2356"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2357containing a value of this type.
2358</p></div>
2359
2360
2361    </div>
2362</div>
2363
2364
2365
2366<A NAME="adUnitId"></A>
2367
2368<div class="jd-details api apilevel-">
2369    <h4 class="jd-details-title">
2370      <span class="normal">
2371        public
2372        static
2373
2374        int
2375      </span>
2376        adUnitId
2377    </h4>
2378      <div class="api-level">
2379
2380
2381
2382
2383      </div>
2384    <div class="jd-details-descr">
2385
2386
2387
2388
2389  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2390<p>This may also be a reference to a resource (in the form
2391"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2392theme attribute (in the form
2393"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2394containing a value of this type.
2395</p></div>
2396
2397
2398    </div>
2399</div>
2400
2401
2402
2403<A NAME="allowShortcuts"></A>
2404
2405<div class="jd-details api apilevel-">
2406    <h4 class="jd-details-title">
2407      <span class="normal">
2408        public
2409        static
2410
2411        int
2412      </span>
2413        allowShortcuts
2414    </h4>
2415      <div class="api-level">
2416
2417
2418
2419
2420      </div>
2421    <div class="jd-details-descr">
2422
2423
2424
2425
2426  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
2427<p>This may also be a reference to a resource (in the form
2428"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2429theme attribute (in the form
2430"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2431containing a value of this type.
2432</p></div>
2433
2434
2435    </div>
2436</div>
2437
2438
2439
2440<A NAME="appTheme"></A>
2441
2442<div class="jd-details api apilevel-">
2443    <h4 class="jd-details-title">
2444      <span class="normal">
2445        public
2446        static
2447
2448        int
2449      </span>
2450        appTheme
2451    </h4>
2452      <div class="api-level">
2453
2454
2455
2456
2457      </div>
2458    <div class="jd-details-descr">
2459
2460
2461
2462
2463  <div class="jd-tagdata jd-tagdescr"><p><p>Must be one of the following constant values.</p>
2464<table>
2465<colgroup align="left" />
2466<colgroup align="left" />
2467<colgroup align="left" />
2468<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
2469<tr><td><code>holo_dark</code></td><td>0</td><td></td></tr>
2470<tr><td><code>holo_light</code></td><td>1</td><td></td></tr>
2471</table>
2472</p></div>
2473
2474
2475    </div>
2476</div>
2477
2478
2479
2480<A NAME="buyButtonAppearance"></A>
2481
2482<div class="jd-details api apilevel-">
2483    <h4 class="jd-details-title">
2484      <span class="normal">
2485        public
2486        static
2487
2488        int
2489      </span>
2490        buyButtonAppearance
2491    </h4>
2492      <div class="api-level">
2493
2494
2495
2496
2497      </div>
2498    <div class="jd-details-descr">
2499
2500
2501
2502
2503  <div class="jd-tagdata jd-tagdescr"><p><p>Must be one of the following constant values.</p>
2504<table>
2505<colgroup align="left" />
2506<colgroup align="left" />
2507<colgroup align="left" />
2508<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
2509<tr><td><code>classic</code></td><td>1</td><td></td></tr>
2510<tr><td><code>grayscale</code></td><td>2</td><td></td></tr>
2511<tr><td><code>monochrome</code></td><td>3</td><td></td></tr>
2512</table>
2513</p></div>
2514
2515
2516    </div>
2517</div>
2518
2519
2520
2521<A NAME="buyButtonHeight"></A>
2522
2523<div class="jd-details api apilevel-">
2524    <h4 class="jd-details-title">
2525      <span class="normal">
2526        public
2527        static
2528
2529        int
2530      </span>
2531        buyButtonHeight
2532    </h4>
2533      <div class="api-level">
2534
2535
2536
2537
2538      </div>
2539    <div class="jd-details-descr">
2540
2541
2542
2543
2544  <div class="jd-tagdata jd-tagdescr"><p><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
2545Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
2546in (inches), mm (millimeters).
2547<p>This may also be a reference to a resource (in the form
2548"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2549theme attribute (in the form
2550"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2551containing a value of this type.
2552<p>May be one of the following constant values.</p>
2553<table>
2554<colgroup align="left" />
2555<colgroup align="left" />
2556<colgroup align="left" />
2557<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
2558<tr><td><code>match_parent</code></td><td>-1</td><td></td></tr>
2559<tr><td><code>wrap_content</code></td><td>-2</td><td></td></tr>
2560</table>
2561</p></div>
2562
2563
2564    </div>
2565</div>
2566
2567
2568
2569<A NAME="buyButtonText"></A>
2570
2571<div class="jd-details api apilevel-">
2572    <h4 class="jd-details-title">
2573      <span class="normal">
2574        public
2575        static
2576
2577        int
2578      </span>
2579        buyButtonText
2580    </h4>
2581      <div class="api-level">
2582
2583
2584
2585
2586      </div>
2587    <div class="jd-details-descr">
2588
2589
2590
2591
2592  <div class="jd-tagdata jd-tagdescr"><p><p>Must be one of the following constant values.</p>
2593<table>
2594<colgroup align="left" />
2595<colgroup align="left" />
2596<colgroup align="left" />
2597<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
2598<tr><td><code>buy_with_google</code></td><td>1</td><td></td></tr>
2599<tr><td><code>buy_now</code></td><td>2</td><td></td></tr>
2600<tr><td><code>book_now</code></td><td>3</td><td></td></tr>
2601<tr><td><code>donate_with_google</code></td><td>4</td><td></td></tr>
2602</table>
2603</p></div>
2604
2605
2606    </div>
2607</div>
2608
2609
2610
2611<A NAME="buyButtonWidth"></A>
2612
2613<div class="jd-details api apilevel-">
2614    <h4 class="jd-details-title">
2615      <span class="normal">
2616        public
2617        static
2618
2619        int
2620      </span>
2621        buyButtonWidth
2622    </h4>
2623      <div class="api-level">
2624
2625
2626
2627
2628      </div>
2629    <div class="jd-details-descr">
2630
2631
2632
2633
2634  <div class="jd-tagdata jd-tagdescr"><p><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
2635Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
2636in (inches), mm (millimeters).
2637<p>This may also be a reference to a resource (in the form
2638"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2639theme attribute (in the form
2640"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2641containing a value of this type.
2642<p>May be one of the following constant values.</p>
2643<table>
2644<colgroup align="left" />
2645<colgroup align="left" />
2646<colgroup align="left" />
2647<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
2648<tr><td><code>match_parent</code></td><td>-1</td><td></td></tr>
2649<tr><td><code>wrap_content</code></td><td>-2</td><td></td></tr>
2650</table>
2651</p></div>
2652
2653
2654    </div>
2655</div>
2656
2657
2658
2659<A NAME="cameraBearing"></A>
2660
2661<div class="jd-details api apilevel-">
2662    <h4 class="jd-details-title">
2663      <span class="normal">
2664        public
2665        static
2666
2667        int
2668      </span>
2669        cameraBearing
2670    </h4>
2671      <div class="api-level">
2672
2673
2674
2675
2676      </div>
2677    <div class="jd-details-descr">
2678
2679
2680
2681
2682  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a floating point value, such as "<code>1.2</code>".
2683<p>This may also be a reference to a resource (in the form
2684"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2685theme attribute (in the form
2686"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2687containing a value of this type.
2688</p></div>
2689
2690
2691    </div>
2692</div>
2693
2694
2695
2696<A NAME="cameraTargetLat"></A>
2697
2698<div class="jd-details api apilevel-">
2699    <h4 class="jd-details-title">
2700      <span class="normal">
2701        public
2702        static
2703
2704        int
2705      </span>
2706        cameraTargetLat
2707    </h4>
2708      <div class="api-level">
2709
2710
2711
2712
2713      </div>
2714    <div class="jd-details-descr">
2715
2716
2717
2718
2719  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a floating point value, such as "<code>1.2</code>".
2720<p>This may also be a reference to a resource (in the form
2721"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2722theme attribute (in the form
2723"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2724containing a value of this type.
2725</p></div>
2726
2727
2728    </div>
2729</div>
2730
2731
2732
2733<A NAME="cameraTargetLng"></A>
2734
2735<div class="jd-details api apilevel-">
2736    <h4 class="jd-details-title">
2737      <span class="normal">
2738        public
2739        static
2740
2741        int
2742      </span>
2743        cameraTargetLng
2744    </h4>
2745      <div class="api-level">
2746
2747
2748
2749
2750      </div>
2751    <div class="jd-details-descr">
2752
2753
2754
2755
2756  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a floating point value, such as "<code>1.2</code>".
2757<p>This may also be a reference to a resource (in the form
2758"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2759theme attribute (in the form
2760"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2761containing a value of this type.
2762</p></div>
2763
2764
2765    </div>
2766</div>
2767
2768
2769
2770<A NAME="cameraTilt"></A>
2771
2772<div class="jd-details api apilevel-">
2773    <h4 class="jd-details-title">
2774      <span class="normal">
2775        public
2776        static
2777
2778        int
2779      </span>
2780        cameraTilt
2781    </h4>
2782      <div class="api-level">
2783
2784
2785
2786
2787      </div>
2788    <div class="jd-details-descr">
2789
2790
2791
2792
2793  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a floating point value, such as "<code>1.2</code>".
2794<p>This may also be a reference to a resource (in the form
2795"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2796theme attribute (in the form
2797"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2798containing a value of this type.
2799</p></div>
2800
2801
2802    </div>
2803</div>
2804
2805
2806
2807<A NAME="cameraZoom"></A>
2808
2809<div class="jd-details api apilevel-">
2810    <h4 class="jd-details-title">
2811      <span class="normal">
2812        public
2813        static
2814
2815        int
2816      </span>
2817        cameraZoom
2818    </h4>
2819      <div class="api-level">
2820
2821
2822
2823
2824      </div>
2825    <div class="jd-details-descr">
2826
2827
2828
2829
2830  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a floating point value, such as "<code>1.2</code>".
2831<p>This may also be a reference to a resource (in the form
2832"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2833theme attribute (in the form
2834"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2835containing a value of this type.
2836</p></div>
2837
2838
2839    </div>
2840</div>
2841
2842
2843
2844<A NAME="circleCrop"></A>
2845
2846<div class="jd-details api apilevel-">
2847    <h4 class="jd-details-title">
2848      <span class="normal">
2849        public
2850        static
2851
2852        int
2853      </span>
2854        circleCrop
2855    </h4>
2856      <div class="api-level">
2857
2858
2859
2860
2861      </div>
2862    <div class="jd-details-descr">
2863
2864
2865
2866
2867  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
2868<p>This may also be a reference to a resource (in the form
2869"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2870theme attribute (in the form
2871"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2872containing a value of this type.
2873</p></div>
2874
2875
2876    </div>
2877</div>
2878
2879
2880
2881<A NAME="contentProviderUri"></A>
2882
2883<div class="jd-details api apilevel-">
2884    <h4 class="jd-details-title">
2885      <span class="normal">
2886        public
2887        static
2888
2889        int
2890      </span>
2891        contentProviderUri
2892    </h4>
2893      <div class="api-level">
2894
2895
2896
2897
2898      </div>
2899    <div class="jd-details-descr">
2900
2901
2902
2903
2904  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2905<p>This may also be a reference to a resource (in the form
2906"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2907theme attribute (in the form
2908"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2909containing a value of this type.
2910</p></div>
2911
2912
2913    </div>
2914</div>
2915
2916
2917
2918<A NAME="corpusId"></A>
2919
2920<div class="jd-details api apilevel-">
2921    <h4 class="jd-details-title">
2922      <span class="normal">
2923        public
2924        static
2925
2926        int
2927      </span>
2928        corpusId
2929    </h4>
2930      <div class="api-level">
2931
2932
2933
2934
2935      </div>
2936    <div class="jd-details-descr">
2937
2938
2939
2940
2941  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2942<p>This may also be a reference to a resource (in the form
2943"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2944theme attribute (in the form
2945"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2946containing a value of this type.
2947</p></div>
2948
2949
2950    </div>
2951</div>
2952
2953
2954
2955<A NAME="corpusVersion"></A>
2956
2957<div class="jd-details api apilevel-">
2958    <h4 class="jd-details-title">
2959      <span class="normal">
2960        public
2961        static
2962
2963        int
2964      </span>
2965        corpusVersion
2966    </h4>
2967      <div class="api-level">
2968
2969
2970
2971
2972      </div>
2973    <div class="jd-details-descr">
2974
2975
2976
2977
2978  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2979<p>This may also be a reference to a resource (in the form
2980"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2981theme attribute (in the form
2982"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2983containing a value of this type.
2984</p></div>
2985
2986
2987    </div>
2988</div>
2989
2990
2991
2992<A NAME="defaultIntentAction"></A>
2993
2994<div class="jd-details api apilevel-">
2995    <h4 class="jd-details-title">
2996      <span class="normal">
2997        public
2998        static
2999
3000        int
3001      </span>
3002        defaultIntentAction
3003    </h4>
3004      <div class="api-level">
3005
3006
3007
3008
3009      </div>
3010    <div class="jd-details-descr">
3011
3012
3013
3014
3015  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3016<p>This may also be a reference to a resource (in the form
3017"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3018theme attribute (in the form
3019"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3020containing a value of this type.
3021</p></div>
3022
3023
3024    </div>
3025</div>
3026
3027
3028
3029<A NAME="defaultIntentActivity"></A>
3030
3031<div class="jd-details api apilevel-">
3032    <h4 class="jd-details-title">
3033      <span class="normal">
3034        public
3035        static
3036
3037        int
3038      </span>
3039        defaultIntentActivity
3040    </h4>
3041      <div class="api-level">
3042
3043
3044
3045
3046      </div>
3047    <div class="jd-details-descr">
3048
3049
3050
3051
3052  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3053<p>This may also be a reference to a resource (in the form
3054"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3055theme attribute (in the form
3056"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3057containing a value of this type.
3058</p></div>
3059
3060
3061    </div>
3062</div>
3063
3064
3065
3066<A NAME="defaultIntentData"></A>
3067
3068<div class="jd-details api apilevel-">
3069    <h4 class="jd-details-title">
3070      <span class="normal">
3071        public
3072        static
3073
3074        int
3075      </span>
3076        defaultIntentData
3077    </h4>
3078      <div class="api-level">
3079
3080
3081
3082
3083      </div>
3084    <div class="jd-details-descr">
3085
3086
3087
3088
3089  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3090<p>This may also be a reference to a resource (in the form
3091"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3092theme attribute (in the form
3093"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3094containing a value of this type.
3095</p></div>
3096
3097
3098    </div>
3099</div>
3100
3101
3102
3103<A NAME="environment"></A>
3104
3105<div class="jd-details api apilevel-">
3106    <h4 class="jd-details-title">
3107      <span class="normal">
3108        public
3109        static
3110
3111        int
3112      </span>
3113        environment
3114    </h4>
3115      <div class="api-level">
3116
3117
3118
3119
3120      </div>
3121    <div class="jd-details-descr">
3122
3123
3124
3125
3126  <div class="jd-tagdata jd-tagdescr"><p><p>Must be one of the following constant values.</p>
3127<table>
3128<colgroup align="left" />
3129<colgroup align="left" />
3130<colgroup align="left" />
3131<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
3132<tr><td><code>production</code></td><td>1</td><td></td></tr>
3133<tr><td><code>sandbox</code></td><td>0</td><td></td></tr>
3134<tr><td><code>strict_sandbox</code></td><td>2</td><td></td></tr>
3135</table>
3136</p></div>
3137
3138
3139    </div>
3140</div>
3141
3142
3143
3144<A NAME="featureType"></A>
3145
3146<div class="jd-details api apilevel-">
3147    <h4 class="jd-details-title">
3148      <span class="normal">
3149        public
3150        static
3151
3152        int
3153      </span>
3154        featureType
3155    </h4>
3156      <div class="api-level">
3157
3158
3159
3160
3161      </div>
3162    <div class="jd-details-descr">
3163
3164
3165
3166
3167  <div class="jd-tagdata jd-tagdescr"><p><p>Must be one of the following constant values.</p>
3168<table>
3169<colgroup align="left" />
3170<colgroup align="left" />
3171<colgroup align="left" />
3172<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
3173<tr><td><code>match_global_nicknames</code></td><td>1</td><td></td></tr>
3174<tr><td><code>demote_common_words</code></td><td>2</td><td></td></tr>
3175<tr><td><code>demote_rfc822_hostnames</code></td><td>3</td><td></td></tr>
3176<tr><td><code>omnibox_url_section</code></td><td>4</td><td></td></tr>
3177<tr><td><code>omnibox_title_section</code></td><td>5</td><td></td></tr>
3178</table>
3179</p></div>
3180
3181
3182    </div>
3183</div>
3184
3185
3186
3187<A NAME="fragmentMode"></A>
3188
3189<div class="jd-details api apilevel-">
3190    <h4 class="jd-details-title">
3191      <span class="normal">
3192        public
3193        static
3194
3195        int
3196      </span>
3197        fragmentMode
3198    </h4>
3199      <div class="api-level">
3200
3201
3202
3203
3204      </div>
3205    <div class="jd-details-descr">
3206
3207
3208
3209
3210  <div class="jd-tagdata jd-tagdescr"><p><p>Must be one of the following constant values.</p>
3211<table>
3212<colgroup align="left" />
3213<colgroup align="left" />
3214<colgroup align="left" />
3215<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
3216<tr><td><code>buyButton</code></td><td>1</td><td></td></tr>
3217<tr><td><code>selectionDetails</code></td><td>2</td><td></td></tr>
3218</table>
3219</p></div>
3220
3221
3222    </div>
3223</div>
3224
3225
3226
3227<A NAME="fragmentStyle"></A>
3228
3229<div class="jd-details api apilevel-">
3230    <h4 class="jd-details-title">
3231      <span class="normal">
3232        public
3233        static
3234
3235        int
3236      </span>
3237        fragmentStyle
3238    </h4>
3239      <div class="api-level">
3240
3241
3242
3243
3244      </div>
3245    <div class="jd-details-descr">
3246
3247
3248
3249
3250  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
3251or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
3252</p></div>
3253
3254
3255    </div>
3256</div>
3257
3258
3259
3260<A NAME="imageAspectRatio"></A>
3261
3262<div class="jd-details api apilevel-">
3263    <h4 class="jd-details-title">
3264      <span class="normal">
3265        public
3266        static
3267
3268        int
3269      </span>
3270        imageAspectRatio
3271    </h4>
3272      <div class="api-level">
3273
3274
3275
3276
3277      </div>
3278    <div class="jd-details-descr">
3279
3280
3281
3282
3283  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a floating point value, such as "<code>1.2</code>".
3284<p>This may also be a reference to a resource (in the form
3285"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3286theme attribute (in the form
3287"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3288containing a value of this type.
3289</p></div>
3290
3291
3292    </div>
3293</div>
3294
3295
3296
3297<A NAME="imageAspectRatioAdjust"></A>
3298
3299<div class="jd-details api apilevel-">
3300    <h4 class="jd-details-title">
3301      <span class="normal">
3302        public
3303        static
3304
3305        int
3306      </span>
3307        imageAspectRatioAdjust
3308    </h4>
3309      <div class="api-level">
3310
3311
3312
3313
3314      </div>
3315    <div class="jd-details-descr">
3316
3317
3318
3319
3320  <div class="jd-tagdata jd-tagdescr"><p><p>Must be one of the following constant values.</p>
3321<table>
3322<colgroup align="left" />
3323<colgroup align="left" />
3324<colgroup align="left" />
3325<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
3326<tr><td><code>none</code></td><td>0</td><td></td></tr>
3327<tr><td><code>adjust_width</code></td><td>1</td><td></td></tr>
3328<tr><td><code>adjust_height</code></td><td>2</td><td></td></tr>
3329</table>
3330</p></div>
3331
3332
3333    </div>
3334</div>
3335
3336
3337
3338<A NAME="indexPrefixes"></A>
3339
3340<div class="jd-details api apilevel-">
3341    <h4 class="jd-details-title">
3342      <span class="normal">
3343        public
3344        static
3345
3346        int
3347      </span>
3348        indexPrefixes
3349    </h4>
3350      <div class="api-level">
3351
3352
3353
3354
3355      </div>
3356    <div class="jd-details-descr">
3357
3358
3359
3360
3361  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
3362<p>This may also be a reference to a resource (in the form
3363"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3364theme attribute (in the form
3365"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3366containing a value of this type.
3367</p></div>
3368
3369
3370    </div>
3371</div>
3372
3373
3374
3375<A NAME="inputEnabled"></A>
3376
3377<div class="jd-details api apilevel-">
3378    <h4 class="jd-details-title">
3379      <span class="normal">
3380        public
3381        static
3382
3383        int
3384      </span>
3385        inputEnabled
3386    </h4>
3387      <div class="api-level">
3388
3389
3390
3391
3392      </div>
3393    <div class="jd-details-descr">
3394
3395
3396
3397
3398  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
3399<p>This may also be a reference to a resource (in the form
3400"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3401theme attribute (in the form
3402"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3403containing a value of this type.
3404</p></div>
3405
3406
3407    </div>
3408</div>
3409
3410
3411
3412<A NAME="liteMode"></A>
3413
3414<div class="jd-details api apilevel-">
3415    <h4 class="jd-details-title">
3416      <span class="normal">
3417        public
3418        static
3419
3420        int
3421      </span>
3422        liteMode
3423    </h4>
3424      <div class="api-level">
3425
3426
3427
3428
3429      </div>
3430    <div class="jd-details-descr">
3431
3432
3433
3434
3435  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
3436<p>This may also be a reference to a resource (in the form
3437"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3438theme attribute (in the form
3439"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3440containing a value of this type.
3441</p></div>
3442
3443
3444    </div>
3445</div>
3446
3447
3448
3449<A NAME="mapType"></A>
3450
3451<div class="jd-details api apilevel-">
3452    <h4 class="jd-details-title">
3453      <span class="normal">
3454        public
3455        static
3456
3457        int
3458      </span>
3459        mapType
3460    </h4>
3461      <div class="api-level">
3462
3463
3464
3465
3466      </div>
3467    <div class="jd-details-descr">
3468
3469
3470
3471
3472  <div class="jd-tagdata jd-tagdescr"><p><p>Must be one of the following constant values.</p>
3473<table>
3474<colgroup align="left" />
3475<colgroup align="left" />
3476<colgroup align="left" />
3477<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
3478<tr><td><code>none</code></td><td>0</td><td></td></tr>
3479<tr><td><code>normal</code></td><td>1</td><td></td></tr>
3480<tr><td><code>satellite</code></td><td>2</td><td></td></tr>
3481<tr><td><code>terrain</code></td><td>3</td><td></td></tr>
3482<tr><td><code>hybrid</code></td><td>4</td><td></td></tr>
3483</table>
3484</p></div>
3485
3486
3487    </div>
3488</div>
3489
3490
3491
3492<A NAME="maskedWalletDetailsBackground"></A>
3493
3494<div class="jd-details api apilevel-">
3495    <h4 class="jd-details-title">
3496      <span class="normal">
3497        public
3498        static
3499
3500        int
3501      </span>
3502        maskedWalletDetailsBackground
3503    </h4>
3504      <div class="api-level">
3505
3506
3507
3508
3509      </div>
3510    <div class="jd-details-descr">
3511
3512
3513
3514
3515  <div class="jd-tagdata jd-tagdescr"><p><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
3516or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
3517<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
3518"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
3519</p></div>
3520
3521
3522    </div>
3523</div>
3524
3525
3526
3527<A NAME="maskedWalletDetailsButtonBackground"></A>
3528
3529<div class="jd-details api apilevel-">
3530    <h4 class="jd-details-title">
3531      <span class="normal">
3532        public
3533        static
3534
3535        int
3536      </span>
3537        maskedWalletDetailsButtonBackground
3538    </h4>
3539      <div class="api-level">
3540
3541
3542
3543
3544      </div>
3545    <div class="jd-details-descr">
3546
3547
3548
3549
3550  <div class="jd-tagdata jd-tagdescr"><p><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
3551or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
3552<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
3553"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
3554</p></div>
3555
3556
3557    </div>
3558</div>
3559
3560
3561
3562<A NAME="maskedWalletDetailsButtonTextAppearance"></A>
3563
3564<div class="jd-details api apilevel-">
3565    <h4 class="jd-details-title">
3566      <span class="normal">
3567        public
3568        static
3569
3570        int
3571      </span>
3572        maskedWalletDetailsButtonTextAppearance
3573    </h4>
3574      <div class="api-level">
3575
3576
3577
3578
3579      </div>
3580    <div class="jd-details-descr">
3581
3582
3583
3584
3585  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
3586or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
3587</p></div>
3588
3589
3590    </div>
3591</div>
3592
3593
3594
3595<A NAME="maskedWalletDetailsHeaderTextAppearance"></A>
3596
3597<div class="jd-details api apilevel-">
3598    <h4 class="jd-details-title">
3599      <span class="normal">
3600        public
3601        static
3602
3603        int
3604      </span>
3605        maskedWalletDetailsHeaderTextAppearance
3606    </h4>
3607      <div class="api-level">
3608
3609
3610
3611
3612      </div>
3613    <div class="jd-details-descr">
3614
3615
3616
3617
3618  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
3619or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
3620</p></div>
3621
3622
3623    </div>
3624</div>
3625
3626
3627
3628<A NAME="maskedWalletDetailsLogoImageType"></A>
3629
3630<div class="jd-details api apilevel-">
3631    <h4 class="jd-details-title">
3632      <span class="normal">
3633        public
3634        static
3635
3636        int
3637      </span>
3638        maskedWalletDetailsLogoImageType
3639    </h4>
3640      <div class="api-level">
3641
3642
3643
3644
3645      </div>
3646    <div class="jd-details-descr">
3647
3648
3649
3650
3651  <div class="jd-tagdata jd-tagdescr"><p><p>Must be one of the following constant values.</p>
3652<table>
3653<colgroup align="left" />
3654<colgroup align="left" />
3655<colgroup align="left" />
3656<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
3657<tr><td><code>classic</code></td><td>1</td><td></td></tr>
3658<tr><td><code>monochrome</code></td><td>2</td><td></td></tr>
3659</table>
3660</p></div>
3661
3662
3663    </div>
3664</div>
3665
3666
3667
3668<A NAME="maskedWalletDetailsLogoTextColor"></A>
3669
3670<div class="jd-details api apilevel-">
3671    <h4 class="jd-details-title">
3672      <span class="normal">
3673        public
3674        static
3675
3676        int
3677      </span>
3678        maskedWalletDetailsLogoTextColor
3679    </h4>
3680      <div class="api-level">
3681
3682
3683
3684
3685      </div>
3686    <div class="jd-details-descr">
3687
3688
3689
3690
3691  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
3692"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
3693<p>This may also be a reference to a resource (in the form
3694"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3695theme attribute (in the form
3696"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3697containing a value of this type.
3698</p></div>
3699
3700
3701    </div>
3702</div>
3703
3704
3705
3706<A NAME="maskedWalletDetailsTextAppearance"></A>
3707
3708<div class="jd-details api apilevel-">
3709    <h4 class="jd-details-title">
3710      <span class="normal">
3711        public
3712        static
3713
3714        int
3715      </span>
3716        maskedWalletDetailsTextAppearance
3717    </h4>
3718      <div class="api-level">
3719
3720
3721
3722
3723      </div>
3724    <div class="jd-details-descr">
3725
3726
3727
3728
3729  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
3730or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
3731</p></div>
3732
3733
3734    </div>
3735</div>
3736
3737
3738
3739<A NAME="noIndex"></A>
3740
3741<div class="jd-details api apilevel-">
3742    <h4 class="jd-details-title">
3743      <span class="normal">
3744        public
3745        static
3746
3747        int
3748      </span>
3749        noIndex
3750    </h4>
3751      <div class="api-level">
3752
3753
3754
3755
3756      </div>
3757    <div class="jd-details-descr">
3758
3759
3760
3761
3762  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
3763<p>This may also be a reference to a resource (in the form
3764"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3765theme attribute (in the form
3766"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3767containing a value of this type.
3768</p></div>
3769
3770
3771    </div>
3772</div>
3773
3774
3775
3776<A NAME="paramName"></A>
3777
3778<div class="jd-details api apilevel-">
3779    <h4 class="jd-details-title">
3780      <span class="normal">
3781        public
3782        static
3783
3784        int
3785      </span>
3786        paramName
3787    </h4>
3788      <div class="api-level">
3789
3790
3791
3792
3793      </div>
3794    <div class="jd-details-descr">
3795
3796
3797
3798
3799  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3800<p>This may also be a reference to a resource (in the form
3801"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3802theme attribute (in the form
3803"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3804containing a value of this type.
3805</p></div>
3806
3807
3808    </div>
3809</div>
3810
3811
3812
3813<A NAME="paramValue"></A>
3814
3815<div class="jd-details api apilevel-">
3816    <h4 class="jd-details-title">
3817      <span class="normal">
3818        public
3819        static
3820
3821        int
3822      </span>
3823        paramValue
3824    </h4>
3825      <div class="api-level">
3826
3827
3828
3829
3830      </div>
3831    <div class="jd-details-descr">
3832
3833
3834
3835
3836  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3837<p>This may also be a reference to a resource (in the form
3838"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3839theme attribute (in the form
3840"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3841containing a value of this type.
3842</p></div>
3843
3844
3845    </div>
3846</div>
3847
3848
3849
3850<A NAME="schemaOrgProperty"></A>
3851
3852<div class="jd-details api apilevel-">
3853    <h4 class="jd-details-title">
3854      <span class="normal">
3855        public
3856        static
3857
3858        int
3859      </span>
3860        schemaOrgProperty
3861    </h4>
3862      <div class="api-level">
3863
3864
3865
3866
3867      </div>
3868    <div class="jd-details-descr">
3869
3870
3871
3872
3873  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3874<p>This may also be a reference to a resource (in the form
3875"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3876theme attribute (in the form
3877"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3878containing a value of this type.
3879</p></div>
3880
3881
3882    </div>
3883</div>
3884
3885
3886
3887<A NAME="schemaOrgType"></A>
3888
3889<div class="jd-details api apilevel-">
3890    <h4 class="jd-details-title">
3891      <span class="normal">
3892        public
3893        static
3894
3895        int
3896      </span>
3897        schemaOrgType
3898    </h4>
3899      <div class="api-level">
3900
3901
3902
3903
3904      </div>
3905    <div class="jd-details-descr">
3906
3907
3908
3909
3910  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3911<p>This may also be a reference to a resource (in the form
3912"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3913theme attribute (in the form
3914"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3915containing a value of this type.
3916</p></div>
3917
3918
3919    </div>
3920</div>
3921
3922
3923
3924<A NAME="searchEnabled"></A>
3925
3926<div class="jd-details api apilevel-">
3927    <h4 class="jd-details-title">
3928      <span class="normal">
3929        public
3930        static
3931
3932        int
3933      </span>
3934        searchEnabled
3935    </h4>
3936      <div class="api-level">
3937
3938
3939
3940
3941      </div>
3942    <div class="jd-details-descr">
3943
3944
3945
3946
3947  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
3948<p>This may also be a reference to a resource (in the form
3949"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3950theme attribute (in the form
3951"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3952containing a value of this type.
3953</p></div>
3954
3955
3956    </div>
3957</div>
3958
3959
3960
3961<A NAME="searchLabel"></A>
3962
3963<div class="jd-details api apilevel-">
3964    <h4 class="jd-details-title">
3965      <span class="normal">
3966        public
3967        static
3968
3969        int
3970      </span>
3971        searchLabel
3972    </h4>
3973      <div class="api-level">
3974
3975
3976
3977
3978      </div>
3979    <div class="jd-details-descr">
3980
3981
3982
3983
3984  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3985<p>This may also be a reference to a resource (in the form
3986"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3987theme attribute (in the form
3988"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3989containing a value of this type.
3990</p></div>
3991
3992
3993    </div>
3994</div>
3995
3996
3997
3998<A NAME="sectionContent"></A>
3999
4000<div class="jd-details api apilevel-">
4001    <h4 class="jd-details-title">
4002      <span class="normal">
4003        public
4004        static
4005
4006        int
4007      </span>
4008        sectionContent
4009    </h4>
4010      <div class="api-level">
4011
4012
4013
4014
4015      </div>
4016    <div class="jd-details-descr">
4017
4018
4019
4020
4021  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
4022<p>This may also be a reference to a resource (in the form
4023"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4024theme attribute (in the form
4025"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4026containing a value of this type.
4027</p></div>
4028
4029
4030    </div>
4031</div>
4032
4033
4034
4035<A NAME="sectionFormat"></A>
4036
4037<div class="jd-details api apilevel-">
4038    <h4 class="jd-details-title">
4039      <span class="normal">
4040        public
4041        static
4042
4043        int
4044      </span>
4045        sectionFormat
4046    </h4>
4047      <div class="api-level">
4048
4049
4050
4051
4052      </div>
4053    <div class="jd-details-descr">
4054
4055
4056
4057
4058  <div class="jd-tagdata jd-tagdescr"><p><p>Must be one of the following constant values.</p>
4059<table>
4060<colgroup align="left" />
4061<colgroup align="left" />
4062<colgroup align="left" />
4063<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
4064<tr><td><code>plain</code></td><td>0</td><td></td></tr>
4065<tr><td><code>html</code></td><td>1</td><td></td></tr>
4066<tr><td><code>rfc822</code></td><td>2</td><td></td></tr>
4067<tr><td><code>url</code></td><td>3</td><td></td></tr>
4068</table>
4069</p></div>
4070
4071
4072    </div>
4073</div>
4074
4075
4076
4077<A NAME="sectionId"></A>
4078
4079<div class="jd-details api apilevel-">
4080    <h4 class="jd-details-title">
4081      <span class="normal">
4082        public
4083        static
4084
4085        int
4086      </span>
4087        sectionId
4088    </h4>
4089      <div class="api-level">
4090
4091
4092
4093
4094      </div>
4095    <div class="jd-details-descr">
4096
4097
4098
4099
4100  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
4101<p>This may also be a reference to a resource (in the form
4102"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4103theme attribute (in the form
4104"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4105containing a value of this type.
4106</p></div>
4107
4108
4109    </div>
4110</div>
4111
4112
4113
4114<A NAME="sectionType"></A>
4115
4116<div class="jd-details api apilevel-">
4117    <h4 class="jd-details-title">
4118      <span class="normal">
4119        public
4120        static
4121
4122        int
4123      </span>
4124        sectionType
4125    </h4>
4126      <div class="api-level">
4127
4128
4129
4130
4131      </div>
4132    <div class="jd-details-descr">
4133
4134
4135
4136
4137  <div class="jd-tagdata jd-tagdescr"><p><p>Must be one of the following constant values.</p>
4138<table>
4139<colgroup align="left" />
4140<colgroup align="left" />
4141<colgroup align="left" />
4142<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
4143<tr><td><code>text1</code></td><td>0</td><td></td></tr>
4144<tr><td><code>text2</code></td><td>1</td><td></td></tr>
4145<tr><td><code>icon_uri</code></td><td>2</td><td></td></tr>
4146<tr><td><code>intent_action</code></td><td>3</td><td></td></tr>
4147<tr><td><code>intent_data</code></td><td>4</td><td></td></tr>
4148<tr><td><code>intent_data_id</code></td><td>5</td><td></td></tr>
4149<tr><td><code>intent_extra_data</code></td><td>6</td><td></td></tr>
4150<tr><td><code>large_icon_uri</code></td><td>7</td><td></td></tr>
4151<tr><td><code>intent_activity</code></td><td>8</td><td></td></tr>
4152</table>
4153</p></div>
4154
4155
4156    </div>
4157</div>
4158
4159
4160
4161<A NAME="sectionWeight"></A>
4162
4163<div class="jd-details api apilevel-">
4164    <h4 class="jd-details-title">
4165      <span class="normal">
4166        public
4167        static
4168
4169        int
4170      </span>
4171        sectionWeight
4172    </h4>
4173      <div class="api-level">
4174
4175
4176
4177
4178      </div>
4179    <div class="jd-details-descr">
4180
4181
4182
4183
4184  <div class="jd-tagdata jd-tagdescr"><p><p>Must be an integer value, such as "<code>100</code>".
4185<p>This may also be a reference to a resource (in the form
4186"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4187theme attribute (in the form
4188"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4189containing a value of this type.
4190</p></div>
4191
4192
4193    </div>
4194</div>
4195
4196
4197
4198<A NAME="settingsDescription"></A>
4199
4200<div class="jd-details api apilevel-">
4201    <h4 class="jd-details-title">
4202      <span class="normal">
4203        public
4204        static
4205
4206        int
4207      </span>
4208        settingsDescription
4209    </h4>
4210      <div class="api-level">
4211
4212
4213
4214
4215      </div>
4216    <div class="jd-details-descr">
4217
4218
4219
4220
4221  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
4222<p>This may also be a reference to a resource (in the form
4223"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4224theme attribute (in the form
4225"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4226containing a value of this type.
4227</p></div>
4228
4229
4230    </div>
4231</div>
4232
4233
4234
4235<A NAME="sourceClass"></A>
4236
4237<div class="jd-details api apilevel-">
4238    <h4 class="jd-details-title">
4239      <span class="normal">
4240        public
4241        static
4242
4243        int
4244      </span>
4245        sourceClass
4246    </h4>
4247      <div class="api-level">
4248
4249
4250
4251
4252      </div>
4253    <div class="jd-details-descr">
4254
4255
4256
4257
4258  <div class="jd-tagdata jd-tagdescr"><p><p>Must be one of the following constant values.</p>
4259<table>
4260<colgroup align="left" />
4261<colgroup align="left" />
4262<colgroup align="left" />
4263<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
4264<tr><td><code>email</code></td><td>0</td><td></td></tr>
4265<tr><td><code>contact</code></td><td>1</td><td></td></tr>
4266<tr><td><code>instant_message</code></td><td>2</td><td></td></tr>
4267</table>
4268</p></div>
4269
4270
4271    </div>
4272</div>
4273
4274
4275
4276<A NAME="subsectionSeparator"></A>
4277
4278<div class="jd-details api apilevel-">
4279    <h4 class="jd-details-title">
4280      <span class="normal">
4281        public
4282        static
4283
4284        int
4285      </span>
4286        subsectionSeparator
4287    </h4>
4288      <div class="api-level">
4289
4290
4291
4292
4293      </div>
4294    <div class="jd-details-descr">
4295
4296
4297
4298
4299  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
4300<p>This may also be a reference to a resource (in the form
4301"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4302theme attribute (in the form
4303"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4304containing a value of this type.
4305</p></div>
4306
4307
4308    </div>
4309</div>
4310
4311
4312
4313<A NAME="toAddressesSection"></A>
4314
4315<div class="jd-details api apilevel-">
4316    <h4 class="jd-details-title">
4317      <span class="normal">
4318        public
4319        static
4320
4321        int
4322      </span>
4323        toAddressesSection
4324    </h4>
4325      <div class="api-level">
4326
4327
4328
4329
4330      </div>
4331    <div class="jd-details-descr">
4332
4333
4334
4335
4336  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
4337<p>This may also be a reference to a resource (in the form
4338"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4339theme attribute (in the form
4340"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4341containing a value of this type.
4342</p></div>
4343
4344
4345    </div>
4346</div>
4347
4348
4349
4350<A NAME="trimmable"></A>
4351
4352<div class="jd-details api apilevel-">
4353    <h4 class="jd-details-title">
4354      <span class="normal">
4355        public
4356        static
4357
4358        int
4359      </span>
4360        trimmable
4361    </h4>
4362      <div class="api-level">
4363
4364
4365
4366
4367      </div>
4368    <div class="jd-details-descr">
4369
4370
4371
4372
4373  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4374<p>This may also be a reference to a resource (in the form
4375"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4376theme attribute (in the form
4377"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4378containing a value of this type.
4379</p></div>
4380
4381
4382    </div>
4383</div>
4384
4385
4386
4387<A NAME="uiCompass"></A>
4388
4389<div class="jd-details api apilevel-">
4390    <h4 class="jd-details-title">
4391      <span class="normal">
4392        public
4393        static
4394
4395        int
4396      </span>
4397        uiCompass
4398    </h4>
4399      <div class="api-level">
4400
4401
4402
4403
4404      </div>
4405    <div class="jd-details-descr">
4406
4407
4408
4409
4410  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4411<p>This may also be a reference to a resource (in the form
4412"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4413theme attribute (in the form
4414"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4415containing a value of this type.
4416</p></div>
4417
4418
4419    </div>
4420</div>
4421
4422
4423
4424<A NAME="uiMapToolbar"></A>
4425
4426<div class="jd-details api apilevel-">
4427    <h4 class="jd-details-title">
4428      <span class="normal">
4429        public
4430        static
4431
4432        int
4433      </span>
4434        uiMapToolbar
4435    </h4>
4436      <div class="api-level">
4437
4438
4439
4440
4441      </div>
4442    <div class="jd-details-descr">
4443
4444
4445
4446
4447  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4448<p>This may also be a reference to a resource (in the form
4449"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4450theme attribute (in the form
4451"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4452containing a value of this type.
4453</p></div>
4454
4455
4456    </div>
4457</div>
4458
4459
4460
4461<A NAME="uiRotateGestures"></A>
4462
4463<div class="jd-details api apilevel-">
4464    <h4 class="jd-details-title">
4465      <span class="normal">
4466        public
4467        static
4468
4469        int
4470      </span>
4471        uiRotateGestures
4472    </h4>
4473      <div class="api-level">
4474
4475
4476
4477
4478      </div>
4479    <div class="jd-details-descr">
4480
4481
4482
4483
4484  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4485<p>This may also be a reference to a resource (in the form
4486"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4487theme attribute (in the form
4488"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4489containing a value of this type.
4490</p></div>
4491
4492
4493    </div>
4494</div>
4495
4496
4497
4498<A NAME="uiScrollGestures"></A>
4499
4500<div class="jd-details api apilevel-">
4501    <h4 class="jd-details-title">
4502      <span class="normal">
4503        public
4504        static
4505
4506        int
4507      </span>
4508        uiScrollGestures
4509    </h4>
4510      <div class="api-level">
4511
4512
4513
4514
4515      </div>
4516    <div class="jd-details-descr">
4517
4518
4519
4520
4521  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4522<p>This may also be a reference to a resource (in the form
4523"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4524theme attribute (in the form
4525"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4526containing a value of this type.
4527</p></div>
4528
4529
4530    </div>
4531</div>
4532
4533
4534
4535<A NAME="uiTiltGestures"></A>
4536
4537<div class="jd-details api apilevel-">
4538    <h4 class="jd-details-title">
4539      <span class="normal">
4540        public
4541        static
4542
4543        int
4544      </span>
4545        uiTiltGestures
4546    </h4>
4547      <div class="api-level">
4548
4549
4550
4551
4552      </div>
4553    <div class="jd-details-descr">
4554
4555
4556
4557
4558  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4559<p>This may also be a reference to a resource (in the form
4560"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4561theme attribute (in the form
4562"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4563containing a value of this type.
4564</p></div>
4565
4566
4567    </div>
4568</div>
4569
4570
4571
4572<A NAME="uiZoomControls"></A>
4573
4574<div class="jd-details api apilevel-">
4575    <h4 class="jd-details-title">
4576      <span class="normal">
4577        public
4578        static
4579
4580        int
4581      </span>
4582        uiZoomControls
4583    </h4>
4584      <div class="api-level">
4585
4586
4587
4588
4589      </div>
4590    <div class="jd-details-descr">
4591
4592
4593
4594
4595  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4596<p>This may also be a reference to a resource (in the form
4597"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4598theme attribute (in the form
4599"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4600containing a value of this type.
4601</p></div>
4602
4603
4604    </div>
4605</div>
4606
4607
4608
4609<A NAME="uiZoomGestures"></A>
4610
4611<div class="jd-details api apilevel-">
4612    <h4 class="jd-details-title">
4613      <span class="normal">
4614        public
4615        static
4616
4617        int
4618      </span>
4619        uiZoomGestures
4620    </h4>
4621      <div class="api-level">
4622
4623
4624
4625
4626      </div>
4627    <div class="jd-details-descr">
4628
4629
4630
4631
4632  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4633<p>This may also be a reference to a resource (in the form
4634"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4635theme attribute (in the form
4636"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4637containing a value of this type.
4638</p></div>
4639
4640
4641    </div>
4642</div>
4643
4644
4645
4646<A NAME="useViewLifecycle"></A>
4647
4648<div class="jd-details api apilevel-">
4649    <h4 class="jd-details-title">
4650      <span class="normal">
4651        public
4652        static
4653
4654        int
4655      </span>
4656        useViewLifecycle
4657    </h4>
4658      <div class="api-level">
4659
4660
4661
4662
4663      </div>
4664    <div class="jd-details-descr">
4665
4666
4667
4668
4669  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4670<p>This may also be a reference to a resource (in the form
4671"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4672theme attribute (in the form
4673"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4674containing a value of this type.
4675</p></div>
4676
4677
4678    </div>
4679</div>
4680
4681
4682
4683<A NAME="userInputSection"></A>
4684
4685<div class="jd-details api apilevel-">
4686    <h4 class="jd-details-title">
4687      <span class="normal">
4688        public
4689        static
4690
4691        int
4692      </span>
4693        userInputSection
4694    </h4>
4695      <div class="api-level">
4696
4697
4698
4699
4700      </div>
4701    <div class="jd-details-descr">
4702
4703
4704
4705
4706  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
4707<p>This may also be a reference to a resource (in the form
4708"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4709theme attribute (in the form
4710"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4711containing a value of this type.
4712</p></div>
4713
4714
4715    </div>
4716</div>
4717
4718
4719
4720<A NAME="userInputTag"></A>
4721
4722<div class="jd-details api apilevel-">
4723    <h4 class="jd-details-title">
4724      <span class="normal">
4725        public
4726        static
4727
4728        int
4729      </span>
4730        userInputTag
4731    </h4>
4732      <div class="api-level">
4733
4734
4735
4736
4737      </div>
4738    <div class="jd-details-descr">
4739
4740
4741
4742
4743  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
4744<p>This may also be a reference to a resource (in the form
4745"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4746theme attribute (in the form
4747"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4748containing a value of this type.
4749</p></div>
4750
4751
4752    </div>
4753</div>
4754
4755
4756
4757<A NAME="userInputValue"></A>
4758
4759<div class="jd-details api apilevel-">
4760    <h4 class="jd-details-title">
4761      <span class="normal">
4762        public
4763        static
4764
4765        int
4766      </span>
4767        userInputValue
4768    </h4>
4769      <div class="api-level">
4770
4771
4772
4773
4774      </div>
4775    <div class="jd-details-descr">
4776
4777
4778
4779
4780  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
4781<p>This may also be a reference to a resource (in the form
4782"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4783theme attribute (in the form
4784"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4785containing a value of this type.
4786</p></div>
4787
4788
4789    </div>
4790</div>
4791
4792
4793
4794<A NAME="zOrderOnTop"></A>
4795
4796<div class="jd-details api apilevel-">
4797    <h4 class="jd-details-title">
4798      <span class="normal">
4799        public
4800        static
4801
4802        int
4803      </span>
4804        zOrderOnTop
4805    </h4>
4806      <div class="api-level">
4807
4808
4809
4810
4811      </div>
4812    <div class="jd-details-descr">
4813
4814
4815
4816
4817  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4818<p>This may also be a reference to a resource (in the form
4819"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4820theme attribute (in the form
4821"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4822containing a value of this type.
4823</p></div>
4824
4825
4826    </div>
4827</div>
4828
4829
4830
4831
4832<!-- Public ctors -->
4833
4834
4835<!-- ========= CONSTRUCTOR DETAIL ======== -->
4836<h2>Public Constructors</h2>
4837
4838
4839
4840<A NAME="R.attr()"></A>
4841
4842<div class="jd-details api apilevel-">
4843    <h4 class="jd-details-title">
4844      <span class="normal">
4845        public
4846
4847
4848
4849
4850
4851      </span>
4852      <span class="sympad">R.attr</span>
4853      <span class="normal">()</span>
4854    </h4>
4855      <div class="api-level">
4856        <div></div>
4857
4858
4859
4860      </div>
4861    <div class="jd-details-descr">
4862
4863
4864
4865
4866  <div class="jd-tagdata jd-tagdescr"><p></p></div>
4867
4868    </div>
4869</div>
4870
4871
4872
4873
4874
4875<!-- ========= CONSTRUCTOR DETAIL ======== -->
4876<!-- Protected ctors -->
4877
4878
4879
4880<!-- ========= METHOD DETAIL ======== -->
4881<!-- Public methdos -->
4882
4883
4884
4885<!-- ========= METHOD DETAIL ======== -->
4886
4887
4888
4889<!-- ========= END OF CLASS DATA ========= -->
4890<A NAME="navbar_top"></A>
4891
4892<div id="footer" class="wrap" >
4893
4894
4895  <div id="copyright">
4896
4897  Except as noted, this content is licensed under <a
4898  href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
4899  For details and restrictions, see the <a href="/license.html">
4900  Content License</a>.
4901  </div>
4902  <div id="build_info">
4903
4904<script src="/timestamp.js" type="text/javascript"></script>
4905<script>document.write(BUILD_TIMESTAMP)</script>
4906
4907  </div>
4908
4909
4910  <div id="footerlinks">
4911
4912  <p>
4913    <a href="/about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
4914    <a href="/legal.html">Legal</a>&nbsp;&nbsp;|&nbsp;
4915    <a href="/support.html">Support</a>
4916  </p>
4917  </div>
4918
4919</div> <!-- end footer -->
4920</div> <!-- jd-content -->
4921
4922</div><!-- end doc-content -->
4923
4924</div> <!-- end body-content -->
4925
4926
4927
4928
4929
4930
4931</body>
4932</html>
4933