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/PHONE_MENU"> |
| 19 | <item android:id="@+id/dial_context_menu_id" |
| 20 | android:title="@string/contextmenu_dial_dot"/> |
| 21 | <item android:id="@+id/add_contact_context_menu_id" |
| 22 | android:title="@string/contextmenu_add_contact"/> |
| 23 | <item android:id="@+id/copy_phone_context_menu_id" |
| 24 | android:title="@string/contextmenu_copy"/> |
| 25 | </group> |
| 26 | <group android:id="@+id/EMAIL_MENU"> |
| 27 | <item android:id="@+id/email_context_menu_id" |
| 28 | android:title="@string/contextmenu_send_mail"/> |
| 29 | <item android:id="@+id/copy_mail_context_menu_id" |
| 30 | android:title="@string/contextmenu_copy"/> |
| 31 | </group> |
| 32 | <group android:id="@+id/GEO_MENU"> |
| 33 | <item android:id="@+id/map_context_menu_id" |
| 34 | android:title="@string/contextmenu_map"/> |
| 35 | <item android:id="@+id/copy_geo_context_menu_id" |
| 36 | android:title="@string/contextmenu_copy"/> |
| 37 | </group> |
| 38 | <group android:id="@+id/ANCHOR_MENU"> |
| 39 | <item android:id="@+id/open_context_menu_id" |
| 40 | android:title="@string/contextmenu_openlink"/> |
| 41 | <item android:id="@+id/open_newtab_context_menu_id" |
| 42 | android:title="@string/contextmenu_openlink_newwindow"/> |
| 43 | <item android:id="@+id/bookmark_context_menu_id" |
| 44 | android:title="@string/contextmenu_bookmark_thislink"/> |
| 45 | <item android:id="@+id/save_link_context_menu_id" |
| 46 | android:title="@string/contextmenu_savelink"/> |
| 47 | <item android:id="@+id/share_link_context_menu_id" |
| 48 | android:title="@string/contextmenu_sharelink"/> |
| 49 | <item android:id="@+id/copy_link_context_menu_id" |
| 50 | android:title="@string/contextmenu_copylink"/> |
| 51 | </group> |
| 52 | <group android:id="@+id/IMAGE_MENU"> |
| 53 | <item android:id="@+id/download_context_menu_id" |
| 54 | android:title="@string/contextmenu_download_image"/> |
| 55 | <item android:id="@+id/view_image_context_menu_id" |
| 56 | android:title="@string/contextmenu_view_image"/> |
Ben Murdoch | 4f75ba2 | 2009-10-27 11:48:28 +0000 | [diff] [blame^] | 57 | <item android:id="@+id/set_wallpaper_context_menu_id" |
| 58 | android:title="@string/contextmenu_set_wallpaper"/> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 59 | </group> |
| 60 | </menu> |
| 61 | |