blob: 3f392b4c019593f18229cfb8ad0c90bd7cfadcf7 [file] [log] [blame]
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 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.
17-->
18<!-- Action bar items for the tablet when viewing a conversation -->
19
20<menu xmlns:android="http://schemas.android.com/apk/res/android">
Vikram Aggarwalbd6c1d32012-02-21 10:14:32 -080021 <!-- Depends on AccountCapabilities.ARCHIVE -->
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080022 <item
23 android:id="@+id/y_button"
24 android:title="@string/archive"
25 android:showAsAction="ifRoom"
26 android:icon="@drawable/archive"
27 android:alphabeticShortcut="@string/trigger_y_char" />
Vikram Aggarwalbd6c1d32012-02-21 10:14:32 -080028 <!-- Always available -->
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080029 <item
30 android:id="@+id/delete"
31 android:title="@string/delete"
32 android:showAsAction="ifRoom"
33 android:icon="@drawable/trash" />
34
Vikram Aggarwalbd6c1d32012-02-21 10:14:32 -080035 <!-- Always available -->
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080036 <item
37 android:id="@+id/change_labels"
38 android:title="@string/menu_change_labels"
39 android:showAsAction="ifRoom"
40 android:icon="@drawable/ic_menu_labels_holo_light" />
41
Vikram Aggarwalbd6c1d32012-02-21 10:14:32 -080042 <!-- Always available -->
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080043 <item
44 android:id="@+id/inside_conversation_unread"
45 android:title="@string/mark_unread"
46 android:showAsAction="ifRoom"
47 android:icon="@drawable/ic_menu_mark_unread_holo_light" />
48
Vikram Aggarwalbd6c1d32012-02-21 10:14:32 -080049 <!-- Always available -->
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080050 <item
51 android:id="@+id/mark_important"
52 android:title="@string/mark_important"
53 android:icon="@drawable/ic_email_caret_double" />
54
Vikram Aggarwalbd6c1d32012-02-21 10:14:32 -080055 <!-- Always available -->
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080056 <item
57 android:id="@+id/mark_not_important"
58 android:title="@string/mark_not_important"
59 android:icon="@drawable/ic_email_caret_single"
60 android:visible="false" />
61
Vikram Aggarwalbd6c1d32012-02-21 10:14:32 -080062 <!-- Depends on AccountCapabilities.MUTE -->
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080063 <item
64 android:id="@+id/mute"
65 android:title="@string/mute" />
Vikram Aggarwalbd6c1d32012-02-21 10:14:32 -080066 <!-- Depends on AccountCapabilities.REPORT_SPAM -->
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080067 <item
68 android:id="@+id/report_spam"
69 android:title="@string/report_spam"
70 android:icon="@drawable/ic_spam_normal_holo_light" />
71
Vikram Aggarwalbd6c1d32012-02-21 10:14:32 -080072 <!-- Always available -->
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080073 <item android:id="@+id/preferences"
74 android:title="@string/menu_preferences"
75 android:icon="@android:drawable/ic_menu_preferences" />
76
Vikram Aggarwalbd6c1d32012-02-21 10:14:32 -080077 <!-- Always available -->
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080078 <item
79 android:id="@+id/help_info_menu_item"
80 android:icon="@android:drawable/ic_menu_help"
81 android:title="@string/help_and_info" />
82
Vikram Aggarwalbd6c1d32012-02-21 10:14:32 -080083 <!-- Always available -->
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -080084 <item
85 android:id="@+id/feedback_menu_item"
86 android:icon="@android:drawable/ic_menu_send"
87 android:title="@string/feedback" />
88</menu>