diff options
author | Scott Main <smain@google.com> | 2011-06-01 16:28:19 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-06-01 16:28:19 -0700 |
commit | f9e43b8cba436f289f64fe323dfdf5c1642512d5 (patch) | |
tree | 73c271e3ea90b9daead2afe24b6b95459a78bb68 /docs | |
parent | fa8ee17702a79a2597670374679a0b1952f4630f (diff) | |
download | frameworks_base-f9e43b8cba436f289f64fe323dfdf5c1642512d5.zip frameworks_base-f9e43b8cba436f289f64fe323dfdf5c1642512d5.tar.gz frameworks_base-f9e43b8cba436f289f64fe323dfdf5c1642512d5.tar.bz2 |
doc typo
Change-Id: Iab3246e12059582096594eb795f2eb42da46f667
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/ui/actionbar.jd | 2 |
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> <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:id="@+id/menu_add" + <item android:id="@+id/menu_save" android:icon="@drawable/ic_menu_save" android:title="@string/menu_save" <b>android:showAsAction="ifRoom|withText"</b> /> |