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"> |
John Reck | dbf57df | 2010-11-09 16:34:03 -0800 | [diff] [blame] | 18 | <group android:id="@+id/CONTEXT_MENU"> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 19 | <item android:id="@+id/open_context_menu_id" |
| 20 | android:title="@string/contextmenu_openlink"/> |
| 21 | <item android:id="@+id/new_window_context_menu_id" |
| 22 | android:title="@string/contextmenu_openlink_newwindow"/> |
| 23 | <item android:id="@+id/save_to_bookmarks_menu_id" |
| 24 | android:title="@string/save_to_bookmarks"/> |
| 25 | <item android:id="@+id/share_link_context_menu_id" |
| 26 | android:title="@string/contextmenu_sharelink"/> |
Leon Scroggins | a5d669e | 2009-08-05 14:07:58 -0400 | [diff] [blame] | 27 | <item android:id="@+id/copy_url_context_menu_id" |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 28 | android:title="@string/contextmenu_copylink"/> |
| 29 | <item android:id="@+id/delete_context_menu_id" |
Leon Scroggins | feb941d | 2009-05-28 17:27:38 -0400 | [diff] [blame] | 30 | android:title="@string/remove_history_item"/> |
| 31 | <item android:id="@+id/homepage_context_menu_id" |
| 32 | android:title="@string/set_as_homepage"/> |
John Reck | dbf57df | 2010-11-09 16:34:03 -0800 | [diff] [blame] | 33 | </group> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 34 | </menu> |