summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-06-01 16:28:19 -0700
committerScott Main <smain@google.com>2011-06-01 16:28:19 -0700
commitf9e43b8cba436f289f64fe323dfdf5c1642512d5 (patch)
tree73c271e3ea90b9daead2afe24b6b95459a78bb68 /docs/html/guide/topics
parentfa8ee17702a79a2597670374679a0b1952f4630f (diff)
downloadframeworks_base-f9e43b8cba436f289f64fe323dfdf5c1642512d5.zip
frameworks_base-f9e43b8cba436f289f64fe323dfdf5c1642512d5.tar.gz
frameworks_base-f9e43b8cba436f289f64fe323dfdf5c1642512d5.tar.bz2
doc typo
Change-Id: Iab3246e12059582096594eb795f2eb42da46f667
Diffstat (limited to 'docs/html/guide/topics')
-rw-r--r--docs/html/guide/topics/ui/actionbar.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/actionbar.jd b/docs/html/guide/topics/ui/actionbar.jd
index 7e13569..6f12b95 100644
--- a/docs/html/guide/topics/ui/actionbar.jd
+++ b/docs/html/guide/topics/ui/actionbar.jd
@@ -184,7 +184,7 @@ href="{@docRoot}guide/topics/resources/menu-resource.html">menu resource</a> fil
<pre>
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;menu xmlns:android="http://schemas.android.com/apk/res/android">
- &lt;item android:id="@+id/menu_add"
+ &lt;item android:id="@+id/menu_save"
android:icon="@drawable/ic_menu_save"
android:title="@string/menu_save"
<b>android:showAsAction="ifRoom|withText"</b> /&gt;