commit | 4e136c8e7577d84525e135ece3f2d897b6a0fbe4 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Aug 12 04:16:49 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Aug 12 04:16:49 2013 -0700 |
tree | 421f7576b7be1736823d0958433f98fd9dafb5b9 | |
parent | b982f577c399f85aed90b92d74f2592f9c0b7798 [diff] | |
parent | 8fc8d0f9136641ee05f6ffecaef1d046e92bed36 [diff] |
Merge "Browser: add "clear history" menu in history page"
diff --git a/res/menu/history.xml b/res/menu/history.xml index a8c1b29..91660ad 100644 --- a/res/menu/history.xml +++ b/res/menu/history.xml
@@ -15,4 +15,7 @@ --> <menu xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:id="@+id/clear_history_menu_id" + android:title="@string/clear_history" + android:icon="@android:drawable/ic_menu_close_clear_cancel"/> </menu>