blob: 3f392b4c019593f18229cfb8ad0c90bd7cfadcf7 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2011 Google Inc.
Licensed to The Android Open Source Project.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- Action bar items for the tablet when viewing a conversation -->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Depends on AccountCapabilities.ARCHIVE -->
<item
android:id="@+id/y_button"
android:title="@string/archive"
android:showAsAction="ifRoom"
android:icon="@drawable/archive"
android:alphabeticShortcut="@string/trigger_y_char" />
<!-- Always available -->
<item
android:id="@+id/delete"
android:title="@string/delete"
android:showAsAction="ifRoom"
android:icon="@drawable/trash" />
<!-- Always available -->
<item
android:id="@+id/change_labels"
android:title="@string/menu_change_labels"
android:showAsAction="ifRoom"
android:icon="@drawable/ic_menu_labels_holo_light" />
<!-- Always available -->
<item
android:id="@+id/inside_conversation_unread"
android:title="@string/mark_unread"
android:showAsAction="ifRoom"
android:icon="@drawable/ic_menu_mark_unread_holo_light" />
<!-- Always available -->
<item
android:id="@+id/mark_important"
android:title="@string/mark_important"
android:icon="@drawable/ic_email_caret_double" />
<!-- Always available -->
<item
android:id="@+id/mark_not_important"
android:title="@string/mark_not_important"
android:icon="@drawable/ic_email_caret_single"
android:visible="false" />
<!-- Depends on AccountCapabilities.MUTE -->
<item
android:id="@+id/mute"
android:title="@string/mute" />
<!-- Depends on AccountCapabilities.REPORT_SPAM -->
<item
android:id="@+id/report_spam"
android:title="@string/report_spam"
android:icon="@drawable/ic_spam_normal_holo_light" />
<!-- Always available -->
<item android:id="@+id/preferences"
android:title="@string/menu_preferences"
android:icon="@android:drawable/ic_menu_preferences" />
<!-- Always available -->
<item
android:id="@+id/help_info_menu_item"
android:icon="@android:drawable/ic_menu_help"
android:title="@string/help_and_info" />
<!-- Always available -->
<item
android:id="@+id/feedback_menu_item"
android:icon="@android:drawable/ic_menu_send"
android:title="@string/feedback" />
</menu>