diff --git a/docs/html/guide/topics/ui/menus.jd b/docs/html/guide/topics/ui/menus.jd index 29482444d8e8d..7b5b3dc2f3c18 100644 --- a/docs/html/guide/topics/ui/menus.jd +++ b/docs/html/guide/topics/ui/menus.jd @@ -198,10 +198,11 @@ public boolean onCreateOptionsMenu(Menu menu) { } -
Figure 2. Screenshot of the Action Bar in the Email -application, with two action items from the Options Menu, plus the overflow menu.
+
+Figure 2. Action bar from the Honeycomb Gallery app, including +navigation tabs and a camera action item (plus the overflow menu button).
You can also populate the menu in code, using {@link android.view.Menu#add(int,int,int,int)