blob: 8c36924ea5f51f5da2df8813fe896724ee0c857f [file] [log] [blame]
Jeff Sharkey49d17b32009-09-07 02:14:21 -07001<?xml version="1.0" encoding="utf-8"?>
Katherine Kuan8268bbe2011-06-10 17:48:21 -07002<!-- Copyright (C) 2011 The Android Open Source Project
Jeff Sharkey49d17b32009-09-07 02:14:21 -07003
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 <item
19 android:id="@+id/menu_edit"
Jeff Sharkey49d17b32009-09-07 02:14:21 -070020 android:title="@string/menu_editContact"
Katherine Kuan8268bbe2011-06-10 17:48:21 -070021 android:alphabeticShortcut="e" />
Jeff Sharkey49d17b32009-09-07 02:14:21 -070022
23 <item
24 android:id="@+id/menu_share"
Jeff Sharkey49d17b32009-09-07 02:14:21 -070025 android:title="@string/menu_share"
26 android:alphabeticShortcut="s" />
27
28 <item
Jeff Sharkey49d17b32009-09-07 02:14:21 -070029 android:id="@+id/menu_delete"
Jeff Sharkey49d17b32009-09-07 02:14:21 -070030 android:title="@string/menu_deleteContact" />
Isaac Katzenelson683b57e2011-07-20 17:06:11 -070031
32 <item
33 android:id="@+id/menu_set_ringtone"
Isaac Katzenelson683b57e2011-07-20 17:06:11 -070034 android:title="@string/menu_set_ring_tone" />
35
36 <item
37 android:id="@+id/menu_send_to_voicemail"
38 android:checkable="true"
39 android:title="@string/menu_redirect_calls_to_vm" />
Maurice Chu056a8462012-04-11 18:29:32 -070040
41 <item
42 android:id="@+id/menu_create_contact_shortcut"
43 android:title="@string/menu_create_contact_shortcut" />
Jeff Sharkey49d17b32009-09-07 02:14:21 -070044</menu>