2009-06-30 22:12:23 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Copyright (C) 2009 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.
|
|
|
|
-->
|
|
|
|
|
2009-08-25 21:11:38 +00:00
|
|
|
<!-- This menu is shown when MessageList is viewing a regular mailbox. -->
|
|
|
|
|
2009-06-30 22:12:23 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:id="@+id/refresh"
|
|
|
|
android:alphabeticShortcut="r"
|
|
|
|
android:title="@string/refresh_action"
|
2010-06-16 21:07:17 +00:00
|
|
|
android:icon="@drawable/ic_menu_refresh"
|
2009-06-30 22:12:23 +00:00
|
|
|
/>
|
|
|
|
<item android:id="@+id/compose"
|
|
|
|
android:alphabeticShortcut="c"
|
|
|
|
android:title="@string/compose_action"
|
2010-06-16 21:07:17 +00:00
|
|
|
android:icon="@drawable/ic_menu_compose"
|
2009-06-30 22:12:23 +00:00
|
|
|
/>
|
2009-09-30 17:07:25 +00:00
|
|
|
<group android:id="@+id/deselect_all_group">
|
|
|
|
<item android:id="@+id/deselect_all"
|
|
|
|
android:title="@string/deselect_all_action"
|
|
|
|
android:icon="@drawable/ic_menu_email_deselect_mail"
|
|
|
|
/>
|
|
|
|
</group>
|
2009-08-25 21:11:38 +00:00
|
|
|
<item android:id="@+id/folders"
|
|
|
|
android:title="@string/folders_action"
|
2009-09-11 00:27:21 +00:00
|
|
|
android:icon="@drawable/ic_menu_folder"
|
2009-08-25 21:11:38 +00:00
|
|
|
/>
|
2009-06-30 22:12:23 +00:00
|
|
|
<item android:id="@+id/accounts"
|
|
|
|
android:title="@string/accounts_action"
|
2010-06-16 21:07:17 +00:00
|
|
|
android:icon="@drawable/ic_menu_account_list"
|
2009-06-30 22:12:23 +00:00
|
|
|
/>
|
|
|
|
<item android:id="@+id/account_settings"
|
|
|
|
android:title="@string/account_settings_action"
|
|
|
|
android:icon="@android:drawable/ic_menu_preferences"
|
|
|
|
/>
|
|
|
|
</menu>
|