blob: 3de63ea310aa60b05800cd80c7825fb15a5aac39 [file] [log] [blame]
Ben Dodson4dbb28a2010-08-10 18:22:55 -07001<?cs def:custom_masthead() ?>
Scott Main01a25452013-02-12 17:32:27 -08002<a name="top"></a>
3<?cs if:!devsite ?><?cs # leave out the global header for devsite; it's in devsite template ?>
Scott Maine4d8f1b2012-06-21 18:03:05 -07004 <!-- Header -->
5 <div id="header">
6 <div class="wrap" id="header-wrap">
7 <div class="col-3 logo">
8 <a href="<?cs var:toroot ?>index.html">
Scott Maine921b6d2014-03-26 19:52:14 -07009 <img src="<?cs var:toroot ?>assets/images/dac_logo.png"
10 srcset="<?cs var:toroot ?>assets/images/dac_logo@2x.png 2x"
11 width="123" height="25" alt="Android Developers" />
Scott Maine4d8f1b2012-06-21 18:03:05 -070012 </a>
13 <div class="btn-quicknav" id="btn-quicknav">
14 <a href="#" class="arrow-inactive">Quicknav</a>
Scott Mainaa2ce5d2012-09-21 20:32:56 -070015 <a href="#" class="arrow-active">Quicknav</a>
Scott Maine4d8f1b2012-06-21 18:03:05 -070016 </div>
17 </div>
18 <ul class="nav-x col-9">
Scott Main6eb95f12012-10-02 17:12:23 -070019 <li class="design">
Scott Mainac2aef52013-02-12 14:15:23 -080020 <a href="<?cs var:toroot ?>design/index.html"
Dirk Dougherty0b026ce2013-05-04 13:13:21 -070021 zh-tw-lang="設計"
22 zh-cn-lang="设计"
Scott Main6eb95f12012-10-02 17:12:23 -070023 ru-lang="Проектирование"
24 ko-lang="디자인"
25 ja-lang="設計"
26 es-lang="Diseñar"
27 >Design</a></li>
Scott Mainac2aef52013-02-12 14:15:23 -080028 <li class="develop"><a href="<?cs var:toroot ?>develop/index.html"
Dirk Dougherty0b026ce2013-05-04 13:13:21 -070029 zh-tw-lang="開發"
30 zh-cn-lang="开发"
Scott Main6eb95f12012-10-02 17:12:23 -070031 ru-lang="Разработка"
32 ko-lang="개발"
33 ja-lang="開発"
34 es-lang="Desarrollar"
35 >Develop</a></li>
Scott Mainac2aef52013-02-12 14:15:23 -080036 <li class="distribute last"><a href="<?cs var:toroot ?>distribute/index.html"
Dirk Dougherty0b026ce2013-05-04 13:13:21 -070037 zh-tw-lang="發佈"
38 zh-cn-lang="分发"
Scott Main6eb95f12012-10-02 17:12:23 -070039 ru-lang="Распространение"
40 ko-lang="배포"
41 ja-lang="配布"
42 es-lang="Distribuir"
43 >Distribute</a></li>
Scott Maine4d8f1b2012-06-21 18:03:05 -070044 </ul>
45
46 <!-- New Search -->
47 <div class="menu-container">
48 <div class="moremenu">
49 <div id="more-btn"></div>
50 </div>
51 <div class="morehover" id="moremenu">
52 <div class="top"></div>
53 <div class="mid">
Scott Main55163c82012-07-18 16:18:25 -070054 <div class="header">Links</div>
55 <ul>
56 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
57 <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
58 <li><a href="<?cs var:toroot ?>about/index.html">About Android</a></li>
59 </ul>
Scott Maine4d8f1b2012-06-21 18:03:05 -070060 <div class="header">Android Sites</div>
61 <ul>
62 <li><a href="http://www.android.com">Android.com</a></li>
63 <li class="active"><a>Android Developers</a></li>
64 <li><a href="http://source.android.com">Android Open Source Project</a></li>
65 </ul>
Scott Maine05e6f92013-01-29 13:34:17 -080066
Scott Main01a25452013-02-12 17:32:27 -080067 <?cs # Include language switcher only in online docs ?>
68 <?cs if:android.whichdoc == "online" ?>
Scott Maine05e6f92013-01-29 13:34:17 -080069 <div class="header">Language</div>
70 <div id="language" class="locales">
71 <select name="language" onChange="changeLangPref(this.value, true)">
72 <option value="en">English</option>
73 <option value="es">Español</option>
74 <option value="ja">日本語</option>
75 <option value="ko">한국어</option>
76 <option value="ru">Русский</option>
Dirk Dougherty0b026ce2013-05-04 13:13:21 -070077 <option value="zh-cn">中文 (中国)</option>
78 <option value="zh-tw">中文 (台灣)</option>
Scott Maine05e6f92013-01-29 13:34:17 -080079 </select>
80 </div>
81 <script type="text/javascript">
82 <!--
83 loadLangPref();
84 //-->
85 </script>
86 <?cs /if ?>
Scott Main01a25452013-02-12 17:32:27 -080087 <?cs # End of lang switcher ?>
Scott Maine05e6f92013-01-29 13:34:17 -080088
89
Scott Maine4d8f1b2012-06-21 18:03:05 -070090 <br class="clearfix" />
91 </div>
92 <div class="bottom"></div>
93 </div>
94 <div class="search" id="search-container">
95 <div class="search-inner">
96 <div id="search-btn"></div>
97 <div class="left"></div>
98 <form onsubmit="return submit_search()">
99 <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
100onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
Scott Main1b3db112012-07-03 14:06:22 -0700101onkeydown="return search_changed(event, true, '<?cs var:toroot ?>')"
102onkeyup="return search_changed(event, false, '<?cs var:toroot ?>')" />
Scott Maine4d8f1b2012-06-21 18:03:05 -0700103 </form>
104 <div class="right"></div>
105 <a class="close hide">close</a>
106 <div class="left"></div>
107 <div class="right"></div>
108 </div>
109 </div>
Scott Main0e76e7e2013-03-12 10:24:07 -0700110
111 <div class="search_filtered_wrapper reference">
112 <div class="suggest-card reference no-display">
113 <ul class="search_filtered">
114 </ul>
Scott Maine4d8f1b2012-06-21 18:03:05 -0700115 </div>
116 </div>
Scott Main0e76e7e2013-03-12 10:24:07 -0700117
118 <div class="search_filtered_wrapper docs">
119 <div class="suggest-card dummy no-display">&nbsp;</div>
120 <div class="suggest-card develop no-display">
121 <ul class="search_filtered">
122 </ul>
123 <div class="child-card guides no-display">
124 </div>
125 <div class="child-card training no-display">
126 </div>
Scott Main719acb42013-12-05 16:05:09 -0800127 <div class="child-card samples no-display">
128 </div>
Scott Main0e76e7e2013-03-12 10:24:07 -0700129 </div>
130 <div class="suggest-card design no-display">
131 <ul class="search_filtered">
132 </ul>
133 </div>
134 <div class="suggest-card distribute no-display">
135 <ul class="search_filtered">
136 </ul>
137 </div>
138 </div>
139
Scott Maine4d8f1b2012-06-21 18:03:05 -0700140 </div>
141 <!-- /New Search>
142
143
144 <!-- Expanded quicknav -->
145 <div id="quicknav" class="col-9">
146 <ul>
147 <li class="design">
148 <ul>
Dirk Dougherty8f206072012-10-08 13:14:17 -0700149 <li><a href="<?cs var:toroot ?>design/index.html">Get Started</a></li>
Scott Maine4d8f1b2012-06-21 18:03:05 -0700150 <li><a href="<?cs var:toroot ?>design/style/index.html">Style</a></li>
151 <li><a href="<?cs var:toroot ?>design/patterns/index.html">Patterns</a></li>
152 <li><a href="<?cs var:toroot ?>design/building-blocks/index.html">Building Blocks</a></li>
153 <li><a href="<?cs var:toroot ?>design/downloads/index.html">Downloads</a></li>
Dirk Dougherty8f206072012-10-08 13:14:17 -0700154 <li><a href="<?cs var:toroot ?>design/videos/index.html">Videos</a></li>
Scott Maine4d8f1b2012-06-21 18:03:05 -0700155 </ul>
156 </li>
157 <li class="develop">
158 <ul>
Scott Main6eb95f12012-10-02 17:12:23 -0700159 <li><a href="<?cs var:toroot ?>training/index.html"
Dirk Dougherty0b026ce2013-05-04 13:13:21 -0700160 zh-tw-lang="訓練課程"
161 zh-cn-lang="培训"
Scott Main6eb95f12012-10-02 17:12:23 -0700162 ru-lang="Курсы"
163 ko-lang="교육"
164 ja-lang="トレーニング"
165 es-lang="Capacitación"
166 >Training</a></li>
Scott Main932e3fb2013-12-05 15:17:59 -0800167 <li><a href="<?cs var:toroot ?>guide/index.html"
Dirk Dougherty0b026ce2013-05-04 13:13:21 -0700168 zh-tw-lang="API 指南"
169 zh-cn-lang="API 指南"
Scott Main6eb95f12012-10-02 17:12:23 -0700170 ru-lang="Руководства по API"
171 ko-lang="API 가이드"
172 ja-lang="API ガイド"
173 es-lang="Guías de la API"
174 >API Guides</a></li>
175 <li><a href="<?cs var:toroot ?>reference/packages.html"
Dirk Dougherty0b026ce2013-05-04 13:13:21 -0700176 zh-tw-lang="參考資源"
177 zh-cn-lang="参考"
Scott Main6eb95f12012-10-02 17:12:23 -0700178 ru-lang="Справочник"
179 ko-lang="참조문서"
180 ja-lang="リファレンス"
181 es-lang="Referencia"
182 >Reference</a></li>
183 <li><a href="<?cs var:toroot ?>tools/index.html"
Dirk Dougherty0b026ce2013-05-04 13:13:21 -0700184 zh-tw-lang="相關工具"
185 zh-cn-lang="工具"
Scott Main6eb95f12012-10-02 17:12:23 -0700186 ru-lang="Инструменты"
187 ko-lang="도구"
188 ja-lang="ツール"
189 es-lang="Herramientas"
190 >Tools</a>
Robert Ly40e90992012-11-28 17:46:17 -0800191 <ul><li><a href="<?cs var:toroot ?>sdk/index.html">Get the SDK</a></li></ul>
192 </li>
193 <li><a href="<?cs var:toroot ?>google/index.html">Google Services</a>
Scott Maine4d8f1b2012-06-21 18:03:05 -0700194 </li>
Dirk Dougherty4f7e5152010-09-16 10:43:40 -0700195 <?cs if:android.hasSamples ?>
196 <li><a href="<?cs var:toroot ?>samples/index.html">Samples</a>
197 </li>
198 <?cs /if ?>
Scott Maine4d8f1b2012-06-21 18:03:05 -0700199 </ul>
200 </li>
201 <li class="distribute last">
202 <ul>
203 <li><a href="<?cs var:toroot ?>distribute/index.html">Google Play</a></li>
204 <li><a href="<?cs var:toroot ?>distribute/googleplay/publish/index.html">Publishing</a></li>
205 <li><a href="<?cs var:toroot ?>distribute/googleplay/promote/index.html">Promoting</a></li>
Dirk Dougherty8f206072012-10-08 13:14:17 -0700206 <li><a href="<?cs var:toroot ?>distribute/googleplay/quality/index.html">App Quality</a></li>
207 <li><a href="<?cs var:toroot ?>distribute/googleplay/spotlight/index.html">Spotlight</a></li>
208 <li><a href="<?cs var:toroot ?>distribute/open.html">Open Distribution</a></li>
Scott Maine4d8f1b2012-06-21 18:03:05 -0700209 </ul>
210 </li>
211 </ul>
212 </div>
213 <!-- /Expanded quicknav -->
214 </div>
215 </div>
216 <!-- /Header -->
217
218
219 <div id="searchResults" class="wrap" style="display:none;">
220 <h2 id="searchTitle">Results</h2>
221 <div id="leftSearchControl" class="search-control">Loading...</div>
222 </div>
223
224
Dirk Dougherty4f7e5152010-09-16 10:43:40 -0700225 <?cs if:training || guide || reference || tools || develop || google || samples ?>
Scott Maine4d8f1b2012-06-21 18:03:05 -0700226 <!-- Secondary x-nav -->
227 <div id="nav-x">
228 <div class="wrap">
Robert Ly40e90992012-11-28 17:46:17 -0800229 <ul class="nav-x col-9 develop" style="width:100%">
Scott Mainac2aef52013-02-12 14:15:23 -0800230 <li class="training"><a href="<?cs var:toroot ?>training/index.html"
Dirk Dougherty0b026ce2013-05-04 13:13:21 -0700231 zh-tw-lang="訓練課程"
232 zh-cn-lang="培训"
Scott Main6eb95f12012-10-02 17:12:23 -0700233 ru-lang="Курсы"
234 ko-lang="교육"
235 ja-lang="トレーニング"
236 es-lang="Capacitación"
237 >Training</a></li>
Scott Main932e3fb2013-12-05 15:17:59 -0800238 <li class="guide"><a href="<?cs var:toroot ?>guide/index.html"
Dirk Dougherty0b026ce2013-05-04 13:13:21 -0700239 zh-tw-lang="API 指南"
240 zh-cn-lang="API 指南"
Scott Main6eb95f12012-10-02 17:12:23 -0700241 ru-lang="Руководства по API"
242 ko-lang="API 가이드"
243 ja-lang="API ガイド"
244 es-lang="Guías de la API"
245 >API Guides</a></li>
Scott Mainac2aef52013-02-12 14:15:23 -0800246 <li class="reference"><a href="<?cs var:toroot ?>reference/packages.html"
Dirk Dougherty0b026ce2013-05-04 13:13:21 -0700247 zh-tw-lang="參考資源"
248 zh-cn-lang="参考"
Scott Main6eb95f12012-10-02 17:12:23 -0700249 ru-lang="Справочник"
250 ko-lang="참조문서"
251 ja-lang="リファレンス"
252 es-lang="Referencia"
253 >Reference</a></li>
Scott Mainac2aef52013-02-12 14:15:23 -0800254 <li class="tools"><a href="<?cs var:toroot ?>tools/index.html"
Dirk Dougherty0b026ce2013-05-04 13:13:21 -0700255 zh-tw-lang="相關工具"
256 zh-cn-lang="工具"
Scott Main6eb95f12012-10-02 17:12:23 -0700257 ru-lang="Инструменты"
258 ko-lang="도구"
259 ja-lang="ツール"
Robert Ly40e90992012-11-28 17:46:17 -0800260 es-lang="Herramientas"
Scott Main6eb95f12012-10-02 17:12:23 -0700261 >Tools</a></li>
Scott Mainac2aef52013-02-12 14:15:23 -0800262 <li class="google"><a href="<?cs var:toroot ?>google/index.html"
Robert Ly40e90992012-11-28 17:46:17 -0800263 >Google Services</a>
264 </li>
Dirk Dougherty4f7e5152010-09-16 10:43:40 -0700265 <?cs if:android.hasSamples ?>
Scott Maindc63dda2013-08-22 16:03:21 -0700266 <li class="samples"><a href="<?cs var:toroot ?>samples/index.html"
267 >Samples</a>
Dirk Dougherty4f7e5152010-09-16 10:43:40 -0700268 </li>
269 <?cs /if ?>
Scott Maine4d8f1b2012-06-21 18:03:05 -0700270 </ul>
Scott Maine4d8f1b2012-06-21 18:03:05 -0700271 </div>
272
273 </div>
274 <!-- /Sendondary x-nav -->
Scott Main01a25452013-02-12 17:32:27 -0800275 <?cs /if ?>
276
Scott Maine4d8f1b2012-06-21 18:03:05 -0700277<?cs /if ?>
Scott Main01a25452013-02-12 17:32:27 -0800278<?cs # end if/else !devsite ?>
279
Scott Maine4d8f1b2012-06-21 18:03:05 -0700280 <?cs
281/def ?>