@@ -113,9 +113,10 @@ accessible to the user in a predictable way.
113113href="{@docRoot}guide/topics/ui/menus.html#OptionsMenu">options menu</a> directly in the action bar,
114114as "action items." Action items can also provide an "action view," which provides an embedded
115115widget for even more immediate action behaviors. Menu items that are not promoted
116- to an action item are available in the overflow menu, revealed by either the device MENU button
116+ to an action item are available in the overflow menu, revealed by either the device <em>Menu</em>
117+ button
117118(when available) or by an "overflow menu" button in the action bar (when the device does not
118- include a MENU button).</p>
119+ include a <em>Menu</em> button).</p>
119120</li>
120121</ul>
121122
@@ -125,6 +126,10 @@ href="{@docRoot}resources/samples/HoneycombGallery/index.html">Honeycomb Gallery
125126landscape handset), showing the logo on the left, navigation tabs, and an action item on the
126127right (plus the overflow menu button).</p>
127128
129+ <p class="note"><strong>Note:</strong> If you're looking for information about the contextual
130+ action bar for displaying contextual action items, see the <a
131+ href="{@docRoot}guide/topics/ui/menus.html#context-menu">Menu</a> guide.</p>
132+
128133
129134<div class="design-announce">
130135<p><strong>Action Bar Design</strong></p>
@@ -225,9 +230,10 @@ later—calling {@link android.app.Activity#getActionBar()} will return null
225230href="{@docRoot}guide/topics/ui/menus.html#OptionsMenu">options menu</a>. To do this, you can
226231declare that the menu item should appear in the action bar as an "action item." An action item can
227232include an icon and/or a text title. If a menu item does not appear as an action item, then the
228- system places it in the overflow menu. The overflow menu is revealed either by the device MENU
233+ system places it in the overflow menu. The overflow menu is revealed either by the device
234+ <em>Menu</em>
229235button (if provided by the device) or an additional button in the action bar (if the device does not
230- provide the MENU button).</p>
236+ provide the <em>Menu</em> button).</p>
231237
232238<div class="figure" style="width:359px">
233239 <img src="{@docRoot}images/ui/actionbar-item-withtext.png" height="57" alt="" />
0 commit comments