The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2008 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <menu xmlns:android="http://schemas.android.com/apk/res/android"> |
| 18 | <group android:id="@+id/MAIN_MENU"> |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 19 | <item android:id="@+id/new_tab_menu_id" |
| 20 | android:title="@string/new_tab" |
Leon Scroggins | bbf5318 | 2009-09-25 13:28:15 -0400 | [diff] [blame] | 21 | android:icon="@drawable/ic_menu_new_window" |
Nicolas Roard | 91adfef | 2009-09-16 13:08:23 +0100 | [diff] [blame] | 22 | android:alphabeticShortcut="n" /> |
Leon Scroggins | b3a5bed | 2009-09-28 11:21:56 -0400 | [diff] [blame] | 23 | <item android:id="@+id/bookmarks_menu_id" |
| 24 | android:title="@string/bookmarks" |
| 25 | android:alphabeticShortcut="b" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame^] | 26 | android:icon="@drawable/ic_bookmarks_history_normal" |
Leon Scroggins | b3a5bed | 2009-09-28 11:21:56 -0400 | [diff] [blame] | 27 | /> |
Leon Scroggins | 0a64ba5 | 2009-09-08 15:35:33 -0400 | [diff] [blame] | 28 | <item android:id="@+id/active_tabs_menu_id" |
| 29 | android:title="@string/active_tabs" |
| 30 | android:icon="@drawable/ic_menu_windows" |
Nicolas Roard | 91adfef | 2009-09-16 13:08:23 +0100 | [diff] [blame] | 31 | android:alphabeticShortcut="t" /> |
Leon Scroggins | b3a5bed | 2009-09-28 11:21:56 -0400 | [diff] [blame] | 32 | <item android:id="@+id/stop_reload_menu_id" |
| 33 | android:alphabeticShortcut="r" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 34 | <item android:id="@+id/forward_menu_id" |
Nicolas Roard | 91adfef | 2009-09-16 13:08:23 +0100 | [diff] [blame] | 35 | android:title="@string/forward" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 36 | android:alphabeticShortcut="k" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame^] | 37 | android:icon="@drawable/ic_forward_normal" /> |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 38 | <item android:id="@+id/add_bookmark_menu_id" |
| 39 | android:title="@string/save_to_bookmarks" |
Leon Scroggins | 5037b7b | 2009-09-25 15:47:05 -0400 | [diff] [blame] | 40 | android:icon="@drawable/ic_menu_add_bookmark" |
Nicolas Roard | 91adfef | 2009-09-16 13:08:23 +0100 | [diff] [blame] | 41 | android:alphabeticShortcut="a" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 42 | <item android:id="@+id/find_menu_id" |
Leon Scroggins | 4fc12cb | 2010-08-24 14:24:05 -0400 | [diff] [blame] | 43 | android:title="@*android:string/find_on_page" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame^] | 44 | android:icon="@drawable/ic_menu_findonpage_normal" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 45 | android:alphabeticShortcut="f" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 46 | <item android:id="@+id/share_page_menu_id" |
Nicolas Roard | 91adfef | 2009-09-16 13:08:23 +0100 | [diff] [blame] | 47 | android:title="@string/share_page" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame^] | 48 | android:icon="@drawable/ic_menu_share_normal" |
Nicolas Roard | 91adfef | 2009-09-16 13:08:23 +0100 | [diff] [blame] | 49 | android:alphabeticShortcut="s" /> |
Michael Kolb | e0a3666 | 2010-06-29 10:37:12 -0700 | [diff] [blame] | 50 | <item android:id="@+id/page_info_menu_id" |
| 51 | android:title="@string/page_info" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame^] | 52 | android:icon="@drawable/ic_menu_pageinfo_normal" |
Michael Kolb | e0a3666 | 2010-06-29 10:37:12 -0700 | [diff] [blame] | 53 | android:alphabeticShortcut="g" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 54 | <item android:id="@+id/view_downloads_menu_id" |
| 55 | android:title="@string/menu_view_download" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame^] | 56 | android:icon="@drawable/ic_menu_downloads_normal" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 57 | android:alphabeticShortcut="d" /> |
| 58 | <item android:id="@+id/preferences_menu_id" |
| 59 | android:title="@string/menu_preferences" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame^] | 60 | android:icon="@drawable/ic_menu_settings_normal" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 61 | android:alphabeticShortcut="p" /> |
Elliott Slaughter | 0ced08c | 2010-06-30 11:40:42 -0700 | [diff] [blame] | 62 | <item android:id="@+id/save_webarchive_menu_id" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame^] | 63 | android:title="@string/menu_save_webarchive" |
| 64 | android:icon="@drawable/ic_menu_archive_normal" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 65 | <!-- followings are debug only --> |
| 66 | <item android:id="@+id/dump_nav_menu_id" |
| 67 | android:title="@string/dump_nav" |
| 68 | android:visible="false" /> |
Andrei Popescu | 7a8b88b | 2010-02-02 00:30:38 +0000 | [diff] [blame] | 69 | <item android:id="@+id/dump_counters_menu_id" |
| 70 | android:title="@string/dump_counters" |
| 71 | android:visible="false" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 72 | </group> |
| 73 | <group android:id="@+id/MAIN_SHORTCUT_MENU" android:visible="false"> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 74 | <item android:id="@+id/homepage_menu_id" |
| 75 | android:alphabeticShortcut=" " /> |
| 76 | <item android:id="@+id/classic_history_menu_id" |
| 77 | android:alphabeticShortcut="h" /> |
| 78 | <item android:id="@+id/zoom_in_menu_id" |
| 79 | android:alphabeticShortcut="i" /> |
| 80 | <item android:id="@+id/zoom_out_menu_id" |
| 81 | android:alphabeticShortcut="o" /> |
| 82 | <item android:id="@+id/window_one_menu_id" |
| 83 | android:alphabeticShortcut="1" /> |
| 84 | <item android:id="@+id/window_two_menu_id" |
| 85 | android:alphabeticShortcut="2" /> |
| 86 | <item android:id="@+id/window_three_menu_id" |
| 87 | android:alphabeticShortcut="3" /> |
| 88 | <item android:id="@+id/window_four_menu_id" |
| 89 | android:alphabeticShortcut="4" /> |
| 90 | <item android:id="@+id/window_five_menu_id" |
| 91 | android:alphabeticShortcut="5" /> |
| 92 | <item android:id="@+id/window_six_menu_id" |
| 93 | android:alphabeticShortcut="6" /> |
| 94 | <item android:id="@+id/window_seven_menu_id" |
| 95 | android:alphabeticShortcut="7" /> |
| 96 | <item android:id="@+id/window_eight_menu_id" |
| 97 | android:alphabeticShortcut="8" /> |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 98 | <item android:id="@+id/back_menu_id" |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 99 | android:alphabeticShortcut="j" /> |
| 100 | <item android:id="@+id/goto_menu_id" |
Michael Kolb | e0a3666 | 2010-06-29 10:37:12 -0700 | [diff] [blame] | 101 | android:alphabeticShortcut="l" /> |
Leon Scroggins | 0a64ba5 | 2009-09-08 15:35:33 -0400 | [diff] [blame] | 102 | <item android:id="@+id/close_menu_id" |
Leon Scroggins | 0a64ba5 | 2009-09-08 15:35:33 -0400 | [diff] [blame] | 103 | android:alphabeticShortcut="w" /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 104 | </group> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 105 | <!-- these items are toggled in and out of @+id/stop_reload_menu_id --> |
| 106 | <item android:id="@+id/stop_menu_id" |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 107 | android:title="@string/stop" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame^] | 108 | android:icon="@drawable/ic_stop_normal" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 109 | android:visible="false" /> |
| 110 | <item android:id="@+id/reload_menu_id" |
Leon Scroggins | a81a764 | 2009-08-31 17:05:41 -0400 | [diff] [blame] | 111 | android:title="@string/reload" |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame^] | 112 | android:icon="@drawable/ic_refresh_normal" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 113 | android:visible="false" /> |
| 114 | </menu> |
| 115 | |