blob: 7d87708b4bd0b18f460793ab3791d296199f77c1 [file] [log] [blame]
Brian Attwelld28851f2014-06-10 13:25:07 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 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">
Brian Attwell2e4214c2014-07-10 22:03:16 -070018 <!-- Icon and titles are set in code for menu_star and menu_edit -->
19
Brian Attwelld28851f2014-06-10 13:25:07 -070020 <item
21 android:id="@+id/menu_star"
22 android:showAsAction="always" />
23
24 <item
25 android:id="@+id/menu_edit"
Brian Attwelld28851f2014-06-10 13:25:07 -070026 android:showAsAction="always" />
27
28 <item
yaolu2de7c8e2016-09-26 09:45:44 -070029 android:id="@+id/menu_join"
30 android:title="@string/menu_joinAggregate" />
31
32 <item
Gary Maib9065dd2016-11-08 10:49:00 -080033 android:id="@+id/menu_linked_contacts"
34 android:title="@string/menu_linkedContacts" />
35
36 <item
Walter Jang5d2e2622014-11-03 13:20:48 -080037 android:id="@+id/menu_delete"
38 android:title="@string/menu_deleteContact" />
39
40 <item
Brian Attwelld28851f2014-06-10 13:25:07 -070041 android:id="@+id/menu_share"
42 android:title="@string/menu_share"
43 android:alphabeticShortcut="s" />
44
45 <item
46 android:id="@+id/menu_create_contact_shortcut"
47 android:title="@string/menu_create_contact_shortcut" />
Brian Attwell56bcc2f2015-02-12 23:45:27 +000048
49 <item
yaolu58a1ac22016-10-24 16:50:24 -070050 android:id="@+id/menu_set_ringtone"
51 android:title="@string/menu_set_ring_tone" />
52
53 <item
54 android:id="@+id/menu_send_to_voicemail"
55 android:title="@string/menu_redirect_calls_to_vm"/>
56
57 <item
Brian Attwell56bcc2f2015-02-12 23:45:27 +000058 android:id="@+id/menu_help"
59 android:title="@string/menu_help" />
Brian Attwelld28851f2014-06-10 13:25:07 -070060</menu>