diff options
author | Scott Main <smain@google.com> | 2011-10-03 16:06:47 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-10-03 16:06:47 -0700 |
commit | d87448f7a7b6e3b05dc7d4248f79f5a5285a7435 (patch) | |
tree | fc3d9d6e5ff4e4f40ce4d67c9a85d2bfc169bec6 /docs/html/guide/guide_toc.cs | |
parent | 0535bfb25480eba1df5a4ee9ce8930929d5add07 (diff) | |
parent | b10b48f62d3cac684424e4181d4e8ec61f227e95 (diff) |
Merge "docs: remove gerunds from UI dev guides and resolve linkbacks"
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 464430bb0bd9..1e3e275d864b 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -101,41 +101,41 @@ </a></div> <ul> <li><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html"> - <span class="en">Declaring Layout</span> + <span class="en">XML Layouts</span> + </a></li> + <li><a href="<?cs var:toroot ?>guide/topics/ui/ui-events.html"> + <span class="en">Input Events</span> </a></li> <li><a href="<?cs var:toroot ?>guide/topics/ui/menus.html"> - <span class="en">Creating Menus</span> + <span class="en">Menus</span> </a></li> <li><a href="<?cs var:toroot ?>guide/topics/ui/actionbar.html"> - <span class="en">Using the Action Bar</span> + <span class="en">Action Bar</span> </a></li> <li><a href="<?cs var:toroot ?>guide/topics/ui/dialogs.html"> - <span class="en">Creating Dialogs</span> - </a></li> - <li><a href="<?cs var:toroot ?>guide/topics/ui/ui-events.html"> - <span class="en">Handling UI Events</span> + <span class="en">Dialogs</span> </a></li> <li class="toggle-list"> <div><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/index.html"> - <span class="en">Notifying the User</span> + <span class="en">Notifications</span> </a></div> <ul> <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html"> - <span class="en">Creating Toast Notifications</span> + <span class="en">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> + <span class="en">Status Bar Notifications</span> </a></li> </ul> </li> <li><a href="<?cs var:toroot ?>guide/topics/ui/drag-drop.html"> - <span class="en">Dragging and Dropping</span> + <span class="en">Drag and Drop</span> </a></li> <li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html"> - <span class="en">Applying Styles and Themes</span> + <span class="en">Styles and Themes</span> </a></li> <li><a href="<?cs var:toroot ?>guide/topics/ui/custom-components.html"> - <span class="en">Building Custom Components</span> + <span class="en">Custom Components</span> </a></li> <li><a href="<?cs var:toroot ?>guide/topics/ui/binding.html"> <span class="en">Binding to Data with AdapterView</span> |