Fixes Issue 1286
This commit is contained in:
parent
bbedf7b9e0
commit
8ae83fa488
1 changed files with 5 additions and 5 deletions
|
@ -16,6 +16,11 @@
|
|||
android:title="@string/add_account_action"
|
||||
android:icon="@drawable/ic_menu_add"
|
||||
/>
|
||||
<item
|
||||
android:id="@+id/about"
|
||||
android:title="@string/about_action"
|
||||
android:icon="@android:drawable/ic_menu_info_details"
|
||||
/>
|
||||
<item
|
||||
android:id="@+id/check_mail"
|
||||
android:alphabeticShortcut="r"
|
||||
|
@ -30,9 +35,4 @@
|
|||
android:title="@string/preferences_action"
|
||||
android:icon="@android:drawable/ic_menu_preferences"
|
||||
/>
|
||||
<item
|
||||
android:id="@+id/about"
|
||||
android:title="@string/about_action"
|
||||
android:icon="@android:drawable/ic_menu_info_details"
|
||||
/>
|
||||
</menu>
|
||||
|
|
Loading…
Reference in a new issue