summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates-google/customization.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/droiddoc/templates-google/customization.cs')
-rw-r--r--tools/droiddoc/templates-google/customization.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/tools/droiddoc/templates-google/customization.cs b/tools/droiddoc/templates-google/customization.cs
new file mode 100644
index 0000000..ee2bc76
--- /dev/null
+++ b/tools/droiddoc/templates-google/customization.cs
@@ -0,0 +1,36 @@
+<?cs # appears above the blue bar at the top of every page ?>
+
+<?cs def:custom_masthead() ?>
+</div>
+<?cs /def ?>
+
+
+<?cs # appears in the blue bar at the top of every page ?>
+<?cs def:custom_subhead() ?>
+ <?cs if:android.buglink ?>
+ <?cs /if ?>
+<?cs /def ?>
+
+<?cs # appears on the left side of the blue bar at the bottom of every page ?>
+<?cs def:custom_copyright() ?><?cs /def ?>
+
+<?cs # appears on the right side of the blue bar at the bottom of every page ?>
+<?cs def:custom_buildinfo() ?>Build <?cs var:page.build ?> - <?cs var:page.now ?><?cs /def ?>
+
+<?cs def:list(label, classes) ?>
+ <?cs if:subcount(classes) ?>
+ <h2><?cs var:label ?></h2>
+ <ul>
+ <?cs each:cl=classes ?>
+ <li><?cs call:type_link(cl) ?></li>
+ <?cs /each ?>
+ </ul>
+ <?cs /if ?>
+<?cs /def ?>
+
+<?cs def:custom_left_nav() ?>
+<?cs /def ?>
+
+
+<?cs def:devdoc_left_nav() ?>
+<?cs /def ?>