diff options
author | Joe Malin <jmalin@google.com> | 2011-02-14 10:08:26 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-02-14 10:08:26 -0800 |
commit | b495eb90cfc62c9fe393e70d2dc9766c81b3a880 (patch) | |
tree | 77f10e32c5cf547c6022bc34d4d536d2a0f31f73 /docs/html/guide/guide_toc.cs | |
parent | 559358fdf65b1b551312526940cb02ec23bf6d9d (diff) | |
parent | b2206668d1559df2f0885723e89e7f59d372c7e0 (diff) |
am b2206668: am 83c8b8a3: Merge "Doc Change: Topics for copy/paste/drag/drop" into honeycomb
* commit 'b2206668d1559df2f0885723e89e7f59d372c7e0':
Doc Change: Topics for copy/paste/drag/drop
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 aafbe3015cbd..0ea4b832acb9 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> @@ -402,24 +413,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> @@ -428,7 +439,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"> @@ -443,7 +454,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> @@ -473,12 +484,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> @@ -488,23 +499,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> |