2008-10-27 21:04:44 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
2009-06-07 19:44:45 -04:00
|
|
|
android:id="@+id/compose"
|
|
|
|
android:alphabeticShortcut="c"
|
|
|
|
android:title="@string/compose_action"
|
|
|
|
android:icon="@drawable/ic_menu_compose"
|
2008-10-27 21:04:44 -04:00
|
|
|
/>
|
2010-01-11 19:56:51 -05:00
|
|
|
<item
|
|
|
|
android:id="@+id/search"
|
|
|
|
android:title="@string/search_action"
|
|
|
|
android:icon="@android:drawable/ic_search_category_default"
|
|
|
|
/>
|
2008-10-27 21:04:44 -04:00
|
|
|
<item
|
|
|
|
android:id="@+id/add_new_account"
|
|
|
|
android:title="@string/add_account_action"
|
|
|
|
android:icon="@drawable/ic_menu_add"
|
|
|
|
/>
|
2010-03-12 23:53:30 -05:00
|
|
|
<item
|
|
|
|
android:id="@+id/about"
|
|
|
|
android:title="@string/about_action"
|
|
|
|
android:icon="@android:drawable/ic_menu_info_details"
|
|
|
|
/>
|
2008-10-27 21:04:44 -04:00
|
|
|
<item
|
2009-06-07 19:44:45 -04:00
|
|
|
android:id="@+id/check_mail"
|
|
|
|
android:alphabeticShortcut="r"
|
|
|
|
android:title="@string/check_mail_action"
|
|
|
|
android:icon="@drawable/ic_menu_refresh"
|
2008-10-27 21:04:44 -04:00
|
|
|
/>
|
|
|
|
<!--
|
|
|
|
<item android:id="@+id/search"
|
|
|
|
android:title="@string/search_action" />
|
|
|
|
-->
|
2011-02-26 12:31:56 -05:00
|
|
|
<item android:id="@+id/edit_prefs"
|
|
|
|
android:title="@string/global_settings_action" />
|
2011-03-25 02:14:45 -04:00
|
|
|
<item android:id="@+id/import_export"
|
|
|
|
android:title="@string/import_export_action">
|
|
|
|
<menu>
|
2011-02-26 12:31:56 -05:00
|
|
|
<item android:id="@+id/export_all"
|
|
|
|
android:title="@string/settings_export_all" />
|
|
|
|
<item android:id="@+id/import_settings"
|
|
|
|
android:title="@string/settings_import" />
|
|
|
|
</menu>
|
|
|
|
</item>
|
2008-10-27 21:04:44 -04:00
|
|
|
</menu>
|