blob: 7a1c26c9ec8d22f4cf58aa25e00cb822f9cfb169 [file] [log] [blame]
Jeff Sharkey49d17b32009-09-07 02:14:21 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2009 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 <item
19 android:id="@+id/menu_edit"
20 android:icon="@android:drawable/ic_menu_edit"
21 android:title="@string/menu_editContact"
Daniel Lehmann2d2c5d82010-07-14 15:10:11 -070022 android:alphabeticShortcut="e"
23 android:showAsAction="always" />
Jeff Sharkey49d17b32009-09-07 02:14:21 -070024
25 <item
26 android:id="@+id/menu_share"
27 android:icon="@android:drawable/ic_menu_share"
28 android:title="@string/menu_share"
29 android:alphabeticShortcut="s" />
30
31 <item
32 android:id="@+id/menu_options"
33 android:icon="@drawable/ic_menu_mark"
34 android:title="@string/menu_contactOptions" />
35
Jeff Sharkey49d17b32009-09-07 02:14:21 -070036 <item
37 android:id="@+id/menu_delete"
38 android:icon="@android:drawable/ic_menu_delete"
39 android:title="@string/menu_deleteContact" />
40
41</menu>