diff options
author | John Reck <jreck@google.com> | 2011-01-14 19:57:09 -0800 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-01-18 13:03:12 -0800 |
commit | 0ce8a942a895cfe1d432076a95f3ed3798ccb002 (patch) | |
tree | 85c5afd69fc37dd683c3a7f9d32c66f51148cd04 /res/menu/history.xml | |
parent | 0e64d3c230a0fafff311d39c52b043ef137bf318 (diff) | |
download | packages_apps_browser-0ce8a942a895cfe1d432076a95f3ed3798ccb002.zip packages_apps_browser-0ce8a942a895cfe1d432076a95f3ed3798ccb002.tar.gz packages_apps_browser-0ce8a942a895cfe1d432076a95f3ed3798ccb002.tar.bz2 |
History UI update
Change-Id: If4af6e37252f297bc1744af65df4bc2f123f41dd
Diffstat (limited to 'res/menu/history.xml')
-rw-r--r-- | res/menu/history.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/menu/history.xml b/res/menu/history.xml index 3bb30a0..f2ab299 100644 --- a/res/menu/history.xml +++ b/res/menu/history.xml @@ -18,4 +18,8 @@ <item android:id="@+id/clear_history_menu_id" android:title="@string/clear_history" android:icon="@android:drawable/ic_menu_close_clear_cancel" /> + <item android:id="@+id/preferences_menu_id" + android:title="@string/menu_preferences" + android:icon="@drawable/ic_menu_settings" + android:alphabeticShortcut="p" /> </menu> |