From 48eaa6c9e5ab224201b17d2ea3e7e43e04c40f3b Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 17 Nov 2011 15:19:38 -0800 Subject: docs: update caption for action bar figure to match new screenshot Change-Id: I233383ca7168ddb96231d3d22a5dcd6342462103 --- docs/html/guide/topics/ui/menus.jd | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/html/guide/topics/ui/menus.jd b/docs/html/guide/topics/ui/menus.jd index 29482444d8e8..7b5b3dc2f3c1 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) -- cgit v1.2.3-59-g8ed1b