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 | c849081 | 2010-11-22 14:15:36 -0800 | [diff] [blame^] | 18 | <group android:id="@+id/BOOKMARK_CONTEXT_MENU" |
| 19 | android:visible="false"> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 20 | <item android:id="@+id/open_context_menu_id" |
| 21 | android:title="@string/open_bookmark"/> |
| 22 | <item android:id="@+id/new_window_context_menu_id" |
| 23 | android:title="@string/open_in_new_window"/> |
| 24 | <item android:id="@+id/edit_context_menu_id" |
| 25 | android:title="@string/edit_bookmark"/> |
| 26 | <item android:id="@+id/shortcut_context_menu_id" |
| 27 | android:title="@string/create_shortcut_bookmark"/> |
Leon Scroggins | a5d669e | 2009-08-05 14:07:58 -0400 | [diff] [blame] | 28 | <item android:id="@+id/share_link_context_menu_id" |
| 29 | android:title="@string/contextmenu_sharelink"/> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 30 | <item android:id="@+id/copy_url_context_menu_id" |
| 31 | android:title="@string/contextmenu_copylink"/> |
| 32 | <item android:id="@+id/delete_context_menu_id" |
| 33 | android:title="@string/remove_bookmark"/> |
Leon Scroggins | feb941d | 2009-05-28 17:27:38 -0400 | [diff] [blame] | 34 | <item android:id="@+id/homepage_context_menu_id" |
| 35 | android:title="@string/set_as_homepage"/> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 36 | </group> |
John Reck | c849081 | 2010-11-22 14:15:36 -0800 | [diff] [blame^] | 37 | <group android:id="@+id/FOLDER_CONTEXT_MENU" |
| 38 | android:visible="false"> |
| 39 | <item android:id="@+id/edit_context_menu_id" |
| 40 | android:title="@string/edit_folder"/> |
| 41 | <item android:id="@+id/delete_context_menu_id" |
| 42 | android:title="@string/delete_folder"/> |
| 43 | </group> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 44 | </menu> |