mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-17 23:15:10 -05:00
Reordered menu options to have most useful ones on the left (see design guidelines)
This commit is contained in:
parent
84d7e0081b
commit
120a6f9ba4
@ -1,16 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<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/add_new_account"
|
|
||||||
android:title="@string/add_account_action"
|
|
||||||
android:icon="@drawable/ic_menu_add"
|
|
||||||
/>
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/compose"
|
android:id="@+id/compose"
|
||||||
android:alphabeticShortcut="c"
|
android:alphabeticShortcut="c"
|
||||||
@ -18,9 +7,15 @@
|
|||||||
android:icon="@drawable/ic_menu_compose"
|
android:icon="@drawable/ic_menu_compose"
|
||||||
/>
|
/>
|
||||||
<item
|
<item
|
||||||
android:id="@+id/about"
|
android:id="@+id/add_new_account"
|
||||||
android:title="@string/about_action"
|
android:title="@string/add_account_action"
|
||||||
android:icon="@drawable/ic_menu_preferences"
|
android:icon="@drawable/ic_menu_add"
|
||||||
|
/>
|
||||||
|
<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/search"
|
<item android:id="@+id/search"
|
||||||
@ -30,4 +25,9 @@
|
|||||||
android:title="@string/preferences_action"
|
android:title="@string/preferences_action"
|
||||||
android:icon="@drawable/ic_menu_preferences"
|
android:icon="@drawable/ic_menu_preferences"
|
||||||
/>
|
/>
|
||||||
|
<item
|
||||||
|
android:id="@+id/about"
|
||||||
|
android:title="@string/about_action"
|
||||||
|
android:icon="@drawable/ic_menu_preferences"
|
||||||
|
/>
|
||||||
</menu>
|
</menu>
|
||||||
|
@ -6,12 +6,6 @@
|
|||||||
android:title="@string/compose_action"
|
android:title="@string/compose_action"
|
||||||
android:icon="@drawable/ic_menu_compose"
|
android:icon="@drawable/ic_menu_compose"
|
||||||
/>
|
/>
|
||||||
<item
|
|
||||||
android:id="@+id/check_mail"
|
|
||||||
android:alphabeticShortcut="r"
|
|
||||||
android:title="@string/check_mail_action"
|
|
||||||
android:icon="@drawable/ic_menu_refresh"
|
|
||||||
/>
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/accounts"
|
android:id="@+id/accounts"
|
||||||
android:title="@string/accounts_action"
|
android:title="@string/accounts_action"
|
||||||
@ -22,7 +16,13 @@
|
|||||||
android:title="@string/list_folders_action"
|
android:title="@string/list_folders_action"
|
||||||
android:icon="@drawable/ic_menu_refresh"
|
android:icon="@drawable/ic_menu_refresh"
|
||||||
/>
|
/>
|
||||||
<item
|
<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/empty_trash"
|
android:id="@+id/empty_trash"
|
||||||
android:alphabeticShortcut="e"
|
android:alphabeticShortcut="e"
|
||||||
android:title="@string/empty_trash_action"
|
android:title="@string/empty_trash_action"
|
||||||
|
@ -38,17 +38,16 @@
|
|||||||
/>
|
/>
|
||||||
</menu>
|
</menu>
|
||||||
</item>
|
</item>
|
||||||
<item
|
|
||||||
android:id="@+id/reverse_sort"
|
|
||||||
android:title="@string/reverse_sort_action"
|
|
||||||
android:icon="@drawable/ic_menu_reverse_sort"
|
|
||||||
/>
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/check_mail"
|
android:id="@+id/check_mail"
|
||||||
android:alphabeticShortcut="r"
|
android:alphabeticShortcut="r"
|
||||||
android:title="@string/check_mail_action"
|
android:title="@string/check_mail_action"
|
||||||
android:icon="@drawable/ic_menu_refresh"
|
android:icon="@drawable/ic_menu_refresh"
|
||||||
/>
|
/>
|
||||||
|
<item
|
||||||
|
android:id="@+id/reverse_sort"
|
||||||
|
android:title="@string/reverse_sort_action"
|
||||||
|
android:icon="@drawable/ic_menu_reverse_sort"
|
||||||
|
/>
|
||||||
|
|
||||||
</menu>
|
</menu>
|
||||||
|
Loading…
Reference in New Issue
Block a user