summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-05-11 18:00:44 -0700
committerScott Main <smain@google.com>2010-05-11 18:00:44 -0700
commitbb129dc57b4a5be24ab7c5e436fa591f61e28d3d (patch)
tree64dd0b9e803c92d8ddbf3763502b67cb2c4f9a5d /docs
parenta225e3b1cd02da0f748f1a8e7341c727eff28085 (diff)
downloadframeworks_base-bb129dc57b4a5be24ab7c5e436fa591f61e28d3d.zip
frameworks_base-bb129dc57b4a5be24ab7c5e436fa591f61e28d3d.tar.gz
frameworks_base-bb129dc57b4a5be24ab7c5e436fa591f61e28d3d.tar.bz2
docs: make Notifying the User an expandable list
Change-Id: I287a7e15a4461defa96903c7e922b8640c0bb257
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/guide_toc.cs12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs
index a484c9f..e542cd4 100644
--- a/docs/html/guide/guide_toc.cs
+++ b/docs/html/guide/guide_toc.cs
@@ -77,9 +77,19 @@
<li><a href="<?cs var:toroot ?>guide/topics/ui/ui-events.html">
<span class="en">Handling UI Events</span>
</a></li>
- <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/index.html">
+ <li class="toggle-list">
+ <div><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/index.html">
<span class="en">Notifying the User</span>
+ </a></div>
+ <ul>
+ <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html">
+ <span class="en">Creating Toast Notifications</span>
</a></li>
+ <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/notifications.html">
+ <span class="en">Creating Status Bar Notifications</span>
+ </a></li>
+ </ul>
+ </li>
<li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html">
<span class="en">Applying Styles and Themes</span>
</a></li>