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"> |
| 19 | <item android:id="@+id/goto_menu_id" |
| 20 | android:title="@string/goto_dot" |
| 21 | android:alphabeticShortcut="l" |
| 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" /> |
| 34 | <item android:id="@+id/forward_menu_id" |
| 35 | android:title="@string/forward" |
| 36 | android:alphabeticShortcut="k" |
| 37 | android:icon="@*android:drawable/ic_menu_forward" /> |
| 38 | <item android:id="@+id/find_menu_id" |
| 39 | android:title="@string/find_dot" |
| 40 | android:alphabeticShortcut="f" /> |
| 41 | <item android:id="@+id/select_text_id" |
| 42 | android:title="@string/select_dot" /> |
| 43 | <item android:id="@+id/page_info_menu_id" |
| 44 | android:title="@string/page_info" |
| 45 | android:alphabeticShortcut="g" /> |
| 46 | <item android:id="@+id/share_page_menu_id" |
| 47 | android:title="@string/share_page"/> |
| 48 | <item android:id="@+id/view_downloads_menu_id" |
| 49 | android:title="@string/menu_view_download" |
| 50 | android:alphabeticShortcut="d" /> |
| 51 | <item android:id="@+id/preferences_menu_id" |
| 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" /> |
| 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" /> |
| 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" /> |
| 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" |
| 92 | android:alphabeticShortcut="t" |
| 93 | android:icon="@android:drawable/ic_menu_add" /> |
| 94 | <item android:id="@+id/bookmarks_tab_menu_id" |
| 95 | android:title="@string/bookmarks" |
| 96 | android:alphabeticShortcut="b" |
| 97 | android:icon="@drawable/ic_menu_bookmark" /> |
| 98 | <item android:id="@+id/history_tab_menu_id" |
| 99 | android:title="@string/history" |
| 100 | android:alphabeticShortcut="h" |
| 101 | android:icon="@android:drawable/ic_menu_recent_history" /> |
| 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" |
| 106 | android:icon="@*android:drawable/ic_menu_stop" |
| 107 | android:visible="false" /> |
| 108 | <item android:id="@+id/reload_menu_id" |
| 109 | android:title="@string/reload" |
| 110 | android:icon="@*android:drawable/ic_menu_refresh" |
| 111 | android:visible="false" /> |
| 112 | </menu> |
| 113 | |