blob: b57f539f9d220bd500c95628c4f6d37f49a71732 [file] [log] [blame]
Mindy Pereira578bd6b2012-05-15 10:11:57 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2012 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.
17-->
18<menu xmlns:android="http://schemas.android.com/apk/res/android">
19
20 <item android:id="@+id/compose"
21 android:title="@string/menu_compose"
22 android:showAsAction="always"
23 android:icon="@drawable/ic_menu_compose_normal_holo_light"
24 android:alphabeticShortcut="@string/trigger_compose_char" />
25
26 <item android:id="@+id/search"
27 android:title="@string/menu_search"
28 android:showAsAction="always|collapseActionView"
Mindy Pereira20f30f72012-05-15 12:49:26 -070029 android:icon="@drawable/ic_menu_search_holo_light"
30 android:actionLayout="@layout/mail_actionbar_searchview" />
Mindy Pereira578bd6b2012-05-15 10:11:57 -070031
32 <item
33 android:id="@+id/delete"
34 android:title="@string/delete"
35 android:showAsAction="ifRoom"
36 android:icon="@drawable/trash" />
37
38 <!-- Always available -->
39 <item
40 android:id="@+id/change_folder"
41 android:title="@string/menu_change_folders"
42 android:showAsAction="never"
43 android:icon="@drawable/ic_menu_folders_holo_light" />
44
45 <item android:id="@+id/inside_conversation_unread"
46 android:title="@string/mark_read"
47 android:showAsAction="never"
48 android:icon="@drawable/ic_menu_mark_unread_holo_light" />
49
50 <item
51 android:id="@+id/mark_important"
52 android:title="@string/mark_important"
Scott Kennedyb905d082013-05-07 16:44:34 -070053 android:showAsAction="never" />
Mindy Pereira578bd6b2012-05-15 10:11:57 -070054
55 <item
56 android:id="@+id/mark_not_important"
57 android:title="@string/mark_not_important"
Scott Kennedyb905d082013-05-07 16:44:34 -070058 android:showAsAction="never" />
Mindy Pereira578bd6b2012-05-15 10:11:57 -070059
60 <item
Mindy Pereira578bd6b2012-05-15 10:11:57 -070061 android:id="@+id/report_spam"
62 android:title="@string/report_spam"
Scott Kennedyb905d082013-05-07 16:44:34 -070063 android:showAsAction="never" />
Mindy Pereira578bd6b2012-05-15 10:11:57 -070064
65 <item android:id="@+id/refresh"
66 android:title="@string/refresh"
67 android:showAsAction="never"
Mindy Pereira578bd6b2012-05-15 10:11:57 -070068 android:alphabeticShortcut="@string/trigger_refresh_char" />
69
70 <item android:id="@+id/settings"
71 android:title="@string/menu_settings"
72 android:showAsAction="never" />
73
74 <item
Mindy Pereira578bd6b2012-05-15 10:11:57 -070075 android:id="@+id/feedback_menu_item"
Mindy Pereira578bd6b2012-05-15 10:11:57 -070076 android:showAsAction="never"
77 android:title="@string/feedback" />
78
Mark Wei22297b12012-08-30 16:37:53 -070079 <item
80 android:id="@+id/help_info_menu_item"
Mark Wei22297b12012-08-30 16:37:53 -070081 android:showAsAction="never"
82 android:title="@string/help_and_info" />
83
Mindy Pereira578bd6b2012-05-15 10:11:57 -070084</menu>