summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-02-07 21:45:00 -0800
committerScott Main <smain@google.com>2012-02-07 21:45:00 -0800
commit09ff04d7893a9f49e478bb732ce1ea1b17662a3b (patch)
tree903f4ad807034afde7935cd20fb38510446e443a
parent48ac0f14de9be4c91bdce4e601c5eef4fd2c3123 (diff)
downloadframeworks_base-09ff04d7893a9f49e478bb732ce1ea1b17662a3b.zip
frameworks_base-09ff04d7893a9f49e478bb732ce1ea1b17662a3b.tar.gz
frameworks_base-09ff04d7893a9f49e478bb732ce1ea1b17662a3b.tar.bz2
docs: fix typo in menu TOC
Change-Id: Ief511803ef5b4bed1823a12918de814aca119681
-rw-r--r--docs/html/guide/topics/ui/menus.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/menus.jd b/docs/html/guide/topics/ui/menus.jd
index a2313b3..d51a378 100644
--- a/docs/html/guide/topics/ui/menus.jd
+++ b/docs/html/guide/topics/ui/menus.jd
@@ -17,7 +17,7 @@ parent.link=index.html
<li><a href="#context-menu">Creating Contextual Menus</a>
<ol>
<li><a href="#FloatingContextMenu">Creating a floating context menu</a></li>
- <li><a href="#CAB">Using the contextual action bar</a></li>
+ <li><a href="#CAB">Using the contextual action mode</a></li>
</ol>
</li>
<li><a href="#PopupMenu">Creating a Popup Menu</a>