Skip to content

Commit 48eaa6c

Browse files
committed
docs: update caption for action bar figure to match new screenshot
Change-Id: I233383ca7168ddb96231d3d22a5dcd6342462103
1 parent 08d40d7 commit 48eaa6c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/html/guide/topics/ui/menus.jd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,11 @@ public boolean onCreateOptionsMenu(Menu menu) {
198198
}
199199
</pre>
200200

201-
<div class="figure" style="width:500px">
202-
<img src="{@docRoot}images/ui/actionbar.png" height="34" alt="" />
203-
<p class="img-caption"><strong>Figure 2.</strong> Screenshot of the Action Bar in the Email
204-
application, with two action items from the Options Menu, plus the overflow menu.</p>
201+
<div class="figure" style="width:450px">
202+
<img src="{@docRoot}images/ui/actionbar.png" alt="" />
203+
<p class="img-caption"><strong>Figure 2.</strong> Action bar from the <a
204+
href="{@docRoot}resources/samples/HoneycombGallery/index.html">Honeycomb Gallery</a> app, including
205+
navigation tabs and a camera action item (plus the overflow menu button).</p>
205206
</div>
206207

207208
<p>You can also populate the menu in code, using {@link android.view.Menu#add(int,int,int,int)

0 commit comments

Comments
 (0)