diff options
| author | 2011-06-01 18:19:12 -0700 | |
|---|---|---|
| committer | 2011-06-01 18:19:12 -0700 | |
| commit | f58e6c982267e6e027b8a286ebe2a2e349348ee7 (patch) | |
| tree | b132560ae81899fe62bef3999f169e67e0df0390 | |
| parent | e66763516a9c27c192adaba417616371a1c3c9bf (diff) | |
| parent | f9e43b8cba436f289f64fe323dfdf5c1642512d5 (diff) | |
Merge "doc typo" into honeycomb-mr2
| -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 7e13569183ae..6f12b95082fd 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> /> |