blob: d75ce0ad9ce8f652f26a9f6c9fa26b921ee96de0 [file] [log] [blame]
Dirk Dougherty541b4942014-02-14 18:31:53 -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">
10 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic">
11 <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>
17 <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>
23
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 Dougherty0dc81b92015-12-08 14:49:52 -080040<div class="content-header <?cs if:header.justLinks ?>just-links<?cs /if ?>">
Dirk Dougherty541b4942014-02-14 18:31:53 -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 Dougherty541b4942014-02-14 18:31:53 -080045</div>
46<?cs /if ?>
47
48<?cs call:tag_list(root.descr) ?>
49
50<?cs if:footer.hide ?>
51<?cs else ?>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080052<div class="cols content-footer" itemscope itemtype="http://schema.org/SiteNavigationElement">
53 <div class="paging-links col-9">&nbsp;</div>
54 <div class="paging-links col-4">
Dirk Dougherty541b4942014-02-14 18:31:53 -080055 <a href="#" class="prev-page-link">Previous</a>
56 <a href="#" class="next-page-link">Next</a>
57 </div>
58</div>
59<?cs /if ?>
60
61 </div>
62
63 </div>
64
65 <div id="page-footer" itemscope itemtype="http://schema.org/WPFooter">
66
67 <p id="copyright">
68 Except as noted, this content is licensed under
69 <a href="http://creativecommons.org/licenses/by/2.5/">
70 Creative Commons Attribution 2.5</a>.<br>
71 For details and restrictions, see the
72 <a href="http://developer.android.com/license.html">Content License</a>.
73 </p>
74
75 <p>
76 <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
77 <a href="http://www.android.com/privacy.html">Privacy Policy</a> &ndash;
78 <a href="http://www.android.com/branding.html">Brand Guidelines</a>
79 </p>
80
81 </div>
82 </div>
83
84 <script type="text/javascript">
85 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
86 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
87 </script>
88 <script type="text/javascript">
89 var pageTracker = _gat._getTracker("UA-5831155-1");
90 pageTracker._trackPageview();
91 </script>
92
93<!-- Start of Tag -->
94<script type="text/javascript">
95var axel = Math.random() + "";
96var a = axel * 10000000000000;
97document.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>');
98</script>
99<noscript>
100<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>
101</noscript>
102<!-- End of Tag -->
103 </body>
104</html>