blob: 64a9d066293f05a3d21fa2287daf0474299a79a0 [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
Mindy Pereira578bd6b2012-05-15 10:11:57 -070020 <item android:id="@+id/search"
21 android:title="@string/menu_search"
22 android:showAsAction="always|collapseActionView"
James Lemieux70dc1882014-06-17 13:41:20 -070023 android:icon="@drawable/ic_menu_search"
Mindy Pereira20f30f72012-05-15 12:49:26 -070024 android:actionLayout="@layout/mail_actionbar_searchview" />
Mindy Pereira578bd6b2012-05-15 10:11:57 -070025
26 <item
27 android:id="@+id/delete"
28 android:title="@string/delete"
Andrew Sapperstein3047a9f2014-07-22 18:17:53 -070029 android:showAsAction="always"
Andrew Sapperstein7750adb2014-07-18 18:36:13 -070030 android:icon="@drawable/ic_delete_wht_24dp" />
Mindy Pereira578bd6b2012-05-15 10:11:57 -070031
Andrew Sapperstein3047a9f2014-07-22 18:17:53 -070032 <item
33 android:id="@+id/inside_conversation_unread"
34 android:title="@string/mark_read"
35 android:showAsAction="always"
36 android:icon="@drawable/ic_markunread_wht_24dp" />
37
Mindy Pereira578bd6b2012-05-15 10:11:57 -070038 <item
Andrew Sapperstein6c570db2013-08-06 17:21:36 -070039 android:id="@+id/change_folders"
Mindy Pereira578bd6b2012-05-15 10:11:57 -070040 android:title="@string/menu_change_folders"
41 android:showAsAction="never"
42 android:icon="@drawable/ic_menu_folders_holo_light" />
43
Mindy Pereira578bd6b2012-05-15 10:11:57 -070044 <item
45 android:id="@+id/mark_important"
46 android:title="@string/mark_important"
Scott Kennedyb905d082013-05-07 16:44:34 -070047 android:showAsAction="never" />
Mindy Pereira578bd6b2012-05-15 10:11:57 -070048
49 <item
50 android:id="@+id/mark_not_important"
51 android:title="@string/mark_not_important"
Scott Kennedyb905d082013-05-07 16:44:34 -070052 android:showAsAction="never" />
Mindy Pereira578bd6b2012-05-15 10:11:57 -070053
54 <item
Mindy Pereira578bd6b2012-05-15 10:11:57 -070055 android:id="@+id/report_spam"
56 android:title="@string/report_spam"
Scott Kennedyb905d082013-05-07 16:44:34 -070057 android:showAsAction="never" />
Mindy Pereira578bd6b2012-05-15 10:11:57 -070058
Andrew Sapperstein3047a9f2014-07-22 18:17:53 -070059 <!-- This invisible menu items are used to enable keyboard shortcuts -->
60 <item
61 android:id="@+id/compose"
62 android:title="@string/menu_compose"
63 android:visible="false"
64 android:alphabeticShortcut="@string/trigger_compose_char" />
65
Mindy Pereira578bd6b2012-05-15 10:11:57 -070066 <item android:id="@+id/refresh"
67 android:title="@string/refresh"
Andrew Sapperstein3047a9f2014-07-22 18:17:53 -070068 android:visible="false"
Mindy Pereira578bd6b2012-05-15 10:11:57 -070069 android:alphabeticShortcut="@string/trigger_refresh_char" />
70
Mindy Pereira578bd6b2012-05-15 10:11:57 -070071</menu>