blob: a49389b066cedb4ce17bf03ec05535530b6e0554 [file] [log] [blame]
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -07001<?cs # appears above the blue bar at the top of every page ?>
2<?cs def:custom_masthead() ?>
3<?cs /def ?>
4
5
6<?cs # appears in the blue bar at the top of every page ?>
7<?cs def:custom_subhead() ?>SDK Documentation<?cs /def ?>
8
9<?cs # appears on the left side of the blue bar at the bottom of every page ?>
10<?cs def:custom_copyright() ?>Copyright 2007 XXX<?cs /def ?>
11
12<?cs # appears on the right side of the blue bar at the bottom of every page ?>
13<?cs def:custom_buildinfo() ?>Built <?cs var:page.now ?><?cs /def ?>
14
15<?cs def:custom_left_nav() ?>
16<ul>
17 <li><a href="<?cs var:toroot ?>documentation.html">Main Page</a></li>
18 <li><a href="<?cs var:toroot ?>reference/packages.html">Package Index</a></li>
19 <li><a href="<?cs var:toroot ?>reference/classes.html">Class Index</a></li>
20 <li><a href="<?cs var:toroot ?>reference/hierarchy.html">Class Hierarchy</a></li>
21 <li><a href="<?cs var:toroot ?>reference/keywords.html">Index</a></li>
22</ul>
23<?cs /def ?>
24
25<?cs def:devdoc_left_nav() ?>
26 <div id="devdoc-nav">
27 <?cs include:"devdoc-nav.cs" ?>
28 </div>
29<?cs /def ?>