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/ADD_MENU"> |
| 19 | <item android:id="@+id/new_context_menu_id" |
| 20 | android:title="@string/save_to_bookmarks"/> |
| 21 | </group> |
| 22 | <group android:id="@+id/CONTEXT_MENU"> |
| 23 | <item android:id="@+id/open_context_menu_id" |
| 24 | android:title="@string/open_bookmark"/> |
| 25 | <item android:id="@+id/new_window_context_menu_id" |
| 26 | android:title="@string/open_in_new_window"/> |
| 27 | <item android:id="@+id/edit_context_menu_id" |
| 28 | android:title="@string/edit_bookmark"/> |
| 29 | <item android:id="@+id/shortcut_context_menu_id" |
| 30 | android:title="@string/create_shortcut_bookmark"/> |
| 31 | <item android:id="@+id/send_context_menu_id" |
| 32 | android:title="@string/tab_picker_send_url"/> |
| 33 | <item android:id="@+id/copy_url_context_menu_id" |
| 34 | android:title="@string/contextmenu_copylink"/> |
| 35 | <item android:id="@+id/delete_context_menu_id" |
| 36 | android:title="@string/remove_bookmark"/> |
Leon Scroggins | feb941d | 2009-05-28 17:27:38 -0400 | [diff] [blame^] | 37 | <item android:id="@+id/homepage_context_menu_id" |
| 38 | android:title="@string/set_as_homepage"/> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 39 | </group> |
| 40 | </menu> |