Trevor Johns | 4ff8891 | 2016-04-19 01:15:39 -0700 | [diff] [blame] | 1 | <!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 ?> |
| 40 | <div class="content-header <?cs if:header.justLinks ?>just-links<?cs /if ?>"> |
| 41 | <?cs if:header.justLinks ?> |
| 42 | <?cs elif:header.title ?><h2><?cs var:header.title ?></h2> |
| 43 | <?cs else ?><h2><?cs var:page.title ?></h2> |
| 44 | <?cs /if ?> |
| 45 | <div class="paging-links" itemscope itemtype="http://schema.org/SiteNavigationElement"> |
| 46 | <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 ?> |
| 56 | <div class="cols content-footer" itemscope itemtype="http://schema.org/SiteNavigationElement"> |
| 57 | <div class="paging-links col-9"> </div> |
| 58 | <div class="paging-links col-4"> |
| 59 | <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 |
| 73 | <a href="http://creativecommons.org/licenses/by/2.5/"> |
| 74 | Creative Commons Attribution 2.5</a>.<br> |
| 75 | For details and restrictions, see the |
| 76 | <a href="http://developer.android.com/license.html">Content License</a>. |
| 77 | </p> |
| 78 | |
| 79 | <p> |
| 80 | <a href="http://www.android.com/terms.html">Site Terms of Service</a> – |
| 81 | <a href="http://www.android.com/privacy.html">Privacy Policy</a> – |
| 82 | <a href="http://www.android.com/branding.html">Brand Guidelines</a> |
| 83 | </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> |
| 96 | |
| 97 | <!-- Start of Tag --> |
| 98 | <script type="text/javascript"> |
| 99 | var axel = Math.random() + ""; |
| 100 | var a = axel * 10000000000000; |
| 101 | document.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 --> |
| 107 | </body> |
| 108 | </html> |