The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [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"> |
| 19 | <item android:id="@+id/goto_menu_id" |
| 20 | android:title="@string/goto_dot" |
| 21 | android:alphabeticShortcut="l" |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 22 | android:icon="@android:drawable/ic_menu_search"/> |
| 23 | <item android:id="@+id/bookmarks_menu_id" |
| 24 | android:title="@string/bookmarks" |
| 25 | android:alphabeticShortcut="b" |
| 26 | android:icon="@drawable/ic_menu_bookmark" /> |
| 27 | <item android:id="@+id/windows_menu_id" |
| 28 | android:title="@string/view_tabs" |
| 29 | android:alphabeticShortcut="t" |
| 30 | android:titleCondensed="@string/view_tabs_condensed" |
| 31 | android:icon="@drawable/ic_menu_windows" /> |
| 32 | <item android:id="@+id/stop_reload_menu_id" |
| 33 | android:alphabeticShortcut="r" /> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 34 | <item android:id="@+id/forward_menu_id" |
| 35 | android:title="@string/forward" |
The Android Open Source Project | b7775e1 | 2009-02-10 15:44:04 -0800 | [diff] [blame^] | 36 | android:alphabeticShortcut="k" |
| 37 | android:icon="@*android:drawable/ic_menu_forward" /> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 38 | <item android:id="@+id/find_menu_id" |
| 39 | android:title="@string/find_dot" |
| 40 | android:alphabeticShortcut="f" /> |
The Android Open Source Project | 96cb4a4 | 2009-01-15 16:12:12 -0800 | [diff] [blame] | 41 | <item android:id="@+id/select_text_id" |
| 42 | android:title="@string/select_dot" /> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 43 | <item android:id="@+id/page_info_menu_id" |
The Android Open Source Project | b7775e1 | 2009-02-10 15:44:04 -0800 | [diff] [blame^] | 44 | android:title="@string/page_info" |
| 45 | android:alphabeticShortcut="g" /> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 46 | <item android:id="@+id/share_page_menu_id" |
| 47 | android:title="@string/share_page"/> |
The Android Open Source Project | b7775e1 | 2009-02-10 15:44:04 -0800 | [diff] [blame^] | 48 | <item android:id="@+id/view_downloads_menu_id" |
| 49 | android:title="@string/menu_view_download" |
| 50 | android:alphabeticShortcut="d" /> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 51 | <item android:id="@+id/preferences_menu_id" |
The Android Open Source Project | b7775e1 | 2009-02-10 15:44:04 -0800 | [diff] [blame^] | 52 | android:title="@string/menu_preferences" |
| 53 | android:alphabeticShortcut="p" /> |
| 54 | <!-- followings are debug only --> |
| 55 | <item android:id="@+id/dump_nav_menu_id" |
| 56 | android:title="@string/dump_nav" |
| 57 | android:visible="false" /> |
| 58 | </group> |
| 59 | <group android:id="@+id/MAIN_SHORTCUT_MENU" android:visible="false"> |
| 60 | <item android:id="@+id/back_menu_id" |
| 61 | android:alphabeticShortcut="j" /> |
| 62 | <item android:id="@+id/close_menu_id" |
| 63 | android:alphabeticShortcut="w" /> |
| 64 | <item android:id="@+id/homepage_menu_id" |
| 65 | android:alphabeticShortcut=" " /> |
| 66 | <item android:id="@+id/classic_history_menu_id" |
| 67 | android:alphabeticShortcut="h" /> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 68 | <item android:id="@+id/zoom_in_menu_id" |
| 69 | android:alphabeticShortcut="i" /> |
| 70 | <item android:id="@+id/zoom_out_menu_id" |
| 71 | android:alphabeticShortcut="o" /> |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 72 | <item android:id="@+id/window_one_menu_id" |
| 73 | android:alphabeticShortcut="1" /> |
| 74 | <item android:id="@+id/window_two_menu_id" |
| 75 | android:alphabeticShortcut="2" /> |
| 76 | <item android:id="@+id/window_three_menu_id" |
| 77 | android:alphabeticShortcut="3" /> |
| 78 | <item android:id="@+id/window_four_menu_id" |
| 79 | android:alphabeticShortcut="4" /> |
| 80 | <item android:id="@+id/window_five_menu_id" |
| 81 | android:alphabeticShortcut="5" /> |
| 82 | <item android:id="@+id/window_six_menu_id" |
| 83 | android:alphabeticShortcut="6" /> |
| 84 | <item android:id="@+id/window_seven_menu_id" |
| 85 | android:alphabeticShortcut="7" /> |
| 86 | <item android:id="@+id/window_eight_menu_id" |
| 87 | android:alphabeticShortcut="8" /> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 88 | </group> |
| 89 | <group android:id="@+id/TAB_MENU"> |
| 90 | <item android:id="@+id/new_tab_menu_id" |
| 91 | android:title="@string/tab_picker_new_tab" |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 92 | android:alphabeticShortcut="t" |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 93 | android:icon="@android:drawable/ic_menu_add" /> |
| 94 | <item android:id="@+id/bookmarks_tab_menu_id" |
| 95 | android:title="@string/bookmarks" |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 96 | android:alphabeticShortcut="b" |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 97 | android:icon="@drawable/ic_menu_bookmark" /> |
| 98 | <item android:id="@+id/history_tab_menu_id" |
| 99 | android:title="@string/history" |
The Android Open Source Project | ed217d9 | 2008-12-17 18:05:52 -0800 | [diff] [blame] | 100 | android:alphabeticShortcut="h" |
The Android Open Source Project | 765e7c9 | 2009-01-09 17:51:25 -0800 | [diff] [blame] | 101 | android:icon="@android:drawable/ic_menu_recent_history" /> |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 102 | </group> |
| 103 | <!-- these items are toggled in and out of @+id/stop_reload_menu_id --> |
| 104 | <item android:id="@+id/stop_menu_id" |
| 105 | android:title="@string/stop" |
The Android Open Source Project | 066e908 | 2009-01-20 14:03:59 -0800 | [diff] [blame] | 106 | android:icon="@*android:drawable/ic_menu_stop" |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 107 | android:visible="false" /> |
| 108 | <item android:id="@+id/reload_menu_id" |
| 109 | android:title="@string/reload" |
The Android Open Source Project | 066e908 | 2009-01-20 14:03:59 -0800 | [diff] [blame] | 110 | android:icon="@*android:drawable/ic_menu_refresh" |
The Android Open Source Project | ba6d7b8 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 111 | android:visible="false" /> |
| 112 | </menu> |
| 113 | |