blob: 412de85cf90f7812290255e4a133436da6cbb5da [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-->
Andrew Sapperstein52882ff2014-07-27 12:30:18 -070018<menu xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:app="http://schemas.android.com/apk/res-auto">
Mindy Pereira578bd6b2012-05-15 10:11:57 -070020
Mindy Pereira578bd6b2012-05-15 10:11:57 -070021 <item
22 android:id="@+id/delete"
23 android:title="@string/delete"
Andrew Sapperstein52882ff2014-07-27 12:30:18 -070024 app:showAsAction="always"
Jin Caoa6b45212014-09-18 13:46:54 -070025 android:icon="@drawable/ic_delete_wht_24dp"
26 android:alphabeticShortcut="@string/trigger_delete_char" />
Mindy Pereira578bd6b2012-05-15 10:11:57 -070027
Andrew Sapperstein3047a9f2014-07-22 18:17:53 -070028 <item
29 android:id="@+id/inside_conversation_unread"
30 android:title="@string/mark_read"
Andrew Sapperstein52882ff2014-07-27 12:30:18 -070031 app:showAsAction="always"
Rohan Shah1c4cc9b2014-08-11 11:53:38 -070032 android:icon="@drawable/ic_menu_mark_unread_wht_24dp" />
Andrew Sapperstein3047a9f2014-07-22 18:17:53 -070033
Mindy Pereira578bd6b2012-05-15 10:11:57 -070034 <item
Andrew Sapperstein6c570db2013-08-06 17:21:36 -070035 android:id="@+id/change_folders"
Mindy Pereira578bd6b2012-05-15 10:11:57 -070036 android:title="@string/menu_change_folders"
Andrew Sapperstein52882ff2014-07-27 12:30:18 -070037 app:showAsAction="never"
Jin Caoa6b45212014-09-18 13:46:54 -070038 android:icon="@drawable/ic_change_labels_wht_24dp"
39 android:alphabeticShortcut="@string/trigger_change_label_char" />
Mindy Pereira578bd6b2012-05-15 10:11:57 -070040
Mindy Pereira578bd6b2012-05-15 10:11:57 -070041 <item
42 android:id="@+id/mark_important"
43 android:title="@string/mark_important"
Andrew Sapperstein52882ff2014-07-27 12:30:18 -070044 app:showAsAction="never" />
Mindy Pereira578bd6b2012-05-15 10:11:57 -070045
46 <item
47 android:id="@+id/mark_not_important"
48 android:title="@string/mark_not_important"
Andrew Sapperstein52882ff2014-07-27 12:30:18 -070049 app:showAsAction="never" />
Mindy Pereira578bd6b2012-05-15 10:11:57 -070050
51 <item
Mindy Pereira578bd6b2012-05-15 10:11:57 -070052 android:id="@+id/report_spam"
53 android:title="@string/report_spam"
Andrew Sapperstein52882ff2014-07-27 12:30:18 -070054 app:showAsAction="never" />
Mindy Pereira578bd6b2012-05-15 10:11:57 -070055
Andrew Sapperstein3047a9f2014-07-22 18:17:53 -070056 <!-- This invisible menu items are used to enable keyboard shortcuts -->
57 <item
58 android:id="@+id/compose"
59 android:title="@string/menu_compose"
60 android:visible="false"
61 android:alphabeticShortcut="@string/trigger_compose_char" />
62
Jin Caoa6b45212014-09-18 13:46:54 -070063 <item
64 android:id="@+id/refresh"
Mindy Pereira578bd6b2012-05-15 10:11:57 -070065 android:title="@string/refresh"
Andrew Sapperstein3047a9f2014-07-22 18:17:53 -070066 android:visible="false"
Mindy Pereira578bd6b2012-05-15 10:11:57 -070067 android:alphabeticShortcut="@string/trigger_refresh_char" />
68
Jin Caoa6b45212014-09-18 13:46:54 -070069 <item
70 android:id="@+id/toggle_read_unread"
71 android:title="@string/toggle_read_unread"
72 android:visible="false"
73 android:alphabeticShortcut="@string/trigger_toggle_read_unread_char" />
74
75 <item
76 android:id="@+id/toggle_drawer"
77 android:title="@string/menu_toggle_drawer"
78 android:visible="false"
79 android:alphabeticShortcut="@string/trigger_toggle_drawer_char" />
80
81 <item
82 android:id="@+id/settings"
83 android:title="@string/menu_settings"
84 android:visible="false"
85 android:alphabeticShortcut="@string/trigger_settings_char" />
86
87 <item
88 android:id="@+id/help_info_menu_item"
89 android:title="@string/help_and_feedback"
90 android:visible="false"
91 android:alphabeticShortcut="@string/trigger_help_char" />
92
Mindy Pereira578bd6b2012-05-15 10:11:57 -070093</menu>