diff options
author | Afzal Najam <afzal411+android@gmail.com> | 2012-04-26 01:54:01 -0400 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2012-05-17 12:30:15 -0700 |
commit | d4e3331a3cfa368e8e26f18700ed3474a24ff553 (patch) | |
tree | 36214ab3b297eeba99e6e2b1c52982a06c41ab5f /res/menu | |
parent | d6c13e1635ddb4cb42d120c2dfdca1ada6d1a7b2 (diff) | |
download | packages_apps_Browser-d4e3331a3cfa368e8e26f18700ed3474a24ff553.zip packages_apps_Browser-d4e3331a3cfa368e8e26f18700ed3474a24ff553.tar.gz packages_apps_Browser-d4e3331a3cfa368e8e26f18700ed3474a24ff553.tar.bz2 |
Added a menu item in Browser called Close other tabs
This closes all other tabs except the current one (only for the phone interface)
Will submit patch for tablet interface once this is approved.
It solves the problem of mass closing unneeded tabs to a certain extent.
Preferred method would be to select multiple tabs like list items.
Change-Id: I5af00f1c19043104987375f1da396eb6fefb5dd4
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/browser.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/menu/browser.xml b/res/menu/browser.xml index bd40c51..b847316 100644 --- a/res/menu/browser.xml +++ b/res/menu/browser.xml @@ -76,6 +76,9 @@ <group android:id="@+id/COMBO_MENU"> <item + android:id="@+id/close_other_tabs_id" + android:title="@string/close_other_tabs" /> + <item android:id="@+id/history_menu_id" android:title="@string/tab_history" android:alphabeticShortcut="h" /> |