blob: ce49c92940415c68eee249fea237db2523aa7c3e [file] [log] [blame]
Katherine Kuan8268bbe2011-06-10 17:48:21 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 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
Walter Jang8b8b30c2016-05-12 19:07:13 -070017<menu xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:contacts="http://schemas.android.com/apk/res-auto">
19
Katherine Kuan8268bbe2011-06-10 17:48:21 -070020 <item
Walter Jang44e91b12016-05-22 12:37:00 -070021 android:id="@+id/menu_add"
John Shaobd9ef3c2016-12-15 12:42:03 -080022 android:icon="@drawable/quantum_ic_person_add_vd_theme_24"
Walter Jang44e91b12016-05-22 12:37:00 -070023 android:title="@string/menu_addToGroup"
24 contacts:showAsAction="ifRoom" />
25
26 <item
Sean Midfordff6f1bb2016-10-12 09:48:23 -070027 android:id="@+id/menu_multi_send_email"
28 android:title="@string/menu_sendEmailOption" />
29
30 <item
31 android:id="@+id/menu_multi_send_message"
32 android:title="@string/menu_sendMessageOption" />
33
34 <item
Sean Midford2891e092016-10-27 14:51:44 -070035 android:id="@+id/menu_edit_group"
John Shaobd9ef3c2016-12-15 12:42:03 -080036 android:icon="@drawable/quantum_ic_create_vd_theme_24"
Sean Midford2891e092016-10-27 14:51:44 -070037 android:title="@string/menu_editGroup" />
38
39 <item
Walter Jang72f99882016-05-26 09:01:31 -070040 android:id="@+id/menu_rename_group"
41 android:title="@string/menu_renameGroup"/>
Katherine Kuan8268bbe2011-06-10 17:48:21 -070042
43 <item
Katherine Kuan8268bbe2011-06-10 17:48:21 -070044 android:id="@+id/menu_delete_group"
Katherine Kuan8268bbe2011-06-10 17:48:21 -070045 android:title="@string/menu_deleteGroup" />
Walter Jang8b8b30c2016-05-12 19:07:13 -070046
47 <item
48 android:id="@+id/menu_remove_from_group"
49 android:title="@string/menu_removeFromGroup" />
Katherine Kuan8268bbe2011-06-10 17:48:21 -070050</menu>