diff options
author | Joe Malin <jmalin@google.com> | 2011-01-19 14:33:23 -0800 |
---|---|---|
committer | Joe Malin <jmalin@google.com> | 2011-02-14 09:47:22 -0800 |
commit | dd05f1812ee86bc8c6176c9dbd30aae8fe0db8b8 (patch) | |
tree | 7fa4f02890c890bf409ab722ced739293b1f273d /docs/html/guide/guide_toc.cs | |
parent | bbcf2079e9978ad6f75732070ce1dcc0dea3ea3f (diff) |
Doc Change: Topics for copy/paste/drag/drop
Change-Id: I755216fe9d2afca87a9adaeb99840142ff34a685
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 49 |
1 files changed, 30 insertions, 19 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index c52fd6acd73c..a2a2be9d7708 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -125,7 +125,12 @@ <span class="en">Creating Status Bar Notifications</span> </a></li> </ul> - </li><!-- end of notifying the user --> + </li> + <li> + <a href="<?cs var:toroot ?>guide/topics/ui/drag-drop.html"> + Dragging and Dropping + </a><span class="new">new!</span> + </li> <li><a href="<?cs var:toroot ?>guide/topics/ui/themes.html"> <span class="en">Applying Styles and Themes</span> </a></li> @@ -248,6 +253,12 @@ </a></li> </ul> </li> + <li> + <a href="<?cs var:toroot ?>guide/topics/clipboard/copy-paste.html"> + <span class="en">Copying and Pasting</span> + </a> + <span class="new">new!</span> + </li> <li><a href="<?cs var:toroot ?>guide/topics/media/index.html"> <span class="en">Audio and Video</span> </a></li> @@ -399,24 +410,24 @@ <li class="toggle-list"> <div> <a href="<?cs var:toroot ?>guide/developing/devices/index.html"> - <span class="en">Managing Virtual Devices</span> - </a> + <span class="en">Creating and Managing Virtual Devices</span> + </a> </div> <ul> <li> <a href="<?cs var:toroot ?>guide/developing/devices/managing-avds.html"> <span class="en">With AVD Manager</span> - </a> + </a> </li> <li> <a href="<?cs var:toroot ?>guide/developing/devices/managing-avds-cmdline.html"> - <span class="en">From the Command Line</span> - </a> + <span class="en">On the Command Line</span> + </a> </li> <li> <a href="<?cs var:toroot ?>guide/developing/devices/emulator.html"> - <span class="en">Using the Android Emulator</span> - </a> + <span class="en">Using the Android Emulator</span> + </a> </li> </ul> </li> @@ -425,7 +436,7 @@ <span class="en">Using Hardware Devices</span> </a> </li> - + <li class="toggle-list"> <div> <a href="<?cs var:toroot ?>guide/developing/projects/index.html"> @@ -440,7 +451,7 @@ </li> <li> <a href="<?cs var:toroot ?>guide/developing/projects/projects-cmdline.html"> - <span class="en">From the Command Line</span> + <span class="en">On the Command Line</span> </a> </li> </ul> @@ -470,12 +481,12 @@ <ul> <li> <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-projects.html"> - <span class="en">From Eclipse with ADT</span> + <span class="en">In Eclipse with ADT</span> </a> </li> <li> <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-projects-cmdline.html"> - <span class="en">From Other IDEs</span> + <span class="en">In Other IDEs</span> </a> </li> <li> @@ -485,23 +496,23 @@ </li> <li> <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-log.html"> - <span class="en">Reading and Writing Logs</span> + <span class="en">Reading and Writing Log Messages</span> </a> </li> <li> <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-ui.html"> - <span class="en">Debugging and Profiling UIs</span> - </a> + <span class="en">Debugging and Profiling UIs</span> + </a> </li> <li> <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-tracing.html"> - <span class="en">Profiling with Traceview and dmtracedump</span> - </a> + <span class="en">Profiling with Traceview and dmtracedump</span> + </a> </li> <li> <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-devtools.html"> - <span class="en">Using the Dev Tools App</span> - </a> + <span class="en">Using the Dev Tools App</span> + </a> </li> </ul> </li> |