• 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.styleable | 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.styleable</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.styleable</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.styleable</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          final
936          int[]</nobr></td>
937          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs">AdsAttrs</a></td>
938          <td class="jd-descrcol" width="100%">
939            Attributes that can be used with a AdsAttrs.
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.styleable.html#AdsAttrs_adSize">AdsAttrs_adSize</a></td>
954          <td class="jd-descrcol" width="100%">
955            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#adSize">adSize</a></code>
956          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs">AdsAttrs</a></code> array.
957
958
959
960          </td>
961      </tr>
962
963
964      <tr class="alt-color api apilevel-" >
965          <td class="jd-typecol"><nobr>
966          public
967          static
968
969          int</nobr></td>
970          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs_adSizes">AdsAttrs_adSizes</a></td>
971          <td class="jd-descrcol" width="100%">
972            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#adSizes">adSizes</a></code>
973          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs">AdsAttrs</a></code> array.
974
975
976
977          </td>
978      </tr>
979
980
981      <tr class=" api apilevel-" >
982          <td class="jd-typecol"><nobr>
983          public
984          static
985
986          int</nobr></td>
987          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs_adUnitId">AdsAttrs_adUnitId</a></td>
988          <td class="jd-descrcol" width="100%">
989            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#adUnitId">adUnitId</a></code>
990          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs">AdsAttrs</a></code> array.
991
992
993
994          </td>
995      </tr>
996
997
998      <tr class="alt-color api apilevel-" >
999          <td class="jd-typecol"><nobr>
1000          public
1001          static
1002          final
1003          int[]</nobr></td>
1004          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#AppDataSearch">AppDataSearch</a></td>
1005          <td class="jd-descrcol" width="100%">
1006            Attributes that can be used with a AppDataSearch.
1007
1008
1009
1010          </td>
1011      </tr>
1012
1013
1014      <tr class=" api apilevel-" >
1015          <td class="jd-typecol"><nobr>
1016          public
1017          static
1018          final
1019          int[]</nobr></td>
1020          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Corpus">Corpus</a></td>
1021          <td class="jd-descrcol" width="100%">
1022            Attributes that can be used with a Corpus.
1023
1024
1025
1026          </td>
1027      </tr>
1028
1029
1030      <tr class="alt-color api apilevel-" >
1031          <td class="jd-typecol"><nobr>
1032          public
1033          static
1034
1035          int</nobr></td>
1036          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_contentProviderUri">Corpus_contentProviderUri</a></td>
1037          <td class="jd-descrcol" width="100%">
1038            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#contentProviderUri">contentProviderUri</a></code>
1039          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus">Corpus</a></code> array.
1040
1041
1042
1043          </td>
1044      </tr>
1045
1046
1047      <tr class=" api apilevel-" >
1048          <td class="jd-typecol"><nobr>
1049          public
1050          static
1051
1052          int</nobr></td>
1053          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_corpusId">Corpus_corpusId</a></td>
1054          <td class="jd-descrcol" width="100%">
1055            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#corpusId">corpusId</a></code>
1056          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus">Corpus</a></code> array.
1057
1058
1059
1060          </td>
1061      </tr>
1062
1063
1064      <tr class="alt-color api apilevel-" >
1065          <td class="jd-typecol"><nobr>
1066          public
1067          static
1068
1069          int</nobr></td>
1070          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_corpusVersion">Corpus_corpusVersion</a></td>
1071          <td class="jd-descrcol" width="100%">
1072            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#corpusVersion">corpusVersion</a></code>
1073          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus">Corpus</a></code> array.
1074
1075
1076
1077          </td>
1078      </tr>
1079
1080
1081      <tr class=" api apilevel-" >
1082          <td class="jd-typecol"><nobr>
1083          public
1084          static
1085
1086          int</nobr></td>
1087          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_schemaOrgType">Corpus_schemaOrgType</a></td>
1088          <td class="jd-descrcol" width="100%">
1089            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#schemaOrgType">schemaOrgType</a></code>
1090          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus">Corpus</a></code> array.
1091
1092
1093
1094          </td>
1095      </tr>
1096
1097
1098      <tr class="alt-color api apilevel-" >
1099          <td class="jd-typecol"><nobr>
1100          public
1101          static
1102
1103          int</nobr></td>
1104          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_trimmable">Corpus_trimmable</a></td>
1105          <td class="jd-descrcol" width="100%">
1106            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#trimmable">trimmable</a></code>
1107          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus">Corpus</a></code> array.
1108
1109
1110
1111          </td>
1112      </tr>
1113
1114
1115      <tr class=" api apilevel-" >
1116          <td class="jd-typecol"><nobr>
1117          public
1118          static
1119          final
1120          int[]</nobr></td>
1121          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#FeatureParam">FeatureParam</a></td>
1122          <td class="jd-descrcol" width="100%">
1123            Attributes that can be used with a FeatureParam.
1124
1125
1126
1127          </td>
1128      </tr>
1129
1130
1131      <tr class="alt-color api apilevel-" >
1132          <td class="jd-typecol"><nobr>
1133          public
1134          static
1135
1136          int</nobr></td>
1137          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#FeatureParam_paramName">FeatureParam_paramName</a></td>
1138          <td class="jd-descrcol" width="100%">
1139            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#paramName">paramName</a></code>
1140          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#FeatureParam">FeatureParam</a></code> array.
1141
1142
1143
1144          </td>
1145      </tr>
1146
1147
1148      <tr class=" api apilevel-" >
1149          <td class="jd-typecol"><nobr>
1150          public
1151          static
1152
1153          int</nobr></td>
1154          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#FeatureParam_paramValue">FeatureParam_paramValue</a></td>
1155          <td class="jd-descrcol" width="100%">
1156            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#paramValue">paramValue</a></code>
1157          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#FeatureParam">FeatureParam</a></code> array.
1158
1159
1160
1161          </td>
1162      </tr>
1163
1164
1165      <tr class="alt-color api apilevel-" >
1166          <td class="jd-typecol"><nobr>
1167          public
1168          static
1169          final
1170          int[]</nobr></td>
1171          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch">GlobalSearch</a></td>
1172          <td class="jd-descrcol" width="100%">
1173            Attributes that can be used with a GlobalSearch.
1174
1175
1176
1177          </td>
1178      </tr>
1179
1180
1181      <tr class=" api apilevel-" >
1182          <td class="jd-typecol"><nobr>
1183          public
1184          static
1185          final
1186          int[]</nobr></td>
1187          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchCorpus">GlobalSearchCorpus</a></td>
1188          <td class="jd-descrcol" width="100%">
1189            Attributes that can be used with a GlobalSearchCorpus.
1190
1191
1192
1193          </td>
1194      </tr>
1195
1196
1197      <tr class="alt-color api apilevel-" >
1198          <td class="jd-typecol"><nobr>
1199          public
1200          static
1201
1202          int</nobr></td>
1203          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchCorpus_allowShortcuts">GlobalSearchCorpus_allowShortcuts</a></td>
1204          <td class="jd-descrcol" width="100%">
1205            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#allowShortcuts">allowShortcuts</a></code>
1206          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchCorpus">GlobalSearchCorpus</a></code> array.
1207
1208
1209
1210          </td>
1211      </tr>
1212
1213
1214      <tr class=" api apilevel-" >
1215          <td class="jd-typecol"><nobr>
1216          public
1217          static
1218          final
1219          int[]</nobr></td>
1220          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection">GlobalSearchSection</a></td>
1221          <td class="jd-descrcol" width="100%">
1222            Attributes that can be used with a GlobalSearchSection.
1223
1224
1225
1226          </td>
1227      </tr>
1228
1229
1230      <tr class="alt-color api apilevel-" >
1231          <td class="jd-typecol"><nobr>
1232          public
1233          static
1234
1235          int</nobr></td>
1236          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection_sectionContent">GlobalSearchSection_sectionContent</a></td>
1237          <td class="jd-descrcol" width="100%">
1238            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#sectionContent">sectionContent</a></code>
1239          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection">GlobalSearchSection</a></code> array.
1240
1241
1242
1243          </td>
1244      </tr>
1245
1246
1247      <tr class=" api apilevel-" >
1248          <td class="jd-typecol"><nobr>
1249          public
1250          static
1251
1252          int</nobr></td>
1253          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection_sectionType">GlobalSearchSection_sectionType</a></td>
1254          <td class="jd-descrcol" width="100%">
1255            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#sectionType">sectionType</a></code>
1256          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection">GlobalSearchSection</a></code> array.
1257
1258
1259
1260          </td>
1261      </tr>
1262
1263
1264      <tr class="alt-color api apilevel-" >
1265          <td class="jd-typecol"><nobr>
1266          public
1267          static
1268
1269          int</nobr></td>
1270          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentAction">GlobalSearch_defaultIntentAction</a></td>
1271          <td class="jd-descrcol" width="100%">
1272            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#defaultIntentAction">defaultIntentAction</a></code>
1273          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch">GlobalSearch</a></code> array.
1274
1275
1276
1277          </td>
1278      </tr>
1279
1280
1281      <tr class=" api apilevel-" >
1282          <td class="jd-typecol"><nobr>
1283          public
1284          static
1285
1286          int</nobr></td>
1287          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentActivity">GlobalSearch_defaultIntentActivity</a></td>
1288          <td class="jd-descrcol" width="100%">
1289            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#defaultIntentActivity">defaultIntentActivity</a></code>
1290          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch">GlobalSearch</a></code> array.
1291
1292
1293
1294          </td>
1295      </tr>
1296
1297
1298      <tr class="alt-color api apilevel-" >
1299          <td class="jd-typecol"><nobr>
1300          public
1301          static
1302
1303          int</nobr></td>
1304          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentData">GlobalSearch_defaultIntentData</a></td>
1305          <td class="jd-descrcol" width="100%">
1306            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#defaultIntentData">defaultIntentData</a></code>
1307          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch">GlobalSearch</a></code> array.
1308
1309
1310
1311          </td>
1312      </tr>
1313
1314
1315      <tr class=" 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.styleable.html#GlobalSearch_searchEnabled">GlobalSearch_searchEnabled</a></td>
1322          <td class="jd-descrcol" width="100%">
1323            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#searchEnabled">searchEnabled</a></code>
1324          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch">GlobalSearch</a></code> array.
1325
1326
1327
1328          </td>
1329      </tr>
1330
1331
1332      <tr class="alt-color 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.styleable.html#GlobalSearch_searchLabel">GlobalSearch_searchLabel</a></td>
1339          <td class="jd-descrcol" width="100%">
1340            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#searchLabel">searchLabel</a></code>
1341          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch">GlobalSearch</a></code> array.
1342
1343
1344
1345          </td>
1346      </tr>
1347
1348
1349      <tr class=" api apilevel-" >
1350          <td class="jd-typecol"><nobr>
1351          public
1352          static
1353
1354          int</nobr></td>
1355          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_settingsDescription">GlobalSearch_settingsDescription</a></td>
1356          <td class="jd-descrcol" width="100%">
1357            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#settingsDescription">settingsDescription</a></code>
1358          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch">GlobalSearch</a></code> array.
1359
1360
1361
1362          </td>
1363      </tr>
1364
1365
1366      <tr class="alt-color api apilevel-" >
1367          <td class="jd-typecol"><nobr>
1368          public
1369          static
1370          final
1371          int[]</nobr></td>
1372          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus">IMECorpus</a></td>
1373          <td class="jd-descrcol" width="100%">
1374            Attributes that can be used with a IMECorpus.
1375
1376
1377
1378          </td>
1379      </tr>
1380
1381
1382      <tr class=" api apilevel-" >
1383          <td class="jd-typecol"><nobr>
1384          public
1385          static
1386
1387          int</nobr></td>
1388          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_inputEnabled">IMECorpus_inputEnabled</a></td>
1389          <td class="jd-descrcol" width="100%">
1390            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#inputEnabled">inputEnabled</a></code>
1391          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus">IMECorpus</a></code> array.
1392
1393
1394
1395          </td>
1396      </tr>
1397
1398
1399      <tr class="alt-color api apilevel-" >
1400          <td class="jd-typecol"><nobr>
1401          public
1402          static
1403
1404          int</nobr></td>
1405          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_sourceClass">IMECorpus_sourceClass</a></td>
1406          <td class="jd-descrcol" width="100%">
1407            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#sourceClass">sourceClass</a></code>
1408          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus">IMECorpus</a></code> array.
1409
1410
1411
1412          </td>
1413      </tr>
1414
1415
1416      <tr class=" api apilevel-" >
1417          <td class="jd-typecol"><nobr>
1418          public
1419          static
1420
1421          int</nobr></td>
1422          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_toAddressesSection">IMECorpus_toAddressesSection</a></td>
1423          <td class="jd-descrcol" width="100%">
1424            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#toAddressesSection">toAddressesSection</a></code>
1425          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus">IMECorpus</a></code> array.
1426
1427
1428
1429          </td>
1430      </tr>
1431
1432
1433      <tr class="alt-color api apilevel-" >
1434          <td class="jd-typecol"><nobr>
1435          public
1436          static
1437
1438          int</nobr></td>
1439          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_userInputSection">IMECorpus_userInputSection</a></td>
1440          <td class="jd-descrcol" width="100%">
1441            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#userInputSection">userInputSection</a></code>
1442          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus">IMECorpus</a></code> array.
1443
1444
1445
1446          </td>
1447      </tr>
1448
1449
1450      <tr class=" api apilevel-" >
1451          <td class="jd-typecol"><nobr>
1452          public
1453          static
1454
1455          int</nobr></td>
1456          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_userInputTag">IMECorpus_userInputTag</a></td>
1457          <td class="jd-descrcol" width="100%">
1458            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#userInputTag">userInputTag</a></code>
1459          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus">IMECorpus</a></code> array.
1460
1461
1462
1463          </td>
1464      </tr>
1465
1466
1467      <tr class="alt-color api apilevel-" >
1468          <td class="jd-typecol"><nobr>
1469          public
1470          static
1471
1472          int</nobr></td>
1473          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_userInputValue">IMECorpus_userInputValue</a></td>
1474          <td class="jd-descrcol" width="100%">
1475            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#userInputValue">userInputValue</a></code>
1476          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus">IMECorpus</a></code> array.
1477
1478
1479
1480          </td>
1481      </tr>
1482
1483
1484      <tr class=" api apilevel-" >
1485          <td class="jd-typecol"><nobr>
1486          public
1487          static
1488          final
1489          int[]</nobr></td>
1490          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView">LoadingImageView</a></td>
1491          <td class="jd-descrcol" width="100%">
1492            Attributes that can be used with a LoadingImageView.
1493
1494
1495
1496          </td>
1497      </tr>
1498
1499
1500      <tr class="alt-color api apilevel-" >
1501          <td class="jd-typecol"><nobr>
1502          public
1503          static
1504
1505          int</nobr></td>
1506          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView_circleCrop">LoadingImageView_circleCrop</a></td>
1507          <td class="jd-descrcol" width="100%">
1508            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#circleCrop">circleCrop</a></code>
1509          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView">LoadingImageView</a></code> array.
1510
1511
1512
1513          </td>
1514      </tr>
1515
1516
1517      <tr class=" api apilevel-" >
1518          <td class="jd-typecol"><nobr>
1519          public
1520          static
1521
1522          int</nobr></td>
1523          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView_imageAspectRatio">LoadingImageView_imageAspectRatio</a></td>
1524          <td class="jd-descrcol" width="100%">
1525            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#imageAspectRatio">imageAspectRatio</a></code>
1526          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView">LoadingImageView</a></code> array.
1527
1528
1529
1530          </td>
1531      </tr>
1532
1533
1534      <tr class="alt-color api apilevel-" >
1535          <td class="jd-typecol"><nobr>
1536          public
1537          static
1538
1539          int</nobr></td>
1540          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView_imageAspectRatioAdjust">LoadingImageView_imageAspectRatioAdjust</a></td>
1541          <td class="jd-descrcol" width="100%">
1542            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#imageAspectRatioAdjust">imageAspectRatioAdjust</a></code>
1543          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView">LoadingImageView</a></code> array.
1544
1545
1546
1547          </td>
1548      </tr>
1549
1550
1551      <tr class=" api apilevel-" >
1552          <td class="jd-typecol"><nobr>
1553          public
1554          static
1555          final
1556          int[]</nobr></td>
1557          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></td>
1558          <td class="jd-descrcol" width="100%">
1559            Attributes that can be used with a MapAttrs.
1560
1561
1562
1563          </td>
1564      </tr>
1565
1566
1567      <tr class="alt-color api apilevel-" >
1568          <td class="jd-typecol"><nobr>
1569          public
1570          static
1571
1572          int</nobr></td>
1573          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraBearing">MapAttrs_cameraBearing</a></td>
1574          <td class="jd-descrcol" width="100%">
1575            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraBearing">cameraBearing</a></code>
1576          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1577
1578
1579
1580          </td>
1581      </tr>
1582
1583
1584      <tr class=" api apilevel-" >
1585          <td class="jd-typecol"><nobr>
1586          public
1587          static
1588
1589          int</nobr></td>
1590          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLat">MapAttrs_cameraTargetLat</a></td>
1591          <td class="jd-descrcol" width="100%">
1592            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLat">cameraTargetLat</a></code>
1593          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1594
1595
1596
1597          </td>
1598      </tr>
1599
1600
1601      <tr class="alt-color api apilevel-" >
1602          <td class="jd-typecol"><nobr>
1603          public
1604          static
1605
1606          int</nobr></td>
1607          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLng">MapAttrs_cameraTargetLng</a></td>
1608          <td class="jd-descrcol" width="100%">
1609            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLng">cameraTargetLng</a></code>
1610          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1611
1612
1613
1614          </td>
1615      </tr>
1616
1617
1618      <tr class=" api apilevel-" >
1619          <td class="jd-typecol"><nobr>
1620          public
1621          static
1622
1623          int</nobr></td>
1624          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTilt">MapAttrs_cameraTilt</a></td>
1625          <td class="jd-descrcol" width="100%">
1626            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTilt">cameraTilt</a></code>
1627          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1628
1629
1630
1631          </td>
1632      </tr>
1633
1634
1635      <tr class="alt-color api apilevel-" >
1636          <td class="jd-typecol"><nobr>
1637          public
1638          static
1639
1640          int</nobr></td>
1641          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraZoom">MapAttrs_cameraZoom</a></td>
1642          <td class="jd-descrcol" width="100%">
1643            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraZoom">cameraZoom</a></code>
1644          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1645
1646
1647
1648          </td>
1649      </tr>
1650
1651
1652      <tr class=" api apilevel-" >
1653          <td class="jd-typecol"><nobr>
1654          public
1655          static
1656
1657          int</nobr></td>
1658          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_liteMode">MapAttrs_liteMode</a></td>
1659          <td class="jd-descrcol" width="100%">
1660            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#liteMode">liteMode</a></code>
1661          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1662
1663
1664
1665          </td>
1666      </tr>
1667
1668
1669      <tr class="alt-color api apilevel-" >
1670          <td class="jd-typecol"><nobr>
1671          public
1672          static
1673
1674          int</nobr></td>
1675          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_mapType">MapAttrs_mapType</a></td>
1676          <td class="jd-descrcol" width="100%">
1677            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#mapType">mapType</a></code>
1678          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1679
1680
1681
1682          </td>
1683      </tr>
1684
1685
1686      <tr class=" api apilevel-" >
1687          <td class="jd-typecol"><nobr>
1688          public
1689          static
1690
1691          int</nobr></td>
1692          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiCompass">MapAttrs_uiCompass</a></td>
1693          <td class="jd-descrcol" width="100%">
1694            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiCompass">uiCompass</a></code>
1695          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1696
1697
1698
1699          </td>
1700      </tr>
1701
1702
1703      <tr class="alt-color api apilevel-" >
1704          <td class="jd-typecol"><nobr>
1705          public
1706          static
1707
1708          int</nobr></td>
1709          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiMapToolbar">MapAttrs_uiMapToolbar</a></td>
1710          <td class="jd-descrcol" width="100%">
1711            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiMapToolbar">uiMapToolbar</a></code>
1712          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1713
1714
1715
1716          </td>
1717      </tr>
1718
1719
1720      <tr class=" api apilevel-" >
1721          <td class="jd-typecol"><nobr>
1722          public
1723          static
1724
1725          int</nobr></td>
1726          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiRotateGestures">MapAttrs_uiRotateGestures</a></td>
1727          <td class="jd-descrcol" width="100%">
1728            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiRotateGestures">uiRotateGestures</a></code>
1729          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1730
1731
1732
1733          </td>
1734      </tr>
1735
1736
1737      <tr class="alt-color api apilevel-" >
1738          <td class="jd-typecol"><nobr>
1739          public
1740          static
1741
1742          int</nobr></td>
1743          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiScrollGestures">MapAttrs_uiScrollGestures</a></td>
1744          <td class="jd-descrcol" width="100%">
1745            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiScrollGestures">uiScrollGestures</a></code>
1746          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
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.styleable.html#MapAttrs_uiTiltGestures">MapAttrs_uiTiltGestures</a></td>
1761          <td class="jd-descrcol" width="100%">
1762            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiTiltGestures">uiTiltGestures</a></code>
1763          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1764
1765
1766
1767          </td>
1768      </tr>
1769
1770
1771      <tr class="alt-color api apilevel-" >
1772          <td class="jd-typecol"><nobr>
1773          public
1774          static
1775
1776          int</nobr></td>
1777          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomControls">MapAttrs_uiZoomControls</a></td>
1778          <td class="jd-descrcol" width="100%">
1779            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiZoomControls">uiZoomControls</a></code>
1780          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1781
1782
1783
1784          </td>
1785      </tr>
1786
1787
1788      <tr class=" api apilevel-" >
1789          <td class="jd-typecol"><nobr>
1790          public
1791          static
1792
1793          int</nobr></td>
1794          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomGestures">MapAttrs_uiZoomGestures</a></td>
1795          <td class="jd-descrcol" width="100%">
1796            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiZoomGestures">uiZoomGestures</a></code>
1797          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1798
1799
1800
1801          </td>
1802      </tr>
1803
1804
1805      <tr class="alt-color api apilevel-" >
1806          <td class="jd-typecol"><nobr>
1807          public
1808          static
1809
1810          int</nobr></td>
1811          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_useViewLifecycle">MapAttrs_useViewLifecycle</a></td>
1812          <td class="jd-descrcol" width="100%">
1813            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#useViewLifecycle">useViewLifecycle</a></code>
1814          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1815
1816
1817
1818          </td>
1819      </tr>
1820
1821
1822      <tr class=" api apilevel-" >
1823          <td class="jd-typecol"><nobr>
1824          public
1825          static
1826
1827          int</nobr></td>
1828          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_zOrderOnTop">MapAttrs_zOrderOnTop</a></td>
1829          <td class="jd-descrcol" width="100%">
1830            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#zOrderOnTop">zOrderOnTop</a></code>
1831          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
1832
1833
1834
1835          </td>
1836      </tr>
1837
1838
1839      <tr class="alt-color api apilevel-" >
1840          <td class="jd-typecol"><nobr>
1841          public
1842          static
1843          final
1844          int[]</nobr></td>
1845          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></td>
1846          <td class="jd-descrcol" width="100%">
1847            Attributes that can be used with a Section.
1848
1849
1850
1851          </td>
1852      </tr>
1853
1854
1855      <tr class=" api apilevel-" >
1856          <td class="jd-typecol"><nobr>
1857          public
1858          static
1859          final
1860          int[]</nobr></td>
1861          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#SectionFeature">SectionFeature</a></td>
1862          <td class="jd-descrcol" width="100%">
1863            Attributes that can be used with a SectionFeature.
1864
1865
1866
1867          </td>
1868      </tr>
1869
1870
1871      <tr class="alt-color api apilevel-" >
1872          <td class="jd-typecol"><nobr>
1873          public
1874          static
1875
1876          int</nobr></td>
1877          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#SectionFeature_featureType">SectionFeature_featureType</a></td>
1878          <td class="jd-descrcol" width="100%">
1879            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#featureType">featureType</a></code>
1880          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#SectionFeature">SectionFeature</a></code> array.
1881
1882
1883
1884          </td>
1885      </tr>
1886
1887
1888      <tr class=" api apilevel-" >
1889          <td class="jd-typecol"><nobr>
1890          public
1891          static
1892
1893          int</nobr></td>
1894          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section_indexPrefixes">Section_indexPrefixes</a></td>
1895          <td class="jd-descrcol" width="100%">
1896            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#indexPrefixes">indexPrefixes</a></code>
1897          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></code> array.
1898
1899
1900
1901          </td>
1902      </tr>
1903
1904
1905      <tr class="alt-color api apilevel-" >
1906          <td class="jd-typecol"><nobr>
1907          public
1908          static
1909
1910          int</nobr></td>
1911          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section_noIndex">Section_noIndex</a></td>
1912          <td class="jd-descrcol" width="100%">
1913            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#noIndex">noIndex</a></code>
1914          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></code> array.
1915
1916
1917
1918          </td>
1919      </tr>
1920
1921
1922      <tr class=" api apilevel-" >
1923          <td class="jd-typecol"><nobr>
1924          public
1925          static
1926
1927          int</nobr></td>
1928          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section_schemaOrgProperty">Section_schemaOrgProperty</a></td>
1929          <td class="jd-descrcol" width="100%">
1930            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#schemaOrgProperty">schemaOrgProperty</a></code>
1931          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></code> array.
1932
1933
1934
1935          </td>
1936      </tr>
1937
1938
1939      <tr class="alt-color api apilevel-" >
1940          <td class="jd-typecol"><nobr>
1941          public
1942          static
1943
1944          int</nobr></td>
1945          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section_sectionFormat">Section_sectionFormat</a></td>
1946          <td class="jd-descrcol" width="100%">
1947            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#sectionFormat">sectionFormat</a></code>
1948          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></code> array.
1949
1950
1951
1952          </td>
1953      </tr>
1954
1955
1956      <tr class=" api apilevel-" >
1957          <td class="jd-typecol"><nobr>
1958          public
1959          static
1960
1961          int</nobr></td>
1962          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section_sectionId">Section_sectionId</a></td>
1963          <td class="jd-descrcol" width="100%">
1964            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#sectionId">sectionId</a></code>
1965          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></code> array.
1966
1967
1968
1969          </td>
1970      </tr>
1971
1972
1973      <tr class="alt-color api apilevel-" >
1974          <td class="jd-typecol"><nobr>
1975          public
1976          static
1977
1978          int</nobr></td>
1979          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section_sectionWeight">Section_sectionWeight</a></td>
1980          <td class="jd-descrcol" width="100%">
1981            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#sectionWeight">sectionWeight</a></code>
1982          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></code> array.
1983
1984
1985
1986          </td>
1987      </tr>
1988
1989
1990      <tr class=" api apilevel-" >
1991          <td class="jd-typecol"><nobr>
1992          public
1993          static
1994
1995          int</nobr></td>
1996          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section_subsectionSeparator">Section_subsectionSeparator</a></td>
1997          <td class="jd-descrcol" width="100%">
1998            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#subsectionSeparator">subsectionSeparator</a></code>
1999          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></code> array.
2000
2001
2002
2003          </td>
2004      </tr>
2005
2006
2007      <tr class="alt-color api apilevel-" >
2008          <td class="jd-typecol"><nobr>
2009          public
2010          static
2011          final
2012          int[]</nobr></td>
2013          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions">WalletFragmentOptions</a></td>
2014          <td class="jd-descrcol" width="100%">
2015            Attributes that can be used with a WalletFragmentOptions.
2016
2017
2018
2019          </td>
2020      </tr>
2021
2022
2023      <tr class=" api apilevel-" >
2024          <td class="jd-typecol"><nobr>
2025          public
2026          static
2027
2028          int</nobr></td>
2029          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions_appTheme">WalletFragmentOptions_appTheme</a></td>
2030          <td class="jd-descrcol" width="100%">
2031            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#appTheme">appTheme</a></code>
2032          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions">WalletFragmentOptions</a></code> array.
2033
2034
2035
2036          </td>
2037      </tr>
2038
2039
2040      <tr class="alt-color api apilevel-" >
2041          <td class="jd-typecol"><nobr>
2042          public
2043          static
2044
2045          int</nobr></td>
2046          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions_environment">WalletFragmentOptions_environment</a></td>
2047          <td class="jd-descrcol" width="100%">
2048            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#environment">environment</a></code>
2049          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions">WalletFragmentOptions</a></code> array.
2050
2051
2052
2053          </td>
2054      </tr>
2055
2056
2057      <tr class=" api apilevel-" >
2058          <td class="jd-typecol"><nobr>
2059          public
2060          static
2061
2062          int</nobr></td>
2063          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions_fragmentMode">WalletFragmentOptions_fragmentMode</a></td>
2064          <td class="jd-descrcol" width="100%">
2065            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#fragmentMode">fragmentMode</a></code>
2066          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions">WalletFragmentOptions</a></code> array.
2067
2068
2069
2070          </td>
2071      </tr>
2072
2073
2074      <tr class="alt-color api apilevel-" >
2075          <td class="jd-typecol"><nobr>
2076          public
2077          static
2078
2079          int</nobr></td>
2080          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions_fragmentStyle">WalletFragmentOptions_fragmentStyle</a></td>
2081          <td class="jd-descrcol" width="100%">
2082            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#fragmentStyle">fragmentStyle</a></code>
2083          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions">WalletFragmentOptions</a></code> array.
2084
2085
2086
2087          </td>
2088      </tr>
2089
2090
2091      <tr class=" api apilevel-" >
2092          <td class="jd-typecol"><nobr>
2093          public
2094          static
2095          final
2096          int[]</nobr></td>
2097          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></td>
2098          <td class="jd-descrcol" width="100%">
2099            Attributes that can be used with a WalletFragmentStyle.
2100
2101
2102
2103          </td>
2104      </tr>
2105
2106
2107      <tr class="alt-color api apilevel-" >
2108          <td class="jd-typecol"><nobr>
2109          public
2110          static
2111
2112          int</nobr></td>
2113          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_buyButtonAppearance">WalletFragmentStyle_buyButtonAppearance</a></td>
2114          <td class="jd-descrcol" width="100%">
2115            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#buyButtonAppearance">buyButtonAppearance</a></code>
2116          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
2117
2118
2119
2120          </td>
2121      </tr>
2122
2123
2124      <tr class=" api apilevel-" >
2125          <td class="jd-typecol"><nobr>
2126          public
2127          static
2128
2129          int</nobr></td>
2130          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_buyButtonHeight">WalletFragmentStyle_buyButtonHeight</a></td>
2131          <td class="jd-descrcol" width="100%">
2132            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#buyButtonHeight">buyButtonHeight</a></code>
2133          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
2134
2135
2136
2137          </td>
2138      </tr>
2139
2140
2141      <tr class="alt-color api apilevel-" >
2142          <td class="jd-typecol"><nobr>
2143          public
2144          static
2145
2146          int</nobr></td>
2147          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_buyButtonText">WalletFragmentStyle_buyButtonText</a></td>
2148          <td class="jd-descrcol" width="100%">
2149            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#buyButtonText">buyButtonText</a></code>
2150          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
2151
2152
2153
2154          </td>
2155      </tr>
2156
2157
2158      <tr class=" api apilevel-" >
2159          <td class="jd-typecol"><nobr>
2160          public
2161          static
2162
2163          int</nobr></td>
2164          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_buyButtonWidth">WalletFragmentStyle_buyButtonWidth</a></td>
2165          <td class="jd-descrcol" width="100%">
2166            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#buyButtonWidth">buyButtonWidth</a></code>
2167          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
2168
2169
2170
2171          </td>
2172      </tr>
2173
2174
2175      <tr class="alt-color api apilevel-" >
2176          <td class="jd-typecol"><nobr>
2177          public
2178          static
2179
2180          int</nobr></td>
2181          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsBackground">WalletFragmentStyle_maskedWalletDetailsBackground</a></td>
2182          <td class="jd-descrcol" width="100%">
2183            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsBackground">maskedWalletDetailsBackground</a></code>
2184          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
2185
2186
2187
2188          </td>
2189      </tr>
2190
2191
2192      <tr class=" api apilevel-" >
2193          <td class="jd-typecol"><nobr>
2194          public
2195          static
2196
2197          int</nobr></td>
2198          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsButtonBackground">WalletFragmentStyle_maskedWalletDetailsButtonBackground</a></td>
2199          <td class="jd-descrcol" width="100%">
2200            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsButtonBackground">maskedWalletDetailsButtonBackground</a></code>
2201          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
2202
2203
2204
2205          </td>
2206      </tr>
2207
2208
2209      <tr class="alt-color api apilevel-" >
2210          <td class="jd-typecol"><nobr>
2211          public
2212          static
2213
2214          int</nobr></td>
2215          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsButtonTextAppearance">WalletFragmentStyle_maskedWalletDetailsButtonTextAppearance</a></td>
2216          <td class="jd-descrcol" width="100%">
2217            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsButtonTextAppearance">maskedWalletDetailsButtonTextAppearance</a></code>
2218          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
2219
2220
2221
2222          </td>
2223      </tr>
2224
2225
2226      <tr class=" api apilevel-" >
2227          <td class="jd-typecol"><nobr>
2228          public
2229          static
2230
2231          int</nobr></td>
2232          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsHeaderTextAppearance">WalletFragmentStyle_maskedWalletDetailsHeaderTextAppearance</a></td>
2233          <td class="jd-descrcol" width="100%">
2234            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsHeaderTextAppearance">maskedWalletDetailsHeaderTextAppearance</a></code>
2235          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
2236
2237
2238
2239          </td>
2240      </tr>
2241
2242
2243      <tr class="alt-color api apilevel-" >
2244          <td class="jd-typecol"><nobr>
2245          public
2246          static
2247
2248          int</nobr></td>
2249          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsLogoImageType">WalletFragmentStyle_maskedWalletDetailsLogoImageType</a></td>
2250          <td class="jd-descrcol" width="100%">
2251            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsLogoImageType">maskedWalletDetailsLogoImageType</a></code>
2252          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
2253
2254
2255
2256          </td>
2257      </tr>
2258
2259
2260      <tr class=" api apilevel-" >
2261          <td class="jd-typecol"><nobr>
2262          public
2263          static
2264
2265          int</nobr></td>
2266          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsLogoTextColor">WalletFragmentStyle_maskedWalletDetailsLogoTextColor</a></td>
2267          <td class="jd-descrcol" width="100%">
2268            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsLogoTextColor">maskedWalletDetailsLogoTextColor</a></code>
2269          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
2270
2271
2272
2273          </td>
2274      </tr>
2275
2276
2277      <tr class="alt-color api apilevel-" >
2278          <td class="jd-typecol"><nobr>
2279          public
2280          static
2281
2282          int</nobr></td>
2283          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsTextAppearance">WalletFragmentStyle_maskedWalletDetailsTextAppearance</a></td>
2284          <td class="jd-descrcol" width="100%">
2285            <p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsTextAppearance">maskedWalletDetailsTextAppearance</a></code>
2286          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
2287
2288
2289
2290          </td>
2291      </tr>
2292
2293
2294
2295</table>
2296
2297
2298
2299
2300
2301
2302
2303<!-- ======== CONSTRUCTOR SUMMARY ======== -->
2304<table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr>
2305
2306
2307
2308
2309    <tr class="alt-color api apilevel-" >
2310        <td class="jd-typecol"><nobr>
2311
2312
2313
2314
2315
2316            </nobr>
2317        </td>
2318        <td class="jd-linkcol" width="100%"><nobr>
2319        <span class="sympad"><a href="/reference/com/google/android/gms/R.styleable.html#R.styleable()">R.styleable</a></span>()</nobr>
2320
2321  </td></tr>
2322
2323
2324
2325</table>
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337<!-- ========== METHOD SUMMARY =========== -->
2338<table id="inhmethods" class="jd-sumtable"><tr><th>
2339  <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
2340  <div style="clear:left;">Inherited Methods</div></th></tr>
2341
2342
2343<tr class="api apilevel-" >
2344<td colspan="12">
2345  <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
2346          ><img id="inherited-methods-java.lang.Object-trigger"
2347          src="/assets/images/triangle-closed.png"
2348          class="jd-expando-trigger-img" /></a>
2349From class
2350
2351  java.lang.Object
2352
2353<div id="inherited-methods-java.lang.Object">
2354  <div id="inherited-methods-java.lang.Object-list"
2355        class="jd-inheritedlinks">
2356  </div>
2357  <div id="inherited-methods-java.lang.Object-summary" style="display: none;">
2358    <table class="jd-sumtable-expando">
2359
2360
2361
2362
2363    <tr class="alt-color api apilevel-" >
2364        <td class="jd-typecol"><nobr>
2365
2366
2367
2368
2369
2370            Object</nobr>
2371        </td>
2372        <td class="jd-linkcol" width="100%"><nobr>
2373        <span class="sympad">clone</span>()</nobr>
2374
2375  </td></tr>
2376
2377
2378
2379    <tr class=" api apilevel-" >
2380        <td class="jd-typecol"><nobr>
2381
2382
2383
2384
2385
2386            boolean</nobr>
2387        </td>
2388        <td class="jd-linkcol" width="100%"><nobr>
2389        <span class="sympad">equals</span>(Object arg0)</nobr>
2390
2391  </td></tr>
2392
2393
2394
2395    <tr class="alt-color api apilevel-" >
2396        <td class="jd-typecol"><nobr>
2397
2398
2399
2400
2401
2402            void</nobr>
2403        </td>
2404        <td class="jd-linkcol" width="100%"><nobr>
2405        <span class="sympad">finalize</span>()</nobr>
2406
2407  </td></tr>
2408
2409
2410
2411    <tr class=" api apilevel-" >
2412        <td class="jd-typecol"><nobr>
2413
2414
2415            final
2416
2417
2418            Class&lt;?&gt;</nobr>
2419        </td>
2420        <td class="jd-linkcol" width="100%"><nobr>
2421        <span class="sympad">getClass</span>()</nobr>
2422
2423  </td></tr>
2424
2425
2426
2427    <tr class="alt-color api apilevel-" >
2428        <td class="jd-typecol"><nobr>
2429
2430
2431
2432
2433
2434            int</nobr>
2435        </td>
2436        <td class="jd-linkcol" width="100%"><nobr>
2437        <span class="sympad">hashCode</span>()</nobr>
2438
2439  </td></tr>
2440
2441
2442
2443    <tr class=" api apilevel-" >
2444        <td class="jd-typecol"><nobr>
2445
2446
2447            final
2448
2449
2450            void</nobr>
2451        </td>
2452        <td class="jd-linkcol" width="100%"><nobr>
2453        <span class="sympad">notify</span>()</nobr>
2454
2455  </td></tr>
2456
2457
2458
2459    <tr class="alt-color api apilevel-" >
2460        <td class="jd-typecol"><nobr>
2461
2462
2463            final
2464
2465
2466            void</nobr>
2467        </td>
2468        <td class="jd-linkcol" width="100%"><nobr>
2469        <span class="sympad">notifyAll</span>()</nobr>
2470
2471  </td></tr>
2472
2473
2474
2475    <tr class=" api apilevel-" >
2476        <td class="jd-typecol"><nobr>
2477
2478
2479
2480
2481
2482            String</nobr>
2483        </td>
2484        <td class="jd-linkcol" width="100%"><nobr>
2485        <span class="sympad">toString</span>()</nobr>
2486
2487  </td></tr>
2488
2489
2490
2491    <tr class="alt-color api apilevel-" >
2492        <td class="jd-typecol"><nobr>
2493
2494
2495            final
2496
2497
2498            void</nobr>
2499        </td>
2500        <td class="jd-linkcol" width="100%"><nobr>
2501        <span class="sympad">wait</span>()</nobr>
2502
2503  </td></tr>
2504
2505
2506
2507    <tr class=" api apilevel-" >
2508        <td class="jd-typecol"><nobr>
2509
2510
2511            final
2512
2513
2514            void</nobr>
2515        </td>
2516        <td class="jd-linkcol" width="100%"><nobr>
2517        <span class="sympad">wait</span>(long arg0, int arg1)</nobr>
2518
2519  </td></tr>
2520
2521
2522
2523    <tr class="alt-color api apilevel-" >
2524        <td class="jd-typecol"><nobr>
2525
2526
2527            final
2528
2529
2530            void</nobr>
2531        </td>
2532        <td class="jd-linkcol" width="100%"><nobr>
2533        <span class="sympad">wait</span>(long arg0)</nobr>
2534
2535  </td></tr>
2536
2537
2538</table>
2539  </div>
2540</div>
2541</td></tr>
2542
2543
2544</table>
2545
2546
2547</div><!-- jd-descr (summary) -->
2548
2549<!-- Details -->
2550
2551
2552
2553
2554
2555
2556
2557
2558<!-- XML Attributes -->
2559
2560
2561<!-- Enum Values -->
2562
2563
2564<!-- Constants -->
2565
2566
2567<!-- Fields -->
2568
2569
2570<!-- ========= FIELD DETAIL ======== -->
2571<h2>Fields</h2>
2572
2573
2574
2575
2576<A NAME="AdsAttrs"></A>
2577
2578<div class="jd-details api apilevel-">
2579    <h4 class="jd-details-title">
2580      <span class="normal">
2581        public
2582        static
2583        final
2584        int[]
2585      </span>
2586        AdsAttrs
2587    </h4>
2588      <div class="api-level">
2589
2590
2591
2592
2593      </div>
2594    <div class="jd-details-descr">
2595
2596
2597
2598
2599  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a AdsAttrs.
2600           <p>Includes the following attributes:</p>
2601           <table>
2602           <colgroup align="left" />
2603           <colgroup align="left" />
2604           <tr><th>Attribute</th><th>Description</th></tr>
2605           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs_adSize">com.google.android.gms:adSize</a></code></code></td><td></td></tr>
2606           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs_adSizes">com.google.android.gms:adSizes</a></code></code></td><td></td></tr>
2607           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs_adUnitId">com.google.android.gms:adUnitId</a></code></code></td><td></td></tr>
2608           </table></p></div>
2609  <div class="jd-tagdata">
2610      <h5 class="jd-tagtitle">See Also</h5>
2611      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs_adSize">AdsAttrs_adSize</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs_adSizes">AdsAttrs_adSizes</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs_adUnitId">AdsAttrs_adUnitId</a></code></li>
2612      </ul>
2613  </div>
2614
2615
2616    </div>
2617</div>
2618
2619
2620
2621<A NAME="AdsAttrs_adSize"></A>
2622
2623<div class="jd-details api apilevel-">
2624    <h4 class="jd-details-title">
2625      <span class="normal">
2626        public
2627        static
2628
2629        int
2630      </span>
2631        AdsAttrs_adSize
2632    </h4>
2633      <div class="api-level">
2634
2635
2636
2637
2638      </div>
2639    <div class="jd-details-descr">
2640
2641
2642
2643
2644  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#adSize">adSize</a></code>
2645          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs">AdsAttrs</a></code> array.
2646
2647
2648          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2649<p>This may also be a reference to a resource (in the form
2650"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2651theme attribute (in the form
2652"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2653containing a value of this type.</p></div>
2654
2655
2656    </div>
2657</div>
2658
2659
2660
2661<A NAME="AdsAttrs_adSizes"></A>
2662
2663<div class="jd-details api apilevel-">
2664    <h4 class="jd-details-title">
2665      <span class="normal">
2666        public
2667        static
2668
2669        int
2670      </span>
2671        AdsAttrs_adSizes
2672    </h4>
2673      <div class="api-level">
2674
2675
2676
2677
2678      </div>
2679    <div class="jd-details-descr">
2680
2681
2682
2683
2684  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#adSizes">adSizes</a></code>
2685          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs">AdsAttrs</a></code> array.
2686
2687
2688          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2689<p>This may also be a reference to a resource (in the form
2690"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2691theme attribute (in the form
2692"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2693containing a value of this type.</p></div>
2694
2695
2696    </div>
2697</div>
2698
2699
2700
2701<A NAME="AdsAttrs_adUnitId"></A>
2702
2703<div class="jd-details api apilevel-">
2704    <h4 class="jd-details-title">
2705      <span class="normal">
2706        public
2707        static
2708
2709        int
2710      </span>
2711        AdsAttrs_adUnitId
2712    </h4>
2713      <div class="api-level">
2714
2715
2716
2717
2718      </div>
2719    <div class="jd-details-descr">
2720
2721
2722
2723
2724  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#adUnitId">adUnitId</a></code>
2725          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs">AdsAttrs</a></code> array.
2726
2727
2728          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2729<p>This may also be a reference to a resource (in the form
2730"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2731theme attribute (in the form
2732"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2733containing a value of this type.</p></div>
2734
2735
2736    </div>
2737</div>
2738
2739
2740
2741<A NAME="AppDataSearch"></A>
2742
2743<div class="jd-details api apilevel-">
2744    <h4 class="jd-details-title">
2745      <span class="normal">
2746        public
2747        static
2748        final
2749        int[]
2750      </span>
2751        AppDataSearch
2752    </h4>
2753      <div class="api-level">
2754
2755
2756
2757
2758      </div>
2759    <div class="jd-details-descr">
2760
2761
2762
2763
2764  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a AppDataSearch.
2765</p></div>
2766
2767
2768    </div>
2769</div>
2770
2771
2772
2773<A NAME="Corpus"></A>
2774
2775<div class="jd-details api apilevel-">
2776    <h4 class="jd-details-title">
2777      <span class="normal">
2778        public
2779        static
2780        final
2781        int[]
2782      </span>
2783        Corpus
2784    </h4>
2785      <div class="api-level">
2786
2787
2788
2789
2790      </div>
2791    <div class="jd-details-descr">
2792
2793
2794
2795
2796  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a Corpus.
2797           <p>Includes the following attributes:</p>
2798           <table>
2799           <colgroup align="left" />
2800           <colgroup align="left" />
2801           <tr><th>Attribute</th><th>Description</th></tr>
2802           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_contentProviderUri">com.google.android.gms:contentProviderUri</a></code></code></td><td></td></tr>
2803           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_corpusId">com.google.android.gms:corpusId</a></code></code></td><td></td></tr>
2804           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_corpusVersion">com.google.android.gms:corpusVersion</a></code></code></td><td></td></tr>
2805           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_schemaOrgType">com.google.android.gms:schemaOrgType</a></code></code></td><td></td></tr>
2806           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_trimmable">com.google.android.gms:trimmable</a></code></code></td><td></td></tr>
2807           </table></p></div>
2808  <div class="jd-tagdata">
2809      <h5 class="jd-tagtitle">See Also</h5>
2810      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_contentProviderUri">Corpus_contentProviderUri</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_corpusId">Corpus_corpusId</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_corpusVersion">Corpus_corpusVersion</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_schemaOrgType">Corpus_schemaOrgType</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_trimmable">Corpus_trimmable</a></code></li>
2811      </ul>
2812  </div>
2813
2814
2815    </div>
2816</div>
2817
2818
2819
2820<A NAME="Corpus_contentProviderUri"></A>
2821
2822<div class="jd-details api apilevel-">
2823    <h4 class="jd-details-title">
2824      <span class="normal">
2825        public
2826        static
2827
2828        int
2829      </span>
2830        Corpus_contentProviderUri
2831    </h4>
2832      <div class="api-level">
2833
2834
2835
2836
2837      </div>
2838    <div class="jd-details-descr">
2839
2840
2841
2842
2843  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#contentProviderUri">contentProviderUri</a></code>
2844          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus">Corpus</a></code> array.
2845
2846
2847          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2848<p>This may also be a reference to a resource (in the form
2849"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2850theme attribute (in the form
2851"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2852containing a value of this type.</p></div>
2853
2854
2855    </div>
2856</div>
2857
2858
2859
2860<A NAME="Corpus_corpusId"></A>
2861
2862<div class="jd-details api apilevel-">
2863    <h4 class="jd-details-title">
2864      <span class="normal">
2865        public
2866        static
2867
2868        int
2869      </span>
2870        Corpus_corpusId
2871    </h4>
2872      <div class="api-level">
2873
2874
2875
2876
2877      </div>
2878    <div class="jd-details-descr">
2879
2880
2881
2882
2883  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#corpusId">corpusId</a></code>
2884          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus">Corpus</a></code> array.
2885
2886
2887          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2888<p>This may also be a reference to a resource (in the form
2889"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2890theme attribute (in the form
2891"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2892containing a value of this type.</p></div>
2893
2894
2895    </div>
2896</div>
2897
2898
2899
2900<A NAME="Corpus_corpusVersion"></A>
2901
2902<div class="jd-details api apilevel-">
2903    <h4 class="jd-details-title">
2904      <span class="normal">
2905        public
2906        static
2907
2908        int
2909      </span>
2910        Corpus_corpusVersion
2911    </h4>
2912      <div class="api-level">
2913
2914
2915
2916
2917      </div>
2918    <div class="jd-details-descr">
2919
2920
2921
2922
2923  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#corpusVersion">corpusVersion</a></code>
2924          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus">Corpus</a></code> array.
2925
2926
2927          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2928<p>This may also be a reference to a resource (in the form
2929"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2930theme attribute (in the form
2931"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2932containing a value of this type.</p></div>
2933
2934
2935    </div>
2936</div>
2937
2938
2939
2940<A NAME="Corpus_schemaOrgType"></A>
2941
2942<div class="jd-details api apilevel-">
2943    <h4 class="jd-details-title">
2944      <span class="normal">
2945        public
2946        static
2947
2948        int
2949      </span>
2950        Corpus_schemaOrgType
2951    </h4>
2952      <div class="api-level">
2953
2954
2955
2956
2957      </div>
2958    <div class="jd-details-descr">
2959
2960
2961
2962
2963  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#schemaOrgType">schemaOrgType</a></code>
2964          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus">Corpus</a></code> array.
2965
2966
2967          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2968<p>This may also be a reference to a resource (in the form
2969"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2970theme attribute (in the form
2971"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2972containing a value of this type.</p></div>
2973
2974
2975    </div>
2976</div>
2977
2978
2979
2980<A NAME="Corpus_trimmable"></A>
2981
2982<div class="jd-details api apilevel-">
2983    <h4 class="jd-details-title">
2984      <span class="normal">
2985        public
2986        static
2987
2988        int
2989      </span>
2990        Corpus_trimmable
2991    </h4>
2992      <div class="api-level">
2993
2994
2995
2996
2997      </div>
2998    <div class="jd-details-descr">
2999
3000
3001
3002
3003  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#trimmable">trimmable</a></code>
3004          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus">Corpus</a></code> array.
3005
3006
3007          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
3008<p>This may also be a reference to a resource (in the form
3009"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3010theme attribute (in the form
3011"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3012containing a value of this type.</p></div>
3013
3014
3015    </div>
3016</div>
3017
3018
3019
3020<A NAME="FeatureParam"></A>
3021
3022<div class="jd-details api apilevel-">
3023    <h4 class="jd-details-title">
3024      <span class="normal">
3025        public
3026        static
3027        final
3028        int[]
3029      </span>
3030        FeatureParam
3031    </h4>
3032      <div class="api-level">
3033
3034
3035
3036
3037      </div>
3038    <div class="jd-details-descr">
3039
3040
3041
3042
3043  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a FeatureParam.
3044           <p>Includes the following attributes:</p>
3045           <table>
3046           <colgroup align="left" />
3047           <colgroup align="left" />
3048           <tr><th>Attribute</th><th>Description</th></tr>
3049           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#FeatureParam_paramName">com.google.android.gms:paramName</a></code></code></td><td></td></tr>
3050           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#FeatureParam_paramValue">com.google.android.gms:paramValue</a></code></code></td><td></td></tr>
3051           </table></p></div>
3052  <div class="jd-tagdata">
3053      <h5 class="jd-tagtitle">See Also</h5>
3054      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#FeatureParam_paramName">FeatureParam_paramName</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#FeatureParam_paramValue">FeatureParam_paramValue</a></code></li>
3055      </ul>
3056  </div>
3057
3058
3059    </div>
3060</div>
3061
3062
3063
3064<A NAME="FeatureParam_paramName"></A>
3065
3066<div class="jd-details api apilevel-">
3067    <h4 class="jd-details-title">
3068      <span class="normal">
3069        public
3070        static
3071
3072        int
3073      </span>
3074        FeatureParam_paramName
3075    </h4>
3076      <div class="api-level">
3077
3078
3079
3080
3081      </div>
3082    <div class="jd-details-descr">
3083
3084
3085
3086
3087  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#paramName">paramName</a></code>
3088          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#FeatureParam">FeatureParam</a></code> array.
3089
3090
3091          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3092<p>This may also be a reference to a resource (in the form
3093"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3094theme attribute (in the form
3095"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3096containing a value of this type.</p></div>
3097
3098
3099    </div>
3100</div>
3101
3102
3103
3104<A NAME="FeatureParam_paramValue"></A>
3105
3106<div class="jd-details api apilevel-">
3107    <h4 class="jd-details-title">
3108      <span class="normal">
3109        public
3110        static
3111
3112        int
3113      </span>
3114        FeatureParam_paramValue
3115    </h4>
3116      <div class="api-level">
3117
3118
3119
3120
3121      </div>
3122    <div class="jd-details-descr">
3123
3124
3125
3126
3127  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#paramValue">paramValue</a></code>
3128          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#FeatureParam">FeatureParam</a></code> array.
3129
3130
3131          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3132<p>This may also be a reference to a resource (in the form
3133"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3134theme attribute (in the form
3135"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3136containing a value of this type.</p></div>
3137
3138
3139    </div>
3140</div>
3141
3142
3143
3144<A NAME="GlobalSearch"></A>
3145
3146<div class="jd-details api apilevel-">
3147    <h4 class="jd-details-title">
3148      <span class="normal">
3149        public
3150        static
3151        final
3152        int[]
3153      </span>
3154        GlobalSearch
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>Attributes that can be used with a GlobalSearch.
3168           <p>Includes the following attributes:</p>
3169           <table>
3170           <colgroup align="left" />
3171           <colgroup align="left" />
3172           <tr><th>Attribute</th><th>Description</th></tr>
3173           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentAction">com.google.android.gms:defaultIntentAction</a></code></code></td><td></td></tr>
3174           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentActivity">com.google.android.gms:defaultIntentActivity</a></code></code></td><td></td></tr>
3175           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentData">com.google.android.gms:defaultIntentData</a></code></code></td><td></td></tr>
3176           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_searchEnabled">com.google.android.gms:searchEnabled</a></code></code></td><td></td></tr>
3177           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_searchLabel">com.google.android.gms:searchLabel</a></code></code></td><td></td></tr>
3178           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_settingsDescription">com.google.android.gms:settingsDescription</a></code></code></td><td></td></tr>
3179           </table></p></div>
3180  <div class="jd-tagdata">
3181      <h5 class="jd-tagtitle">See Also</h5>
3182      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentAction">GlobalSearch_defaultIntentAction</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentActivity">GlobalSearch_defaultIntentActivity</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentData">GlobalSearch_defaultIntentData</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_searchEnabled">GlobalSearch_searchEnabled</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_searchLabel">GlobalSearch_searchLabel</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_settingsDescription">GlobalSearch_settingsDescription</a></code></li>
3183      </ul>
3184  </div>
3185
3186
3187    </div>
3188</div>
3189
3190
3191
3192<A NAME="GlobalSearchCorpus"></A>
3193
3194<div class="jd-details api apilevel-">
3195    <h4 class="jd-details-title">
3196      <span class="normal">
3197        public
3198        static
3199        final
3200        int[]
3201      </span>
3202        GlobalSearchCorpus
3203    </h4>
3204      <div class="api-level">
3205
3206
3207
3208
3209      </div>
3210    <div class="jd-details-descr">
3211
3212
3213
3214
3215  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a GlobalSearchCorpus.
3216           <p>Includes the following attributes:</p>
3217           <table>
3218           <colgroup align="left" />
3219           <colgroup align="left" />
3220           <tr><th>Attribute</th><th>Description</th></tr>
3221           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchCorpus_allowShortcuts">com.google.android.gms:allowShortcuts</a></code></code></td><td></td></tr>
3222           </table></p></div>
3223  <div class="jd-tagdata">
3224      <h5 class="jd-tagtitle">See Also</h5>
3225      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchCorpus_allowShortcuts">GlobalSearchCorpus_allowShortcuts</a></code></li>
3226      </ul>
3227  </div>
3228
3229
3230    </div>
3231</div>
3232
3233
3234
3235<A NAME="GlobalSearchCorpus_allowShortcuts"></A>
3236
3237<div class="jd-details api apilevel-">
3238    <h4 class="jd-details-title">
3239      <span class="normal">
3240        public
3241        static
3242
3243        int
3244      </span>
3245        GlobalSearchCorpus_allowShortcuts
3246    </h4>
3247      <div class="api-level">
3248
3249
3250
3251
3252      </div>
3253    <div class="jd-details-descr">
3254
3255
3256
3257
3258  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#allowShortcuts">allowShortcuts</a></code>
3259          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchCorpus">GlobalSearchCorpus</a></code> array.
3260
3261
3262          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
3263<p>This may also be a reference to a resource (in the form
3264"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3265theme attribute (in the form
3266"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3267containing a value of this type.</p></div>
3268
3269
3270    </div>
3271</div>
3272
3273
3274
3275<A NAME="GlobalSearchSection"></A>
3276
3277<div class="jd-details api apilevel-">
3278    <h4 class="jd-details-title">
3279      <span class="normal">
3280        public
3281        static
3282        final
3283        int[]
3284      </span>
3285        GlobalSearchSection
3286    </h4>
3287      <div class="api-level">
3288
3289
3290
3291
3292      </div>
3293    <div class="jd-details-descr">
3294
3295
3296
3297
3298  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a GlobalSearchSection.
3299           <p>Includes the following attributes:</p>
3300           <table>
3301           <colgroup align="left" />
3302           <colgroup align="left" />
3303           <tr><th>Attribute</th><th>Description</th></tr>
3304           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection_sectionContent">com.google.android.gms:sectionContent</a></code></code></td><td></td></tr>
3305           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection_sectionType">com.google.android.gms:sectionType</a></code></code></td><td></td></tr>
3306           </table></p></div>
3307  <div class="jd-tagdata">
3308      <h5 class="jd-tagtitle">See Also</h5>
3309      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection_sectionContent">GlobalSearchSection_sectionContent</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection_sectionType">GlobalSearchSection_sectionType</a></code></li>
3310      </ul>
3311  </div>
3312
3313
3314    </div>
3315</div>
3316
3317
3318
3319<A NAME="GlobalSearchSection_sectionContent"></A>
3320
3321<div class="jd-details api apilevel-">
3322    <h4 class="jd-details-title">
3323      <span class="normal">
3324        public
3325        static
3326
3327        int
3328      </span>
3329        GlobalSearchSection_sectionContent
3330    </h4>
3331      <div class="api-level">
3332
3333
3334
3335
3336      </div>
3337    <div class="jd-details-descr">
3338
3339
3340
3341
3342  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#sectionContent">sectionContent</a></code>
3343          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection">GlobalSearchSection</a></code> array.
3344
3345
3346          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3347<p>This may also be a reference to a resource (in the form
3348"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3349theme attribute (in the form
3350"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3351containing a value of this type.</p></div>
3352
3353
3354    </div>
3355</div>
3356
3357
3358
3359<A NAME="GlobalSearchSection_sectionType"></A>
3360
3361<div class="jd-details api apilevel-">
3362    <h4 class="jd-details-title">
3363      <span class="normal">
3364        public
3365        static
3366
3367        int
3368      </span>
3369        GlobalSearchSection_sectionType
3370    </h4>
3371      <div class="api-level">
3372
3373
3374
3375
3376      </div>
3377    <div class="jd-details-descr">
3378
3379
3380
3381
3382  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#sectionType">sectionType</a></code>
3383          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection">GlobalSearchSection</a></code> array.
3384
3385
3386          <p>Must be one of the following constant values.</p>
3387<table>
3388<colgroup align="left" />
3389<colgroup align="left" />
3390<colgroup align="left" />
3391<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
3392<tr><td><code>text1</code></td><td>0</td><td></td></tr>
3393<tr><td><code>text2</code></td><td>1</td><td></td></tr>
3394<tr><td><code>icon_uri</code></td><td>2</td><td></td></tr>
3395<tr><td><code>intent_action</code></td><td>3</td><td></td></tr>
3396<tr><td><code>intent_data</code></td><td>4</td><td></td></tr>
3397<tr><td><code>intent_data_id</code></td><td>5</td><td></td></tr>
3398<tr><td><code>intent_extra_data</code></td><td>6</td><td></td></tr>
3399<tr><td><code>large_icon_uri</code></td><td>7</td><td></td></tr>
3400<tr><td><code>intent_activity</code></td><td>8</td><td></td></tr>
3401</table></p></div>
3402
3403
3404    </div>
3405</div>
3406
3407
3408
3409<A NAME="GlobalSearch_defaultIntentAction"></A>
3410
3411<div class="jd-details api apilevel-">
3412    <h4 class="jd-details-title">
3413      <span class="normal">
3414        public
3415        static
3416
3417        int
3418      </span>
3419        GlobalSearch_defaultIntentAction
3420    </h4>
3421      <div class="api-level">
3422
3423
3424
3425
3426      </div>
3427    <div class="jd-details-descr">
3428
3429
3430
3431
3432  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#defaultIntentAction">defaultIntentAction</a></code>
3433          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch">GlobalSearch</a></code> array.
3434
3435
3436          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3437<p>This may also be a reference to a resource (in the form
3438"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3439theme attribute (in the form
3440"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3441containing a value of this type.</p></div>
3442
3443
3444    </div>
3445</div>
3446
3447
3448
3449<A NAME="GlobalSearch_defaultIntentActivity"></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        GlobalSearch_defaultIntentActivity
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>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#defaultIntentActivity">defaultIntentActivity</a></code>
3473          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch">GlobalSearch</a></code> array.
3474
3475
3476          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3477<p>This may also be a reference to a resource (in the form
3478"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3479theme attribute (in the form
3480"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3481containing a value of this type.</p></div>
3482
3483
3484    </div>
3485</div>
3486
3487
3488
3489<A NAME="GlobalSearch_defaultIntentData"></A>
3490
3491<div class="jd-details api apilevel-">
3492    <h4 class="jd-details-title">
3493      <span class="normal">
3494        public
3495        static
3496
3497        int
3498      </span>
3499        GlobalSearch_defaultIntentData
3500    </h4>
3501      <div class="api-level">
3502
3503
3504
3505
3506      </div>
3507    <div class="jd-details-descr">
3508
3509
3510
3511
3512  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#defaultIntentData">defaultIntentData</a></code>
3513          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch">GlobalSearch</a></code> array.
3514
3515
3516          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3517<p>This may also be a reference to a resource (in the form
3518"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3519theme attribute (in the form
3520"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3521containing a value of this type.</p></div>
3522
3523
3524    </div>
3525</div>
3526
3527
3528
3529<A NAME="GlobalSearch_searchEnabled"></A>
3530
3531<div class="jd-details api apilevel-">
3532    <h4 class="jd-details-title">
3533      <span class="normal">
3534        public
3535        static
3536
3537        int
3538      </span>
3539        GlobalSearch_searchEnabled
3540    </h4>
3541      <div class="api-level">
3542
3543
3544
3545
3546      </div>
3547    <div class="jd-details-descr">
3548
3549
3550
3551
3552  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#searchEnabled">searchEnabled</a></code>
3553          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch">GlobalSearch</a></code> array.
3554
3555
3556          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
3557<p>This may also be a reference to a resource (in the form
3558"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3559theme attribute (in the form
3560"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3561containing a value of this type.</p></div>
3562
3563
3564    </div>
3565</div>
3566
3567
3568
3569<A NAME="GlobalSearch_searchLabel"></A>
3570
3571<div class="jd-details api apilevel-">
3572    <h4 class="jd-details-title">
3573      <span class="normal">
3574        public
3575        static
3576
3577        int
3578      </span>
3579        GlobalSearch_searchLabel
3580    </h4>
3581      <div class="api-level">
3582
3583
3584
3585
3586      </div>
3587    <div class="jd-details-descr">
3588
3589
3590
3591
3592  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#searchLabel">searchLabel</a></code>
3593          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch">GlobalSearch</a></code> array.
3594
3595
3596          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3597<p>This may also be a reference to a resource (in the form
3598"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3599theme attribute (in the form
3600"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3601containing a value of this type.</p></div>
3602
3603
3604    </div>
3605</div>
3606
3607
3608
3609<A NAME="GlobalSearch_settingsDescription"></A>
3610
3611<div class="jd-details api apilevel-">
3612    <h4 class="jd-details-title">
3613      <span class="normal">
3614        public
3615        static
3616
3617        int
3618      </span>
3619        GlobalSearch_settingsDescription
3620    </h4>
3621      <div class="api-level">
3622
3623
3624
3625
3626      </div>
3627    <div class="jd-details-descr">
3628
3629
3630
3631
3632  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#settingsDescription">settingsDescription</a></code>
3633          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch">GlobalSearch</a></code> array.
3634
3635
3636          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3637<p>This may also be a reference to a resource (in the form
3638"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3639theme attribute (in the form
3640"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3641containing a value of this type.</p></div>
3642
3643
3644    </div>
3645</div>
3646
3647
3648
3649<A NAME="IMECorpus"></A>
3650
3651<div class="jd-details api apilevel-">
3652    <h4 class="jd-details-title">
3653      <span class="normal">
3654        public
3655        static
3656        final
3657        int[]
3658      </span>
3659        IMECorpus
3660    </h4>
3661      <div class="api-level">
3662
3663
3664
3665
3666      </div>
3667    <div class="jd-details-descr">
3668
3669
3670
3671
3672  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a IMECorpus.
3673           <p>Includes the following attributes:</p>
3674           <table>
3675           <colgroup align="left" />
3676           <colgroup align="left" />
3677           <tr><th>Attribute</th><th>Description</th></tr>
3678           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_inputEnabled">com.google.android.gms:inputEnabled</a></code></code></td><td></td></tr>
3679           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_sourceClass">com.google.android.gms:sourceClass</a></code></code></td><td></td></tr>
3680           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_toAddressesSection">com.google.android.gms:toAddressesSection</a></code></code></td><td></td></tr>
3681           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_userInputSection">com.google.android.gms:userInputSection</a></code></code></td><td></td></tr>
3682           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_userInputTag">com.google.android.gms:userInputTag</a></code></code></td><td></td></tr>
3683           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_userInputValue">com.google.android.gms:userInputValue</a></code></code></td><td></td></tr>
3684           </table></p></div>
3685  <div class="jd-tagdata">
3686      <h5 class="jd-tagtitle">See Also</h5>
3687      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_inputEnabled">IMECorpus_inputEnabled</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_sourceClass">IMECorpus_sourceClass</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_toAddressesSection">IMECorpus_toAddressesSection</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_userInputSection">IMECorpus_userInputSection</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_userInputTag">IMECorpus_userInputTag</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus_userInputValue">IMECorpus_userInputValue</a></code></li>
3688      </ul>
3689  </div>
3690
3691
3692    </div>
3693</div>
3694
3695
3696
3697<A NAME="IMECorpus_inputEnabled"></A>
3698
3699<div class="jd-details api apilevel-">
3700    <h4 class="jd-details-title">
3701      <span class="normal">
3702        public
3703        static
3704
3705        int
3706      </span>
3707        IMECorpus_inputEnabled
3708    </h4>
3709      <div class="api-level">
3710
3711
3712
3713
3714      </div>
3715    <div class="jd-details-descr">
3716
3717
3718
3719
3720  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#inputEnabled">inputEnabled</a></code>
3721          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus">IMECorpus</a></code> array.
3722
3723
3724          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
3725<p>This may also be a reference to a resource (in the form
3726"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3727theme attribute (in the form
3728"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3729containing a value of this type.</p></div>
3730
3731
3732    </div>
3733</div>
3734
3735
3736
3737<A NAME="IMECorpus_sourceClass"></A>
3738
3739<div class="jd-details api apilevel-">
3740    <h4 class="jd-details-title">
3741      <span class="normal">
3742        public
3743        static
3744
3745        int
3746      </span>
3747        IMECorpus_sourceClass
3748    </h4>
3749      <div class="api-level">
3750
3751
3752
3753
3754      </div>
3755    <div class="jd-details-descr">
3756
3757
3758
3759
3760  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#sourceClass">sourceClass</a></code>
3761          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus">IMECorpus</a></code> array.
3762
3763
3764          <p>Must be one of the following constant values.</p>
3765<table>
3766<colgroup align="left" />
3767<colgroup align="left" />
3768<colgroup align="left" />
3769<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
3770<tr><td><code>email</code></td><td>0</td><td></td></tr>
3771<tr><td><code>contact</code></td><td>1</td><td></td></tr>
3772<tr><td><code>instant_message</code></td><td>2</td><td></td></tr>
3773</table></p></div>
3774
3775
3776    </div>
3777</div>
3778
3779
3780
3781<A NAME="IMECorpus_toAddressesSection"></A>
3782
3783<div class="jd-details api apilevel-">
3784    <h4 class="jd-details-title">
3785      <span class="normal">
3786        public
3787        static
3788
3789        int
3790      </span>
3791        IMECorpus_toAddressesSection
3792    </h4>
3793      <div class="api-level">
3794
3795
3796
3797
3798      </div>
3799    <div class="jd-details-descr">
3800
3801
3802
3803
3804  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#toAddressesSection">toAddressesSection</a></code>
3805          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus">IMECorpus</a></code> array.
3806
3807
3808          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3809<p>This may also be a reference to a resource (in the form
3810"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3811theme attribute (in the form
3812"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3813containing a value of this type.</p></div>
3814
3815
3816    </div>
3817</div>
3818
3819
3820
3821<A NAME="IMECorpus_userInputSection"></A>
3822
3823<div class="jd-details api apilevel-">
3824    <h4 class="jd-details-title">
3825      <span class="normal">
3826        public
3827        static
3828
3829        int
3830      </span>
3831        IMECorpus_userInputSection
3832    </h4>
3833      <div class="api-level">
3834
3835
3836
3837
3838      </div>
3839    <div class="jd-details-descr">
3840
3841
3842
3843
3844  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#userInputSection">userInputSection</a></code>
3845          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus">IMECorpus</a></code> array.
3846
3847
3848          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3849<p>This may also be a reference to a resource (in the form
3850"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3851theme attribute (in the form
3852"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3853containing a value of this type.</p></div>
3854
3855
3856    </div>
3857</div>
3858
3859
3860
3861<A NAME="IMECorpus_userInputTag"></A>
3862
3863<div class="jd-details api apilevel-">
3864    <h4 class="jd-details-title">
3865      <span class="normal">
3866        public
3867        static
3868
3869        int
3870      </span>
3871        IMECorpus_userInputTag
3872    </h4>
3873      <div class="api-level">
3874
3875
3876
3877
3878      </div>
3879    <div class="jd-details-descr">
3880
3881
3882
3883
3884  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#userInputTag">userInputTag</a></code>
3885          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus">IMECorpus</a></code> array.
3886
3887
3888          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3889<p>This may also be a reference to a resource (in the form
3890"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3891theme attribute (in the form
3892"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3893containing a value of this type.</p></div>
3894
3895
3896    </div>
3897</div>
3898
3899
3900
3901<A NAME="IMECorpus_userInputValue"></A>
3902
3903<div class="jd-details api apilevel-">
3904    <h4 class="jd-details-title">
3905      <span class="normal">
3906        public
3907        static
3908
3909        int
3910      </span>
3911        IMECorpus_userInputValue
3912    </h4>
3913      <div class="api-level">
3914
3915
3916
3917
3918      </div>
3919    <div class="jd-details-descr">
3920
3921
3922
3923
3924  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#userInputValue">userInputValue</a></code>
3925          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#IMECorpus">IMECorpus</a></code> array.
3926
3927
3928          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3929<p>This may also be a reference to a resource (in the form
3930"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3931theme attribute (in the form
3932"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3933containing a value of this type.</p></div>
3934
3935
3936    </div>
3937</div>
3938
3939
3940
3941<A NAME="LoadingImageView"></A>
3942
3943<div class="jd-details api apilevel-">
3944    <h4 class="jd-details-title">
3945      <span class="normal">
3946        public
3947        static
3948        final
3949        int[]
3950      </span>
3951        LoadingImageView
3952    </h4>
3953      <div class="api-level">
3954
3955
3956
3957
3958      </div>
3959    <div class="jd-details-descr">
3960
3961
3962
3963
3964  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a LoadingImageView.
3965           <p>Includes the following attributes:</p>
3966           <table>
3967           <colgroup align="left" />
3968           <colgroup align="left" />
3969           <tr><th>Attribute</th><th>Description</th></tr>
3970           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView_circleCrop">com.google.android.gms:circleCrop</a></code></code></td><td></td></tr>
3971           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView_imageAspectRatio">com.google.android.gms:imageAspectRatio</a></code></code></td><td></td></tr>
3972           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView_imageAspectRatioAdjust">com.google.android.gms:imageAspectRatioAdjust</a></code></code></td><td></td></tr>
3973           </table></p></div>
3974  <div class="jd-tagdata">
3975      <h5 class="jd-tagtitle">See Also</h5>
3976      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView_circleCrop">LoadingImageView_circleCrop</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView_imageAspectRatio">LoadingImageView_imageAspectRatio</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView_imageAspectRatioAdjust">LoadingImageView_imageAspectRatioAdjust</a></code></li>
3977      </ul>
3978  </div>
3979
3980
3981    </div>
3982</div>
3983
3984
3985
3986<A NAME="LoadingImageView_circleCrop"></A>
3987
3988<div class="jd-details api apilevel-">
3989    <h4 class="jd-details-title">
3990      <span class="normal">
3991        public
3992        static
3993
3994        int
3995      </span>
3996        LoadingImageView_circleCrop
3997    </h4>
3998      <div class="api-level">
3999
4000
4001
4002
4003      </div>
4004    <div class="jd-details-descr">
4005
4006
4007
4008
4009  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#circleCrop">circleCrop</a></code>
4010          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView">LoadingImageView</a></code> array.
4011
4012
4013          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4014<p>This may also be a reference to a resource (in the form
4015"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4016theme attribute (in the form
4017"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4018containing a value of this type.</p></div>
4019
4020
4021    </div>
4022</div>
4023
4024
4025
4026<A NAME="LoadingImageView_imageAspectRatio"></A>
4027
4028<div class="jd-details api apilevel-">
4029    <h4 class="jd-details-title">
4030      <span class="normal">
4031        public
4032        static
4033
4034        int
4035      </span>
4036        LoadingImageView_imageAspectRatio
4037    </h4>
4038      <div class="api-level">
4039
4040
4041
4042
4043      </div>
4044    <div class="jd-details-descr">
4045
4046
4047
4048
4049  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#imageAspectRatio">imageAspectRatio</a></code>
4050          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView">LoadingImageView</a></code> array.
4051
4052
4053          <p>Must be a floating point value, such as "<code>1.2</code>".
4054<p>This may also be a reference to a resource (in the form
4055"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4056theme attribute (in the form
4057"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4058containing a value of this type.</p></div>
4059
4060
4061    </div>
4062</div>
4063
4064
4065
4066<A NAME="LoadingImageView_imageAspectRatioAdjust"></A>
4067
4068<div class="jd-details api apilevel-">
4069    <h4 class="jd-details-title">
4070      <span class="normal">
4071        public
4072        static
4073
4074        int
4075      </span>
4076        LoadingImageView_imageAspectRatioAdjust
4077    </h4>
4078      <div class="api-level">
4079
4080
4081
4082
4083      </div>
4084    <div class="jd-details-descr">
4085
4086
4087
4088
4089  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#imageAspectRatioAdjust">imageAspectRatioAdjust</a></code>
4090          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#LoadingImageView">LoadingImageView</a></code> array.
4091
4092
4093          <p>Must be one of the following constant values.</p>
4094<table>
4095<colgroup align="left" />
4096<colgroup align="left" />
4097<colgroup align="left" />
4098<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
4099<tr><td><code>none</code></td><td>0</td><td></td></tr>
4100<tr><td><code>adjust_width</code></td><td>1</td><td></td></tr>
4101<tr><td><code>adjust_height</code></td><td>2</td><td></td></tr>
4102</table></p></div>
4103
4104
4105    </div>
4106</div>
4107
4108
4109
4110<A NAME="MapAttrs"></A>
4111
4112<div class="jd-details api apilevel-">
4113    <h4 class="jd-details-title">
4114      <span class="normal">
4115        public
4116        static
4117        final
4118        int[]
4119      </span>
4120        MapAttrs
4121    </h4>
4122      <div class="api-level">
4123
4124
4125
4126
4127      </div>
4128    <div class="jd-details-descr">
4129
4130
4131
4132
4133  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a MapAttrs.
4134           <p>Includes the following attributes:</p>
4135           <table>
4136           <colgroup align="left" />
4137           <colgroup align="left" />
4138           <tr><th>Attribute</th><th>Description</th></tr>
4139           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraBearing">com.google.android.gms:cameraBearing</a></code></code></td><td></td></tr>
4140           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLat">com.google.android.gms:cameraTargetLat</a></code></code></td><td></td></tr>
4141           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLng">com.google.android.gms:cameraTargetLng</a></code></code></td><td></td></tr>
4142           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTilt">com.google.android.gms:cameraTilt</a></code></code></td><td></td></tr>
4143           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraZoom">com.google.android.gms:cameraZoom</a></code></code></td><td></td></tr>
4144           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_liteMode">com.google.android.gms:liteMode</a></code></code></td><td></td></tr>
4145           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_mapType">com.google.android.gms:mapType</a></code></code></td><td></td></tr>
4146           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiCompass">com.google.android.gms:uiCompass</a></code></code></td><td></td></tr>
4147           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiMapToolbar">com.google.android.gms:uiMapToolbar</a></code></code></td><td></td></tr>
4148           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiRotateGestures">com.google.android.gms:uiRotateGestures</a></code></code></td><td></td></tr>
4149           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiScrollGestures">com.google.android.gms:uiScrollGestures</a></code></code></td><td></td></tr>
4150           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiTiltGestures">com.google.android.gms:uiTiltGestures</a></code></code></td><td></td></tr>
4151           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomControls">com.google.android.gms:uiZoomControls</a></code></code></td><td></td></tr>
4152           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomGestures">com.google.android.gms:uiZoomGestures</a></code></code></td><td></td></tr>
4153           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_useViewLifecycle">com.google.android.gms:useViewLifecycle</a></code></code></td><td></td></tr>
4154           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_zOrderOnTop">com.google.android.gms:zOrderOnTop</a></code></code></td><td></td></tr>
4155           </table></p></div>
4156  <div class="jd-tagdata">
4157      <h5 class="jd-tagtitle">See Also</h5>
4158      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraBearing">MapAttrs_cameraBearing</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLat">MapAttrs_cameraTargetLat</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLng">MapAttrs_cameraTargetLng</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTilt">MapAttrs_cameraTilt</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraZoom">MapAttrs_cameraZoom</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_liteMode">MapAttrs_liteMode</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_mapType">MapAttrs_mapType</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiCompass">MapAttrs_uiCompass</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiMapToolbar">MapAttrs_uiMapToolbar</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiRotateGestures">MapAttrs_uiRotateGestures</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiScrollGestures">MapAttrs_uiScrollGestures</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiTiltGestures">MapAttrs_uiTiltGestures</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomControls">MapAttrs_uiZoomControls</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomGestures">MapAttrs_uiZoomGestures</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_useViewLifecycle">MapAttrs_useViewLifecycle</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_zOrderOnTop">MapAttrs_zOrderOnTop</a></code></li>
4159      </ul>
4160  </div>
4161
4162
4163    </div>
4164</div>
4165
4166
4167
4168<A NAME="MapAttrs_cameraBearing"></A>
4169
4170<div class="jd-details api apilevel-">
4171    <h4 class="jd-details-title">
4172      <span class="normal">
4173        public
4174        static
4175
4176        int
4177      </span>
4178        MapAttrs_cameraBearing
4179    </h4>
4180      <div class="api-level">
4181
4182
4183
4184
4185      </div>
4186    <div class="jd-details-descr">
4187
4188
4189
4190
4191  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraBearing">cameraBearing</a></code>
4192          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4193
4194
4195          <p>Must be a floating point value, such as "<code>1.2</code>".
4196<p>This may also be a reference to a resource (in the form
4197"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4198theme attribute (in the form
4199"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4200containing a value of this type.</p></div>
4201
4202
4203    </div>
4204</div>
4205
4206
4207
4208<A NAME="MapAttrs_cameraTargetLat"></A>
4209
4210<div class="jd-details api apilevel-">
4211    <h4 class="jd-details-title">
4212      <span class="normal">
4213        public
4214        static
4215
4216        int
4217      </span>
4218        MapAttrs_cameraTargetLat
4219    </h4>
4220      <div class="api-level">
4221
4222
4223
4224
4225      </div>
4226    <div class="jd-details-descr">
4227
4228
4229
4230
4231  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLat">cameraTargetLat</a></code>
4232          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4233
4234
4235          <p>Must be a floating point value, such as "<code>1.2</code>".
4236<p>This may also be a reference to a resource (in the form
4237"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4238theme attribute (in the form
4239"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4240containing a value of this type.</p></div>
4241
4242
4243    </div>
4244</div>
4245
4246
4247
4248<A NAME="MapAttrs_cameraTargetLng"></A>
4249
4250<div class="jd-details api apilevel-">
4251    <h4 class="jd-details-title">
4252      <span class="normal">
4253        public
4254        static
4255
4256        int
4257      </span>
4258        MapAttrs_cameraTargetLng
4259    </h4>
4260      <div class="api-level">
4261
4262
4263
4264
4265      </div>
4266    <div class="jd-details-descr">
4267
4268
4269
4270
4271  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLng">cameraTargetLng</a></code>
4272          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4273
4274
4275          <p>Must be a floating point value, such as "<code>1.2</code>".
4276<p>This may also be a reference to a resource (in the form
4277"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4278theme attribute (in the form
4279"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4280containing a value of this type.</p></div>
4281
4282
4283    </div>
4284</div>
4285
4286
4287
4288<A NAME="MapAttrs_cameraTilt"></A>
4289
4290<div class="jd-details api apilevel-">
4291    <h4 class="jd-details-title">
4292      <span class="normal">
4293        public
4294        static
4295
4296        int
4297      </span>
4298        MapAttrs_cameraTilt
4299    </h4>
4300      <div class="api-level">
4301
4302
4303
4304
4305      </div>
4306    <div class="jd-details-descr">
4307
4308
4309
4310
4311  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTilt">cameraTilt</a></code>
4312          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4313
4314
4315          <p>Must be a floating point value, such as "<code>1.2</code>".
4316<p>This may also be a reference to a resource (in the form
4317"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4318theme attribute (in the form
4319"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4320containing a value of this type.</p></div>
4321
4322
4323    </div>
4324</div>
4325
4326
4327
4328<A NAME="MapAttrs_cameraZoom"></A>
4329
4330<div class="jd-details api apilevel-">
4331    <h4 class="jd-details-title">
4332      <span class="normal">
4333        public
4334        static
4335
4336        int
4337      </span>
4338        MapAttrs_cameraZoom
4339    </h4>
4340      <div class="api-level">
4341
4342
4343
4344
4345      </div>
4346    <div class="jd-details-descr">
4347
4348
4349
4350
4351  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraZoom">cameraZoom</a></code>
4352          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4353
4354
4355          <p>Must be a floating point value, such as "<code>1.2</code>".
4356<p>This may also be a reference to a resource (in the form
4357"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4358theme attribute (in the form
4359"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4360containing a value of this type.</p></div>
4361
4362
4363    </div>
4364</div>
4365
4366
4367
4368<A NAME="MapAttrs_liteMode"></A>
4369
4370<div class="jd-details api apilevel-">
4371    <h4 class="jd-details-title">
4372      <span class="normal">
4373        public
4374        static
4375
4376        int
4377      </span>
4378        MapAttrs_liteMode
4379    </h4>
4380      <div class="api-level">
4381
4382
4383
4384
4385      </div>
4386    <div class="jd-details-descr">
4387
4388
4389
4390
4391  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#liteMode">liteMode</a></code>
4392          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4393
4394
4395          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4396<p>This may also be a reference to a resource (in the form
4397"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4398theme attribute (in the form
4399"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4400containing a value of this type.</p></div>
4401
4402
4403    </div>
4404</div>
4405
4406
4407
4408<A NAME="MapAttrs_mapType"></A>
4409
4410<div class="jd-details api apilevel-">
4411    <h4 class="jd-details-title">
4412      <span class="normal">
4413        public
4414        static
4415
4416        int
4417      </span>
4418        MapAttrs_mapType
4419    </h4>
4420      <div class="api-level">
4421
4422
4423
4424
4425      </div>
4426    <div class="jd-details-descr">
4427
4428
4429
4430
4431  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#mapType">mapType</a></code>
4432          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4433
4434
4435          <p>Must be one of the following constant values.</p>
4436<table>
4437<colgroup align="left" />
4438<colgroup align="left" />
4439<colgroup align="left" />
4440<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
4441<tr><td><code>none</code></td><td>0</td><td></td></tr>
4442<tr><td><code>normal</code></td><td>1</td><td></td></tr>
4443<tr><td><code>satellite</code></td><td>2</td><td></td></tr>
4444<tr><td><code>terrain</code></td><td>3</td><td></td></tr>
4445<tr><td><code>hybrid</code></td><td>4</td><td></td></tr>
4446</table></p></div>
4447
4448
4449    </div>
4450</div>
4451
4452
4453
4454<A NAME="MapAttrs_uiCompass"></A>
4455
4456<div class="jd-details api apilevel-">
4457    <h4 class="jd-details-title">
4458      <span class="normal">
4459        public
4460        static
4461
4462        int
4463      </span>
4464        MapAttrs_uiCompass
4465    </h4>
4466      <div class="api-level">
4467
4468
4469
4470
4471      </div>
4472    <div class="jd-details-descr">
4473
4474
4475
4476
4477  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiCompass">uiCompass</a></code>
4478          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4479
4480
4481          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4482<p>This may also be a reference to a resource (in the form
4483"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4484theme attribute (in the form
4485"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4486containing a value of this type.</p></div>
4487
4488
4489    </div>
4490</div>
4491
4492
4493
4494<A NAME="MapAttrs_uiMapToolbar"></A>
4495
4496<div class="jd-details api apilevel-">
4497    <h4 class="jd-details-title">
4498      <span class="normal">
4499        public
4500        static
4501
4502        int
4503      </span>
4504        MapAttrs_uiMapToolbar
4505    </h4>
4506      <div class="api-level">
4507
4508
4509
4510
4511      </div>
4512    <div class="jd-details-descr">
4513
4514
4515
4516
4517  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiMapToolbar">uiMapToolbar</a></code>
4518          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4519
4520
4521          <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.</p></div>
4527
4528
4529    </div>
4530</div>
4531
4532
4533
4534<A NAME="MapAttrs_uiRotateGestures"></A>
4535
4536<div class="jd-details api apilevel-">
4537    <h4 class="jd-details-title">
4538      <span class="normal">
4539        public
4540        static
4541
4542        int
4543      </span>
4544        MapAttrs_uiRotateGestures
4545    </h4>
4546      <div class="api-level">
4547
4548
4549
4550
4551      </div>
4552    <div class="jd-details-descr">
4553
4554
4555
4556
4557  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiRotateGestures">uiRotateGestures</a></code>
4558          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4559
4560
4561          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4562<p>This may also be a reference to a resource (in the form
4563"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4564theme attribute (in the form
4565"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4566containing a value of this type.</p></div>
4567
4568
4569    </div>
4570</div>
4571
4572
4573
4574<A NAME="MapAttrs_uiScrollGestures"></A>
4575
4576<div class="jd-details api apilevel-">
4577    <h4 class="jd-details-title">
4578      <span class="normal">
4579        public
4580        static
4581
4582        int
4583      </span>
4584        MapAttrs_uiScrollGestures
4585    </h4>
4586      <div class="api-level">
4587
4588
4589
4590
4591      </div>
4592    <div class="jd-details-descr">
4593
4594
4595
4596
4597  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiScrollGestures">uiScrollGestures</a></code>
4598          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4599
4600
4601          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4602<p>This may also be a reference to a resource (in the form
4603"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4604theme attribute (in the form
4605"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4606containing a value of this type.</p></div>
4607
4608
4609    </div>
4610</div>
4611
4612
4613
4614<A NAME="MapAttrs_uiTiltGestures"></A>
4615
4616<div class="jd-details api apilevel-">
4617    <h4 class="jd-details-title">
4618      <span class="normal">
4619        public
4620        static
4621
4622        int
4623      </span>
4624        MapAttrs_uiTiltGestures
4625    </h4>
4626      <div class="api-level">
4627
4628
4629
4630
4631      </div>
4632    <div class="jd-details-descr">
4633
4634
4635
4636
4637  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiTiltGestures">uiTiltGestures</a></code>
4638          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4639
4640
4641          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4642<p>This may also be a reference to a resource (in the form
4643"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4644theme attribute (in the form
4645"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4646containing a value of this type.</p></div>
4647
4648
4649    </div>
4650</div>
4651
4652
4653
4654<A NAME="MapAttrs_uiZoomControls"></A>
4655
4656<div class="jd-details api apilevel-">
4657    <h4 class="jd-details-title">
4658      <span class="normal">
4659        public
4660        static
4661
4662        int
4663      </span>
4664        MapAttrs_uiZoomControls
4665    </h4>
4666      <div class="api-level">
4667
4668
4669
4670
4671      </div>
4672    <div class="jd-details-descr">
4673
4674
4675
4676
4677  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiZoomControls">uiZoomControls</a></code>
4678          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4679
4680
4681          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4682<p>This may also be a reference to a resource (in the form
4683"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4684theme attribute (in the form
4685"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4686containing a value of this type.</p></div>
4687
4688
4689    </div>
4690</div>
4691
4692
4693
4694<A NAME="MapAttrs_uiZoomGestures"></A>
4695
4696<div class="jd-details api apilevel-">
4697    <h4 class="jd-details-title">
4698      <span class="normal">
4699        public
4700        static
4701
4702        int
4703      </span>
4704        MapAttrs_uiZoomGestures
4705    </h4>
4706      <div class="api-level">
4707
4708
4709
4710
4711      </div>
4712    <div class="jd-details-descr">
4713
4714
4715
4716
4717  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiZoomGestures">uiZoomGestures</a></code>
4718          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4719
4720
4721          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4722<p>This may also be a reference to a resource (in the form
4723"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4724theme attribute (in the form
4725"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4726containing a value of this type.</p></div>
4727
4728
4729    </div>
4730</div>
4731
4732
4733
4734<A NAME="MapAttrs_useViewLifecycle"></A>
4735
4736<div class="jd-details api apilevel-">
4737    <h4 class="jd-details-title">
4738      <span class="normal">
4739        public
4740        static
4741
4742        int
4743      </span>
4744        MapAttrs_useViewLifecycle
4745    </h4>
4746      <div class="api-level">
4747
4748
4749
4750
4751      </div>
4752    <div class="jd-details-descr">
4753
4754
4755
4756
4757  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#useViewLifecycle">useViewLifecycle</a></code>
4758          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4759
4760
4761          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4762<p>This may also be a reference to a resource (in the form
4763"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4764theme attribute (in the form
4765"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4766containing a value of this type.</p></div>
4767
4768
4769    </div>
4770</div>
4771
4772
4773
4774<A NAME="MapAttrs_zOrderOnTop"></A>
4775
4776<div class="jd-details api apilevel-">
4777    <h4 class="jd-details-title">
4778      <span class="normal">
4779        public
4780        static
4781
4782        int
4783      </span>
4784        MapAttrs_zOrderOnTop
4785    </h4>
4786      <div class="api-level">
4787
4788
4789
4790
4791      </div>
4792    <div class="jd-details-descr">
4793
4794
4795
4796
4797  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#zOrderOnTop">zOrderOnTop</a></code>
4798          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
4799
4800
4801          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4802<p>This may also be a reference to a resource (in the form
4803"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4804theme attribute (in the form
4805"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4806containing a value of this type.</p></div>
4807
4808
4809    </div>
4810</div>
4811
4812
4813
4814<A NAME="Section"></A>
4815
4816<div class="jd-details api apilevel-">
4817    <h4 class="jd-details-title">
4818      <span class="normal">
4819        public
4820        static
4821        final
4822        int[]
4823      </span>
4824        Section
4825    </h4>
4826      <div class="api-level">
4827
4828
4829
4830
4831      </div>
4832    <div class="jd-details-descr">
4833
4834
4835
4836
4837  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a Section.
4838           <p>Includes the following attributes:</p>
4839           <table>
4840           <colgroup align="left" />
4841           <colgroup align="left" />
4842           <tr><th>Attribute</th><th>Description</th></tr>
4843           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_indexPrefixes">com.google.android.gms:indexPrefixes</a></code></code></td><td></td></tr>
4844           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_noIndex">com.google.android.gms:noIndex</a></code></code></td><td></td></tr>
4845           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_schemaOrgProperty">com.google.android.gms:schemaOrgProperty</a></code></code></td><td></td></tr>
4846           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_sectionFormat">com.google.android.gms:sectionFormat</a></code></code></td><td></td></tr>
4847           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_sectionId">com.google.android.gms:sectionId</a></code></code></td><td></td></tr>
4848           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_sectionWeight">com.google.android.gms:sectionWeight</a></code></code></td><td></td></tr>
4849           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_subsectionSeparator">com.google.android.gms:subsectionSeparator</a></code></code></td><td></td></tr>
4850           </table></p></div>
4851  <div class="jd-tagdata">
4852      <h5 class="jd-tagtitle">See Also</h5>
4853      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_indexPrefixes">Section_indexPrefixes</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_noIndex">Section_noIndex</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_schemaOrgProperty">Section_schemaOrgProperty</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_sectionFormat">Section_sectionFormat</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_sectionId">Section_sectionId</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_sectionWeight">Section_sectionWeight</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_subsectionSeparator">Section_subsectionSeparator</a></code></li>
4854      </ul>
4855  </div>
4856
4857
4858    </div>
4859</div>
4860
4861
4862
4863<A NAME="SectionFeature"></A>
4864
4865<div class="jd-details api apilevel-">
4866    <h4 class="jd-details-title">
4867      <span class="normal">
4868        public
4869        static
4870        final
4871        int[]
4872      </span>
4873        SectionFeature
4874    </h4>
4875      <div class="api-level">
4876
4877
4878
4879
4880      </div>
4881    <div class="jd-details-descr">
4882
4883
4884
4885
4886  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a SectionFeature.
4887           <p>Includes the following attributes:</p>
4888           <table>
4889           <colgroup align="left" />
4890           <colgroup align="left" />
4891           <tr><th>Attribute</th><th>Description</th></tr>
4892           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#SectionFeature_featureType">com.google.android.gms:featureType</a></code></code></td><td></td></tr>
4893           </table></p></div>
4894  <div class="jd-tagdata">
4895      <h5 class="jd-tagtitle">See Also</h5>
4896      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#SectionFeature_featureType">SectionFeature_featureType</a></code></li>
4897      </ul>
4898  </div>
4899
4900
4901    </div>
4902</div>
4903
4904
4905
4906<A NAME="SectionFeature_featureType"></A>
4907
4908<div class="jd-details api apilevel-">
4909    <h4 class="jd-details-title">
4910      <span class="normal">
4911        public
4912        static
4913
4914        int
4915      </span>
4916        SectionFeature_featureType
4917    </h4>
4918      <div class="api-level">
4919
4920
4921
4922
4923      </div>
4924    <div class="jd-details-descr">
4925
4926
4927
4928
4929  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#featureType">featureType</a></code>
4930          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#SectionFeature">SectionFeature</a></code> array.
4931
4932
4933          <p>Must be one of the following constant values.</p>
4934<table>
4935<colgroup align="left" />
4936<colgroup align="left" />
4937<colgroup align="left" />
4938<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
4939<tr><td><code>match_global_nicknames</code></td><td>1</td><td></td></tr>
4940<tr><td><code>demote_common_words</code></td><td>2</td><td></td></tr>
4941<tr><td><code>demote_rfc822_hostnames</code></td><td>3</td><td></td></tr>
4942<tr><td><code>omnibox_url_section</code></td><td>4</td><td></td></tr>
4943<tr><td><code>omnibox_title_section</code></td><td>5</td><td></td></tr>
4944</table></p></div>
4945
4946
4947    </div>
4948</div>
4949
4950
4951
4952<A NAME="Section_indexPrefixes"></A>
4953
4954<div class="jd-details api apilevel-">
4955    <h4 class="jd-details-title">
4956      <span class="normal">
4957        public
4958        static
4959
4960        int
4961      </span>
4962        Section_indexPrefixes
4963    </h4>
4964      <div class="api-level">
4965
4966
4967
4968
4969      </div>
4970    <div class="jd-details-descr">
4971
4972
4973
4974
4975  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#indexPrefixes">indexPrefixes</a></code>
4976          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></code> array.
4977
4978
4979          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
4980<p>This may also be a reference to a resource (in the form
4981"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
4982theme attribute (in the form
4983"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
4984containing a value of this type.</p></div>
4985
4986
4987    </div>
4988</div>
4989
4990
4991
4992<A NAME="Section_noIndex"></A>
4993
4994<div class="jd-details api apilevel-">
4995    <h4 class="jd-details-title">
4996      <span class="normal">
4997        public
4998        static
4999
5000        int
5001      </span>
5002        Section_noIndex
5003    </h4>
5004      <div class="api-level">
5005
5006
5007
5008
5009      </div>
5010    <div class="jd-details-descr">
5011
5012
5013
5014
5015  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#noIndex">noIndex</a></code>
5016          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></code> array.
5017
5018
5019          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
5020<p>This may also be a reference to a resource (in the form
5021"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
5022theme attribute (in the form
5023"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
5024containing a value of this type.</p></div>
5025
5026
5027    </div>
5028</div>
5029
5030
5031
5032<A NAME="Section_schemaOrgProperty"></A>
5033
5034<div class="jd-details api apilevel-">
5035    <h4 class="jd-details-title">
5036      <span class="normal">
5037        public
5038        static
5039
5040        int
5041      </span>
5042        Section_schemaOrgProperty
5043    </h4>
5044      <div class="api-level">
5045
5046
5047
5048
5049      </div>
5050    <div class="jd-details-descr">
5051
5052
5053
5054
5055  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#schemaOrgProperty">schemaOrgProperty</a></code>
5056          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></code> array.
5057
5058
5059          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
5060<p>This may also be a reference to a resource (in the form
5061"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
5062theme attribute (in the form
5063"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
5064containing a value of this type.</p></div>
5065
5066
5067    </div>
5068</div>
5069
5070
5071
5072<A NAME="Section_sectionFormat"></A>
5073
5074<div class="jd-details api apilevel-">
5075    <h4 class="jd-details-title">
5076      <span class="normal">
5077        public
5078        static
5079
5080        int
5081      </span>
5082        Section_sectionFormat
5083    </h4>
5084      <div class="api-level">
5085
5086
5087
5088
5089      </div>
5090    <div class="jd-details-descr">
5091
5092
5093
5094
5095  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#sectionFormat">sectionFormat</a></code>
5096          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></code> array.
5097
5098
5099          <p>Must be one of the following constant values.</p>
5100<table>
5101<colgroup align="left" />
5102<colgroup align="left" />
5103<colgroup align="left" />
5104<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
5105<tr><td><code>plain</code></td><td>0</td><td></td></tr>
5106<tr><td><code>html</code></td><td>1</td><td></td></tr>
5107<tr><td><code>rfc822</code></td><td>2</td><td></td></tr>
5108<tr><td><code>url</code></td><td>3</td><td></td></tr>
5109</table></p></div>
5110
5111
5112    </div>
5113</div>
5114
5115
5116
5117<A NAME="Section_sectionId"></A>
5118
5119<div class="jd-details api apilevel-">
5120    <h4 class="jd-details-title">
5121      <span class="normal">
5122        public
5123        static
5124
5125        int
5126      </span>
5127        Section_sectionId
5128    </h4>
5129      <div class="api-level">
5130
5131
5132
5133
5134      </div>
5135    <div class="jd-details-descr">
5136
5137
5138
5139
5140  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#sectionId">sectionId</a></code>
5141          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></code> array.
5142
5143
5144          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
5145<p>This may also be a reference to a resource (in the form
5146"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
5147theme attribute (in the form
5148"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
5149containing a value of this type.</p></div>
5150
5151
5152    </div>
5153</div>
5154
5155
5156
5157<A NAME="Section_sectionWeight"></A>
5158
5159<div class="jd-details api apilevel-">
5160    <h4 class="jd-details-title">
5161      <span class="normal">
5162        public
5163        static
5164
5165        int
5166      </span>
5167        Section_sectionWeight
5168    </h4>
5169      <div class="api-level">
5170
5171
5172
5173
5174      </div>
5175    <div class="jd-details-descr">
5176
5177
5178
5179
5180  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#sectionWeight">sectionWeight</a></code>
5181          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></code> array.
5182
5183
5184          <p>Must be an integer value, such as "<code>100</code>".
5185<p>This may also be a reference to a resource (in the form
5186"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
5187theme attribute (in the form
5188"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
5189containing a value of this type.</p></div>
5190
5191
5192    </div>
5193</div>
5194
5195
5196
5197<A NAME="Section_subsectionSeparator"></A>
5198
5199<div class="jd-details api apilevel-">
5200    <h4 class="jd-details-title">
5201      <span class="normal">
5202        public
5203        static
5204
5205        int
5206      </span>
5207        Section_subsectionSeparator
5208    </h4>
5209      <div class="api-level">
5210
5211
5212
5213
5214      </div>
5215    <div class="jd-details-descr">
5216
5217
5218
5219
5220  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#subsectionSeparator">subsectionSeparator</a></code>
5221          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></code> array.
5222
5223
5224          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
5225<p>This may also be a reference to a resource (in the form
5226"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
5227theme attribute (in the form
5228"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
5229containing a value of this type.</p></div>
5230
5231
5232    </div>
5233</div>
5234
5235
5236
5237<A NAME="WalletFragmentOptions"></A>
5238
5239<div class="jd-details api apilevel-">
5240    <h4 class="jd-details-title">
5241      <span class="normal">
5242        public
5243        static
5244        final
5245        int[]
5246      </span>
5247        WalletFragmentOptions
5248    </h4>
5249      <div class="api-level">
5250
5251
5252
5253
5254      </div>
5255    <div class="jd-details-descr">
5256
5257
5258
5259
5260  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a WalletFragmentOptions.
5261           <p>Includes the following attributes:</p>
5262           <table>
5263           <colgroup align="left" />
5264           <colgroup align="left" />
5265           <tr><th>Attribute</th><th>Description</th></tr>
5266           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions_appTheme">com.google.android.gms:appTheme</a></code></code></td><td></td></tr>
5267           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions_environment">com.google.android.gms:environment</a></code></code></td><td></td></tr>
5268           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions_fragmentMode">com.google.android.gms:fragmentMode</a></code></code></td><td></td></tr>
5269           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions_fragmentStyle">com.google.android.gms:fragmentStyle</a></code></code></td><td></td></tr>
5270           </table></p></div>
5271  <div class="jd-tagdata">
5272      <h5 class="jd-tagtitle">See Also</h5>
5273      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions_appTheme">WalletFragmentOptions_appTheme</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions_environment">WalletFragmentOptions_environment</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions_fragmentMode">WalletFragmentOptions_fragmentMode</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions_fragmentStyle">WalletFragmentOptions_fragmentStyle</a></code></li>
5274      </ul>
5275  </div>
5276
5277
5278    </div>
5279</div>
5280
5281
5282
5283<A NAME="WalletFragmentOptions_appTheme"></A>
5284
5285<div class="jd-details api apilevel-">
5286    <h4 class="jd-details-title">
5287      <span class="normal">
5288        public
5289        static
5290
5291        int
5292      </span>
5293        WalletFragmentOptions_appTheme
5294    </h4>
5295      <div class="api-level">
5296
5297
5298
5299
5300      </div>
5301    <div class="jd-details-descr">
5302
5303
5304
5305
5306  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#appTheme">appTheme</a></code>
5307          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions">WalletFragmentOptions</a></code> array.
5308
5309
5310          <p>Must be one of the following constant values.</p>
5311<table>
5312<colgroup align="left" />
5313<colgroup align="left" />
5314<colgroup align="left" />
5315<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
5316<tr><td><code>holo_dark</code></td><td>0</td><td></td></tr>
5317<tr><td><code>holo_light</code></td><td>1</td><td></td></tr>
5318</table></p></div>
5319
5320
5321    </div>
5322</div>
5323
5324
5325
5326<A NAME="WalletFragmentOptions_environment"></A>
5327
5328<div class="jd-details api apilevel-">
5329    <h4 class="jd-details-title">
5330      <span class="normal">
5331        public
5332        static
5333
5334        int
5335      </span>
5336        WalletFragmentOptions_environment
5337    </h4>
5338      <div class="api-level">
5339
5340
5341
5342
5343      </div>
5344    <div class="jd-details-descr">
5345
5346
5347
5348
5349  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#environment">environment</a></code>
5350          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions">WalletFragmentOptions</a></code> array.
5351
5352
5353          <p>Must be one of the following constant values.</p>
5354<table>
5355<colgroup align="left" />
5356<colgroup align="left" />
5357<colgroup align="left" />
5358<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
5359<tr><td><code>production</code></td><td>1</td><td></td></tr>
5360<tr><td><code>sandbox</code></td><td>0</td><td></td></tr>
5361<tr><td><code>strict_sandbox</code></td><td>2</td><td></td></tr>
5362</table></p></div>
5363
5364
5365    </div>
5366</div>
5367
5368
5369
5370<A NAME="WalletFragmentOptions_fragmentMode"></A>
5371
5372<div class="jd-details api apilevel-">
5373    <h4 class="jd-details-title">
5374      <span class="normal">
5375        public
5376        static
5377
5378        int
5379      </span>
5380        WalletFragmentOptions_fragmentMode
5381    </h4>
5382      <div class="api-level">
5383
5384
5385
5386
5387      </div>
5388    <div class="jd-details-descr">
5389
5390
5391
5392
5393  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#fragmentMode">fragmentMode</a></code>
5394          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions">WalletFragmentOptions</a></code> array.
5395
5396
5397          <p>Must be one of the following constant values.</p>
5398<table>
5399<colgroup align="left" />
5400<colgroup align="left" />
5401<colgroup align="left" />
5402<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
5403<tr><td><code>buyButton</code></td><td>1</td><td></td></tr>
5404<tr><td><code>selectionDetails</code></td><td>2</td><td></td></tr>
5405</table></p></div>
5406
5407
5408    </div>
5409</div>
5410
5411
5412
5413<A NAME="WalletFragmentOptions_fragmentStyle"></A>
5414
5415<div class="jd-details api apilevel-">
5416    <h4 class="jd-details-title">
5417      <span class="normal">
5418        public
5419        static
5420
5421        int
5422      </span>
5423        WalletFragmentOptions_fragmentStyle
5424    </h4>
5425      <div class="api-level">
5426
5427
5428
5429
5430      </div>
5431    <div class="jd-details-descr">
5432
5433
5434
5435
5436  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#fragmentStyle">fragmentStyle</a></code>
5437          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentOptions">WalletFragmentOptions</a></code> array.
5438
5439
5440          <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
5441or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</p></div>
5442
5443
5444    </div>
5445</div>
5446
5447
5448
5449<A NAME="WalletFragmentStyle"></A>
5450
5451<div class="jd-details api apilevel-">
5452    <h4 class="jd-details-title">
5453      <span class="normal">
5454        public
5455        static
5456        final
5457        int[]
5458      </span>
5459        WalletFragmentStyle
5460    </h4>
5461      <div class="api-level">
5462
5463
5464
5465
5466      </div>
5467    <div class="jd-details-descr">
5468
5469
5470
5471
5472  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a WalletFragmentStyle.
5473           <p>Includes the following attributes:</p>
5474           <table>
5475           <colgroup align="left" />
5476           <colgroup align="left" />
5477           <tr><th>Attribute</th><th>Description</th></tr>
5478           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_buyButtonAppearance">com.google.android.gms:buyButtonAppearance</a></code></code></td><td></td></tr>
5479           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_buyButtonHeight">com.google.android.gms:buyButtonHeight</a></code></code></td><td></td></tr>
5480           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_buyButtonText">com.google.android.gms:buyButtonText</a></code></code></td><td></td></tr>
5481           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_buyButtonWidth">com.google.android.gms:buyButtonWidth</a></code></code></td><td></td></tr>
5482           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsBackground">com.google.android.gms:maskedWalletDetailsBackground</a></code></code></td><td></td></tr>
5483           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsButtonBackground">com.google.android.gms:maskedWalletDetailsButtonBackground</a></code></code></td><td></td></tr>
5484           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsButtonTextAppearance">com.google.android.gms:maskedWalletDetailsButtonTextAppearance</a></code></code></td><td></td></tr>
5485           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsHeaderTextAppearance">com.google.android.gms:maskedWalletDetailsHeaderTextAppearance</a></code></code></td><td></td></tr>
5486           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsLogoImageType">com.google.android.gms:maskedWalletDetailsLogoImageType</a></code></code></td><td></td></tr>
5487           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsLogoTextColor">com.google.android.gms:maskedWalletDetailsLogoTextColor</a></code></code></td><td></td></tr>
5488           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsTextAppearance">com.google.android.gms:maskedWalletDetailsTextAppearance</a></code></code></td><td></td></tr>
5489           </table></p></div>
5490  <div class="jd-tagdata">
5491      <h5 class="jd-tagtitle">See Also</h5>
5492      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_buyButtonAppearance">WalletFragmentStyle_buyButtonAppearance</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_buyButtonHeight">WalletFragmentStyle_buyButtonHeight</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_buyButtonText">WalletFragmentStyle_buyButtonText</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_buyButtonWidth">WalletFragmentStyle_buyButtonWidth</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsBackground">WalletFragmentStyle_maskedWalletDetailsBackground</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsButtonBackground">WalletFragmentStyle_maskedWalletDetailsButtonBackground</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsButtonTextAppearance">WalletFragmentStyle_maskedWalletDetailsButtonTextAppearance</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsHeaderTextAppearance">WalletFragmentStyle_maskedWalletDetailsHeaderTextAppearance</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsLogoImageType">WalletFragmentStyle_maskedWalletDetailsLogoImageType</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsLogoTextColor">WalletFragmentStyle_maskedWalletDetailsLogoTextColor</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle_maskedWalletDetailsTextAppearance">WalletFragmentStyle_maskedWalletDetailsTextAppearance</a></code></li>
5493      </ul>
5494  </div>
5495
5496
5497    </div>
5498</div>
5499
5500
5501
5502<A NAME="WalletFragmentStyle_buyButtonAppearance"></A>
5503
5504<div class="jd-details api apilevel-">
5505    <h4 class="jd-details-title">
5506      <span class="normal">
5507        public
5508        static
5509
5510        int
5511      </span>
5512        WalletFragmentStyle_buyButtonAppearance
5513    </h4>
5514      <div class="api-level">
5515
5516
5517
5518
5519      </div>
5520    <div class="jd-details-descr">
5521
5522
5523
5524
5525  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#buyButtonAppearance">buyButtonAppearance</a></code>
5526          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
5527
5528
5529          <p>Must be one of the following constant values.</p>
5530<table>
5531<colgroup align="left" />
5532<colgroup align="left" />
5533<colgroup align="left" />
5534<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
5535<tr><td><code>classic</code></td><td>1</td><td></td></tr>
5536<tr><td><code>grayscale</code></td><td>2</td><td></td></tr>
5537<tr><td><code>monochrome</code></td><td>3</td><td></td></tr>
5538</table></p></div>
5539
5540
5541    </div>
5542</div>
5543
5544
5545
5546<A NAME="WalletFragmentStyle_buyButtonHeight"></A>
5547
5548<div class="jd-details api apilevel-">
5549    <h4 class="jd-details-title">
5550      <span class="normal">
5551        public
5552        static
5553
5554        int
5555      </span>
5556        WalletFragmentStyle_buyButtonHeight
5557    </h4>
5558      <div class="api-level">
5559
5560
5561
5562
5563      </div>
5564    <div class="jd-details-descr">
5565
5566
5567
5568
5569  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#buyButtonHeight">buyButtonHeight</a></code>
5570          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
5571
5572
5573          <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
5574Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
5575in (inches), mm (millimeters).
5576<p>This may also be a reference to a resource (in the form
5577"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
5578theme attribute (in the form
5579"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
5580containing a value of this type.
5581<p>May be one of the following constant values.</p>
5582<table>
5583<colgroup align="left" />
5584<colgroup align="left" />
5585<colgroup align="left" />
5586<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
5587<tr><td><code>match_parent</code></td><td>-1</td><td></td></tr>
5588<tr><td><code>wrap_content</code></td><td>-2</td><td></td></tr>
5589</table></p></div>
5590
5591
5592    </div>
5593</div>
5594
5595
5596
5597<A NAME="WalletFragmentStyle_buyButtonText"></A>
5598
5599<div class="jd-details api apilevel-">
5600    <h4 class="jd-details-title">
5601      <span class="normal">
5602        public
5603        static
5604
5605        int
5606      </span>
5607        WalletFragmentStyle_buyButtonText
5608    </h4>
5609      <div class="api-level">
5610
5611
5612
5613
5614      </div>
5615    <div class="jd-details-descr">
5616
5617
5618
5619
5620  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#buyButtonText">buyButtonText</a></code>
5621          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
5622
5623
5624          <p>Must be one of the following constant values.</p>
5625<table>
5626<colgroup align="left" />
5627<colgroup align="left" />
5628<colgroup align="left" />
5629<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
5630<tr><td><code>buy_with_google</code></td><td>1</td><td></td></tr>
5631<tr><td><code>buy_now</code></td><td>2</td><td></td></tr>
5632<tr><td><code>book_now</code></td><td>3</td><td></td></tr>
5633<tr><td><code>donate_with_google</code></td><td>4</td><td></td></tr>
5634</table></p></div>
5635
5636
5637    </div>
5638</div>
5639
5640
5641
5642<A NAME="WalletFragmentStyle_buyButtonWidth"></A>
5643
5644<div class="jd-details api apilevel-">
5645    <h4 class="jd-details-title">
5646      <span class="normal">
5647        public
5648        static
5649
5650        int
5651      </span>
5652        WalletFragmentStyle_buyButtonWidth
5653    </h4>
5654      <div class="api-level">
5655
5656
5657
5658
5659      </div>
5660    <div class="jd-details-descr">
5661
5662
5663
5664
5665  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#buyButtonWidth">buyButtonWidth</a></code>
5666          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
5667
5668
5669          <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
5670Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
5671in (inches), mm (millimeters).
5672<p>This may also be a reference to a resource (in the form
5673"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
5674theme attribute (in the form
5675"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
5676containing a value of this type.
5677<p>May be one of the following constant values.</p>
5678<table>
5679<colgroup align="left" />
5680<colgroup align="left" />
5681<colgroup align="left" />
5682<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
5683<tr><td><code>match_parent</code></td><td>-1</td><td></td></tr>
5684<tr><td><code>wrap_content</code></td><td>-2</td><td></td></tr>
5685</table></p></div>
5686
5687
5688    </div>
5689</div>
5690
5691
5692
5693<A NAME="WalletFragmentStyle_maskedWalletDetailsBackground"></A>
5694
5695<div class="jd-details api apilevel-">
5696    <h4 class="jd-details-title">
5697      <span class="normal">
5698        public
5699        static
5700
5701        int
5702      </span>
5703        WalletFragmentStyle_maskedWalletDetailsBackground
5704    </h4>
5705      <div class="api-level">
5706
5707
5708
5709
5710      </div>
5711    <div class="jd-details-descr">
5712
5713
5714
5715
5716  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsBackground">maskedWalletDetailsBackground</a></code>
5717          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
5718
5719
5720          <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
5721or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
5722<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
5723"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</p></div>
5724
5725
5726    </div>
5727</div>
5728
5729
5730
5731<A NAME="WalletFragmentStyle_maskedWalletDetailsButtonBackground"></A>
5732
5733<div class="jd-details api apilevel-">
5734    <h4 class="jd-details-title">
5735      <span class="normal">
5736        public
5737        static
5738
5739        int
5740      </span>
5741        WalletFragmentStyle_maskedWalletDetailsButtonBackground
5742    </h4>
5743      <div class="api-level">
5744
5745
5746
5747
5748      </div>
5749    <div class="jd-details-descr">
5750
5751
5752
5753
5754  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsButtonBackground">maskedWalletDetailsButtonBackground</a></code>
5755          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
5756
5757
5758          <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
5759or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
5760<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
5761"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</p></div>
5762
5763
5764    </div>
5765</div>
5766
5767
5768
5769<A NAME="WalletFragmentStyle_maskedWalletDetailsButtonTextAppearance"></A>
5770
5771<div class="jd-details api apilevel-">
5772    <h4 class="jd-details-title">
5773      <span class="normal">
5774        public
5775        static
5776
5777        int
5778      </span>
5779        WalletFragmentStyle_maskedWalletDetailsButtonTextAppearance
5780    </h4>
5781      <div class="api-level">
5782
5783
5784
5785
5786      </div>
5787    <div class="jd-details-descr">
5788
5789
5790
5791
5792  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsButtonTextAppearance">maskedWalletDetailsButtonTextAppearance</a></code>
5793          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
5794
5795
5796          <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
5797or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</p></div>
5798
5799
5800    </div>
5801</div>
5802
5803
5804
5805<A NAME="WalletFragmentStyle_maskedWalletDetailsHeaderTextAppearance"></A>
5806
5807<div class="jd-details api apilevel-">
5808    <h4 class="jd-details-title">
5809      <span class="normal">
5810        public
5811        static
5812
5813        int
5814      </span>
5815        WalletFragmentStyle_maskedWalletDetailsHeaderTextAppearance
5816    </h4>
5817      <div class="api-level">
5818
5819
5820
5821
5822      </div>
5823    <div class="jd-details-descr">
5824
5825
5826
5827
5828  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsHeaderTextAppearance">maskedWalletDetailsHeaderTextAppearance</a></code>
5829          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
5830
5831
5832          <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
5833or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</p></div>
5834
5835
5836    </div>
5837</div>
5838
5839
5840
5841<A NAME="WalletFragmentStyle_maskedWalletDetailsLogoImageType"></A>
5842
5843<div class="jd-details api apilevel-">
5844    <h4 class="jd-details-title">
5845      <span class="normal">
5846        public
5847        static
5848
5849        int
5850      </span>
5851        WalletFragmentStyle_maskedWalletDetailsLogoImageType
5852    </h4>
5853      <div class="api-level">
5854
5855
5856
5857
5858      </div>
5859    <div class="jd-details-descr">
5860
5861
5862
5863
5864  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsLogoImageType">maskedWalletDetailsLogoImageType</a></code>
5865          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
5866
5867
5868          <p>Must be one of the following constant values.</p>
5869<table>
5870<colgroup align="left" />
5871<colgroup align="left" />
5872<colgroup align="left" />
5873<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
5874<tr><td><code>classic</code></td><td>1</td><td></td></tr>
5875<tr><td><code>monochrome</code></td><td>2</td><td></td></tr>
5876</table></p></div>
5877
5878
5879    </div>
5880</div>
5881
5882
5883
5884<A NAME="WalletFragmentStyle_maskedWalletDetailsLogoTextColor"></A>
5885
5886<div class="jd-details api apilevel-">
5887    <h4 class="jd-details-title">
5888      <span class="normal">
5889        public
5890        static
5891
5892        int
5893      </span>
5894        WalletFragmentStyle_maskedWalletDetailsLogoTextColor
5895    </h4>
5896      <div class="api-level">
5897
5898
5899
5900
5901      </div>
5902    <div class="jd-details-descr">
5903
5904
5905
5906
5907  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsLogoTextColor">maskedWalletDetailsLogoTextColor</a></code>
5908          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
5909
5910
5911          <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
5912"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
5913<p>This may also be a reference to a resource (in the form
5914"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
5915theme attribute (in the form
5916"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
5917containing a value of this type.</p></div>
5918
5919
5920    </div>
5921</div>
5922
5923
5924
5925<A NAME="WalletFragmentStyle_maskedWalletDetailsTextAppearance"></A>
5926
5927<div class="jd-details api apilevel-">
5928    <h4 class="jd-details-title">
5929      <span class="normal">
5930        public
5931        static
5932
5933        int
5934      </span>
5935        WalletFragmentStyle_maskedWalletDetailsTextAppearance
5936    </h4>
5937      <div class="api-level">
5938
5939
5940
5941
5942      </div>
5943    <div class="jd-details-descr">
5944
5945
5946
5947
5948  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#maskedWalletDetailsTextAppearance">maskedWalletDetailsTextAppearance</a></code>
5949          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#WalletFragmentStyle">WalletFragmentStyle</a></code> array.
5950
5951
5952          <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
5953or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</p></div>
5954
5955
5956    </div>
5957</div>
5958
5959
5960
5961
5962<!-- Public ctors -->
5963
5964
5965<!-- ========= CONSTRUCTOR DETAIL ======== -->
5966<h2>Public Constructors</h2>
5967
5968
5969
5970<A NAME="R.styleable()"></A>
5971
5972<div class="jd-details api apilevel-">
5973    <h4 class="jd-details-title">
5974      <span class="normal">
5975        public
5976
5977
5978
5979
5980
5981      </span>
5982      <span class="sympad">R.styleable</span>
5983      <span class="normal">()</span>
5984    </h4>
5985      <div class="api-level">
5986        <div></div>
5987
5988
5989
5990      </div>
5991    <div class="jd-details-descr">
5992
5993
5994
5995
5996  <div class="jd-tagdata jd-tagdescr"><p></p></div>
5997
5998    </div>
5999</div>
6000
6001
6002
6003
6004
6005<!-- ========= CONSTRUCTOR DETAIL ======== -->
6006<!-- Protected ctors -->
6007
6008
6009
6010<!-- ========= METHOD DETAIL ======== -->
6011<!-- Public methdos -->
6012
6013
6014
6015<!-- ========= METHOD DETAIL ======== -->
6016
6017
6018
6019<!-- ========= END OF CLASS DATA ========= -->
6020<A NAME="navbar_top"></A>
6021
6022<div id="footer" class="wrap" >
6023
6024
6025  <div id="copyright">
6026
6027  Except as noted, this content is licensed under <a
6028  href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
6029  For details and restrictions, see the <a href="/license.html">
6030  Content License</a>.
6031  </div>
6032  <div id="build_info">
6033
6034<script src="/timestamp.js" type="text/javascript"></script>
6035<script>document.write(BUILD_TIMESTAMP)</script>
6036
6037  </div>
6038
6039
6040  <div id="footerlinks">
6041
6042  <p>
6043    <a href="/about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
6044    <a href="/legal.html">Legal</a>&nbsp;&nbsp;|&nbsp;
6045    <a href="/support.html">Support</a>
6046  </p>
6047  </div>
6048
6049</div> <!-- end footer -->
6050</div> <!-- jd-content -->
6051
6052</div><!-- end doc-content -->
6053
6054</div> <!-- end body-content -->
6055
6056
6057
6058
6059
6060
6061</body>
6062</html>
6063