diff options
author | Scott Main <smain@google.com> | 2012-10-12 12:06:10 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-10-12 12:06:10 -0700 |
commit | e249763db18bb445e93f493046946c13185aa09d (patch) | |
tree | 2913f5756e19b60a0163d62f4b93c05877702704 /docs/html/guide/guide_toc.cs | |
parent | 01154bdae9d6f3d1fbed3169ffa194d51045c9cf (diff) | |
download | frameworks_base-e249763db18bb445e93f493046946c13185aa09d.zip frameworks_base-e249763db18bb445e93f493046946c13185aa09d.tar.gz frameworks_base-e249763db18bb445e93f493046946c13185aa09d.tar.bz2 |
small update to Toast guide, flatten sidenav for notifications/toasts,
new screenshots for notifications
Change-Id: I0c02e9e6db70a60ca299ff7f0caa7c8276b7ab68
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index e812ccb..46c4398 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -191,28 +191,21 @@ <li><a href="<?cs var:toroot ?>guide/topics/ui/menus.html"> <span class="en">Menus</span></span> </a></li> - <li><a href="<?cs var:toroot ?>guide/topics/ui/dialogs.html"> - <span class="en">Dialogs</span> - </a></li> <li><a href="<?cs var:toroot ?>guide/topics/ui/actionbar.html"> <span class="en">Action Bar</span> </a></li> <li><a href="<?cs var:toroot ?>guide/topics/ui/settings.html"> <span class="en">Settings</span> </a></li> - <li class="nav-section"> - <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/index.html"> - <span class="en">Notifications</span> - </a></div> - <ul> - <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html"> - <span class="en">Toast Notifications</span> - </a></li> - <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/notifications.html"> - <span class="en">Status Notifications</span> - </a></li> - </ul> - </li> + <li><a href="<?cs var:toroot ?>guide/topics/ui/dialogs.html"> + <span class="en">Dialogs</span> + </a></li> + <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/notifications.html"> + <span class="en">Notifications</span> + </a></li> + <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html"> + <span class="en">Toasts</span> + </a></li> <li class="nav-section"> <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/search/index.html"> <span class="en">Search</span> |