blob: d079fb90bfd1819e4c2cedbeb8a30c41021bfd43 [file] [log] [blame]
Mindy Pereirab47f3e22011-12-13 14:25:04 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -08003 Copyright (C) 2011 Google Inc.
4 Licensed to The Android Open Source Project.
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
Mindy Pereirab47f3e22011-12-13 14:25:04 -080017-->
18<menu xmlns:android="http://schemas.android.com/apk/res/android">
19
20 <item android:id="@+id/send"
21 android:showAsAction="ifRoom|withText"
Mindy Pereira64ffe8e2011-12-19 10:58:37 -080022 android:icon="@drawable/send"
Mindy Pereirab47f3e22011-12-13 14:25:04 -080023 android:title="@string/send"/>
24
25 <item android:id="@+id/add_attachment"
26 android:icon="@drawable/ic_attachment_holo_light"
27 android:title="@string/add_file_attachment"
28 android:showAsAction="never" />
29
Mindy Pereiraec8b0ed2012-01-06 10:35:59 -080030 <item android:id="@+id/add_cc_bcc"
Mindy Pereirab47f3e22011-12-13 14:25:04 -080031 android:title="@string/add_cc_label"
32 android:showAsAction="never"/>
33
Mindy Pereirab47f3e22011-12-13 14:25:04 -080034 <item android:id="@+id/save"
Mindy Pereira326c6602012-01-04 15:32:42 -080035 android:title="@string/save_draft"
Mindy Pereirab47f3e22011-12-13 14:25:04 -080036 android:showAsAction="never" />
37
38 <item android:id="@+id/discard"
39 android:icon="@drawable/trash"
40 android:title="@string/discard" />
41
42 <item android:id="@+id/preferences"
43 android:title="@string/menu_preferences"
44 android:showAsAction="never"
45 android:icon="@android:drawable/ic_menu_preferences" />
46
47 <item
48 android:id="@+id/help_info_menu_item"
49 android:icon="@android:drawable/ic_menu_help"
50 android:title="@string/help_and_info" />
51
52 <item
53 android:id="@+id/feedback_menu_item"
54 android:icon="@android:drawable/ic_menu_send"
55 android:title="@string/feedback" />
56
57</menu>