blob: 5fb0f2eb62fcb07618f96b73ff3acaa98f466829 [file] [log] [blame]
Dmitri Plotnikov4af3b072010-07-01 18:40:51 -07001<?xml version="1.0" encoding="utf-8"?>
Daniel Lehmannef3f8f02010-07-26 18:55:25 -07002<!-- Copyright (C) 2010 The Android Open Source Project
Dmitri Plotnikov4af3b072010-07-01 18:40:51 -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-->
Wenyi Wang3c3b6f12016-04-02 13:58:43 -070016<menu xmlns:android="http://schemas.android.com/apk/res/android"
17 xmlns:contacts="http://schemas.android.com/apk/res-auto">
Dmitri Plotnikov34623cf2010-07-12 15:23:39 -070018 <item
Katherine Kuanb5760b92011-06-01 16:19:40 -070019 android:id="@+id/menu_search"
John Shaobd9ef3c2016-12-15 12:42:03 -080020 android:icon="@drawable/quantum_ic_search_vd_theme_24"
Wenyi Wang7438b132016-11-17 15:39:24 -080021 android:title="@string/hint_findContacts"
Wenyi Wang3c3b6f12016-04-02 13:58:43 -070022 contacts:showAsAction="ifRoom" />
Katherine Kuanb5760b92011-06-01 16:19:40 -070023
24 <item
Makoto Onuki9ae60412012-07-19 15:56:41 -070025 android:id="@+id/export_database"
26 android:title="@string/menu_export_database"
27 android:visible="false"
28 android:showAsAction="never" />
Brian Attwell20510ec2015-02-27 16:10:45 -080029
30 <item
Wenyi Wangf5493a62016-07-11 14:28:52 -070031 android:id="@+id/menu_share"
John Shaobd9ef3c2016-12-15 12:42:03 -080032 android:icon="@drawable/quantum_ic_share_vd_theme_24"
Wenyi Wangf5493a62016-07-11 14:28:52 -070033 android:title="@string/menu_share"
34 contacts:showAsAction="ifRoom"/>
Brian Attwelld3946ca2015-03-03 11:13:49 -080035
36 <item
Brian Attwell20510ec2015-02-27 16:10:45 -080037 android:id="@+id/menu_delete"
John Shaobd9ef3c2016-12-15 12:42:03 -080038 android:icon="@drawable/quantum_ic_delete_vd_theme_24"
Wenyi Wangf5493a62016-07-11 14:28:52 -070039 android:title="@string/menu_deleteContact"
40 contacts:showAsAction="ifRoom"/>
Brian Attwell20510ec2015-02-27 16:10:45 -080041
42 <item
Wenyi Wangf5493a62016-07-11 14:28:52 -070043 android:id="@+id/menu_join"
John Shaobd9ef3c2016-12-15 12:42:03 -080044 android:icon="@drawable/quantum_ic_link_vd_theme_24"
Wenyi Wangf5493a62016-07-11 14:28:52 -070045 android:title="@string/menu_joinAggregate"
46 contacts:showAsAction="ifRoom"/>
Brian Attwell20510ec2015-02-27 16:10:45 -080047
Dmitri Plotnikov4af3b072010-07-01 18:40:51 -070048</menu>