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
|
|
|
|
android:id="@+id/open"
|
|
|
|
android:title="@string/open_action"
|
2010-01-16 23:20:39 -05:00
|
|
|
/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/select"
|
|
|
|
android:title="@string/select_action"
|
|
|
|
/>
|
|
|
|
<item
|
2010-01-18 21:58:17 -05:00
|
|
|
android:id="@+id/deselect"
|
2010-07-05 09:41:52 -04:00
|
|
|
android:visible="false"
|
2010-01-18 21:58:17 -05:00
|
|
|
android:title="@string/deselect_action"
|
2008-10-27 21:04:44 -04:00
|
|
|
/>
|
2010-07-05 09:41:52 -04:00
|
|
|
<item
|
|
|
|
android:id="@+id/delete"
|
|
|
|
android:title="@string/delete_action"
|
|
|
|
/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/forward"
|
|
|
|
android:title="@string/forward_action"
|
|
|
|
/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/reply_all"
|
|
|
|
android:title="@string/reply_all_action"
|
|
|
|
/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/reply"
|
|
|
|
android:title="@string/reply_action"
|
|
|
|
/>
|
2010-11-12 22:09:32 -05:00
|
|
|
<item
|
|
|
|
android:id="@+id/send_again"
|
|
|
|
android:title="@string/send_again_action"
|
|
|
|
/>
|
2010-07-05 09:41:52 -04:00
|
|
|
<item
|
|
|
|
android:id="@+id/mark_as_read"
|
|
|
|
android:title="@string/mark_as_read_action"
|
|
|
|
/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/flag"
|
|
|
|
android:title="@string/flag_action"
|
|
|
|
/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/archive"
|
|
|
|
android:title="@string/archive_action"
|
|
|
|
/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/spam"
|
|
|
|
android:title="@string/spam_action"
|
|
|
|
/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/move"
|
|
|
|
android:title="@string/move_action"
|
|
|
|
/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/copy"
|
|
|
|
android:title="@string/copy_action"
|
|
|
|
/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/send_alternate"
|
|
|
|
android:title="@string/send_alternate_action"
|
|
|
|
/>
|
2010-06-06 17:33:44 -04:00
|
|
|
<item
|
|
|
|
android:id="@+id/same_sender"
|
|
|
|
android:title="@string/from_same_sender"
|
|
|
|
/>
|
2008-10-27 21:04:44 -04:00
|
|
|
</menu>
|