summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-11-17 15:19:38 -0800
committerScott Main <smain@google.com>2011-11-17 16:10:54 -0800
commit48eaa6c9e5ab224201b17d2ea3e7e43e04c40f3b (patch)
tree6c8642dc82d57d9f2a3b41870cea0aa0519ccf3f
parent08d40d71806d482fa92f6a9b952487c3ccc63bb3 (diff)
downloadframeworks_base-48eaa6c9e5ab224201b17d2ea3e7e43e04c40f3b.zip
frameworks_base-48eaa6c9e5ab224201b17d2ea3e7e43e04c40f3b.tar.gz
frameworks_base-48eaa6c9e5ab224201b17d2ea3e7e43e04c40f3b.tar.bz2
docs: update caption for action bar figure to match new screenshot
Change-Id: I233383ca7168ddb96231d3d22a5dcd6342462103
-rw-r--r--docs/html/guide/topics/ui/menus.jd9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/html/guide/topics/ui/menus.jd b/docs/html/guide/topics/ui/menus.jd
index 2948244..7b5b3dc 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) {
}
</pre>
-<div class="figure" style="width:500px">
-<img src="{@docRoot}images/ui/actionbar.png" height="34" alt="" />
-<p class="img-caption"><strong>Figure 2.</strong> Screenshot of the Action Bar in the Email
-application, with two action items from the Options Menu, plus the overflow menu.</p>
+<div class="figure" style="width:450px">
+<img src="{@docRoot}images/ui/actionbar.png" alt="" />
+<p class="img-caption"><strong>Figure 2.</strong> Action bar from the <a
+href="{@docRoot}resources/samples/HoneycombGallery/index.html">Honeycomb Gallery</a> app, including
+navigation tabs and a camera action item (plus the overflow menu button).</p>
</div>
<p>You can also populate the menu in code, using {@link android.view.Menu#add(int,int,int,int)