mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-10 19:45:05 -05:00
959404cc68
This commit contains the entirety of the changes performed in the issue4-1.X branch from revision 718 through revision 851. Because the issue4-1.X branch was up-to-date with trunk revision 847 at revision 849, the source of this commit was not an "svn merge". Instead, it is merely a copy of all changed files from the issue4-1.X branch to my trunk working copy and a straight commit. Also: Issue 551 Issue 628 Issue 650 Issue 654 Issue 656 Issue 682 Issue 696
52 lines
1.4 KiB
XML
52 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/compose"
|
|
android:alphabeticShortcut="c"
|
|
android:title="@string/compose_action"
|
|
android:icon="@drawable/ic_menu_compose"
|
|
/>
|
|
<item
|
|
android:id="@+id/list_folders"
|
|
android:title="@string/refresh_folders_action"
|
|
android:icon="@drawable/ic_menu_refresh"
|
|
/>
|
|
<item
|
|
android:id="@+id/empty_trash"
|
|
android:alphabeticShortcut="e"
|
|
android:title="@string/empty_trash_action"
|
|
android:icon="@drawable/ic_menu_delete"
|
|
/>
|
|
<item
|
|
android:id="@+id/accounts"
|
|
android:title="@string/accounts_action"
|
|
android:icon="@drawable/ic_menu_account_list"
|
|
/>
|
|
<item
|
|
android:id="@+id/check_mail"
|
|
android:alphabeticShortcut="r"
|
|
android:title="@string/check_mail_action"
|
|
android:icon="@drawable/ic_menu_refresh"
|
|
/>
|
|
<item
|
|
android:id="@+id/account_settings"
|
|
android:title="@string/account_settings_action"
|
|
android:icon="@android:drawable/ic_menu_preferences"
|
|
/>
|
|
<item
|
|
android:id="@+id/send_messages"
|
|
android:title="@string/send_messages_action"
|
|
android:icon="@drawable/ic_menu_refresh"
|
|
/>
|
|
<item
|
|
android:id="@+id/compact"
|
|
android:title="@string/compact_action"
|
|
android:icon="@drawable/ic_menu_compact"
|
|
/>
|
|
<item
|
|
android:id="@+id/clear"
|
|
android:title="@string/clear_action"
|
|
android:icon="@drawable/ic_menu_clear"
|
|
/>
|
|
</menu>
|