blob: 4a523ce62ba124ecaabce695c3622630ea1aa955 [file] [log] [blame]
Roman Nurikd9ca90b2012-03-06 12:25:34 -08001<!DOCTYPE html>
2<?cs include:"macros.cs" ?>
3<html lang="en">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <title>
7 Android Design<?cs if:page.title ?> - <?cs var:page.title ?><?cs /if ?>
8 </title>
9 <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
Chris Palmer04681502015-09-09 11:31:54 -070010 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic">
Roman Nurikd9ca90b2012-03-06 12:25:34 -080011 <link rel="stylesheet" href="<?cs var:toroot ?>assets/yui-3.3.0-reset-min.css">
12 <link rel="stylesheet" href="<?cs var:toroot ?>assets/design/default.css">
13 <script src="<?cs var:toroot ?>assets/jquery-1.6.2.min.js"></script>
14 <script>var SITE_ROOT = '<?cs var:toroot ?>design';</script>
15 <script src="<?cs var:toroot ?>assets/design/default.js"></script>
16 </head>
Scott Maine4d8f1b2012-06-21 18:03:05 -070017 <body class="gc-documentation
18 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
19 elif:design ?>design<?cs
20 elif:distribute ?>distribute<?cs
21 /if ?>" itemscope itemtype="http://schema.org/Article">
22 <a name="top"></a>
Roman Nurikd9ca90b2012-03-06 12:25:34 -080023
24 <div id="page-container">
25
26 <div id="page-header" itemscope itemtype="http://schema.org/WPHeader"><a href="<?cs var:toroot ?>design/index.html">Android Design</a></div>
27
28 <div id="main-row">
29
30 <div id="nav-container" itemscope itemtype="http://schema.org/SiteNavigationElement">
31
32 <?cs call:design_nav() ?>
33
34 </div>
35
36 <div id="content">
37
38<?cs if:header.hide ?>
39<?cs else ?>
Dirk Dougherty29e93432015-05-05 18:17:13 -070040<div class="content-header <?cs if:header.justLinks ?>just-links<?cs /if ?>">
Roman Nurikd9ca90b2012-03-06 12:25:34 -080041 <?cs if:header.justLinks ?>&nbsp;
42 <?cs elif:header.title ?><h2><?cs var:header.title ?></h2>
43 <?cs else ?><h2><?cs var:page.title ?></h2>
44 <?cs /if ?>
Dirk Dougherty29e93432015-05-05 18:17:13 -070045 <div class="paging-links" itemscope itemtype="http://schema.org/SiteNavigationElement">
Roman Nurikd9ca90b2012-03-06 12:25:34 -080046 <a href="#" class="prev-page-link">Previous</a>
47 <a href="#" class="next-page-link">Next</a>
48 </div>
49</div>
50<?cs /if ?>
51
52<?cs call:tag_list(root.descr) ?>
53
54<?cs if:footer.hide ?>
55<?cs else ?>
Dirk Dougherty29e93432015-05-05 18:17:13 -070056<div class="cols content-footer" itemscope itemtype="http://schema.org/SiteNavigationElement">
57 <div class="paging-links col-9">&nbsp;</div>
58 <div class="paging-links col-4">
Roman Nurikd9ca90b2012-03-06 12:25:34 -080059 <a href="#" class="prev-page-link">Previous</a>
60 <a href="#" class="next-page-link">Next</a>
61 </div>
62</div>
63<?cs /if ?>
64
65 </div>
66
67 </div>
68
69 <div id="page-footer" itemscope itemtype="http://schema.org/WPFooter">
70
71 <p id="copyright">
72 Except as noted, this content is licensed under
Chris Palmer04681502015-09-09 11:31:54 -070073 <a href="//creativecommons.org/licenses/by/2.5/">
Roman Nurikd9ca90b2012-03-06 12:25:34 -080074 Creative Commons Attribution 2.5</a>.<br>
75 For details and restrictions, see the
Chris Palmer04681502015-09-09 11:31:54 -070076 <a href="//developer.android.com/license.html">Content License</a>.
Roman Nurikd9ca90b2012-03-06 12:25:34 -080077 </p>
78
79 <p>
Chris Palmer04681502015-09-09 11:31:54 -070080 <a href="//www.android.com/terms.html">Site Terms of Service</a> &ndash;
81 <a href="//www.android.com/privacy.html">Privacy Policy</a> &ndash;
82 <a href="//www.android.com/branding.html">Brand Guidelines</a>
Roman Nurikd9ca90b2012-03-06 12:25:34 -080083 </p>
84
85 </div>
86 </div>
87
88 <script type="text/javascript">
89 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
90 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
91 </script>
92 <script type="text/javascript">
93 var pageTracker = _gat._getTracker("UA-5831155-1");
94 pageTracker._trackPageview();
95 </script>
Dirk Dougherty8f6949b2013-12-03 18:49:24 -080096
97<!-- Start of Tag -->
98<script type="text/javascript">
99var axel = Math.random() + "";
100var a = axel * 10000000000000;
101document.write('<iframe src="https://2507573.fls.doubleclick.net/activityi;src=2507573;type=other026;cat=googl348;ord=' + a + '?" width="1" height="1" frameborder="0" style="display:none"></iframe>');
102</script>
103<noscript>
104<iframe src="https://2507573.fls.doubleclick.net/activityi;src=2507573;type=other026;cat=googl348;ord=1?" width="1" height="1" frameborder="0" style="display:none"></iframe>
105</noscript>
106<!-- End of Tag -->
Roman Nurikd9ca90b2012-03-06 12:25:34 -0800107 </body>
108</html>