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">
|
2012-08-21 10:42:45 -04:00
|
|
|
<item
|
|
|
|
android:id="@+id/single_message_options"
|
2012-09-04 21:40:01 -04:00
|
|
|
android:icon="?attr/iconActionSingleMessageOptions"
|
2012-08-21 10:42:45 -04:00
|
|
|
android:showAsAction="always"
|
|
|
|
android:title="@string/single_message_options_action">
|
|
|
|
<menu>
|
|
|
|
<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"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/send_again"
|
|
|
|
android:title="@string/send_again_action"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/same_sender"
|
|
|
|
android:title="@string/from_same_sender" />
|
|
|
|
</menu>
|
|
|
|
</item>
|
2010-07-05 09:41:52 -04:00
|
|
|
<item
|
|
|
|
android:id="@+id/delete"
|
|
|
|
android:title="@string/delete_action"
|
2012-07-19 16:39:30 -04:00
|
|
|
android:showAsAction="always"
|
2012-09-04 21:40:01 -04:00
|
|
|
android:icon="?attr/iconActionDelete"
|
2010-11-12 22:09:32 -05:00
|
|
|
/>
|
2010-07-05 09:41:52 -04:00
|
|
|
<item
|
2012-07-20 10:13:35 -04:00
|
|
|
android:id="@+id/read_toggle"
|
|
|
|
android:title="@string/read_toggle_action"
|
2012-07-19 16:39:30 -04:00
|
|
|
android:showAsAction="always"
|
2012-09-04 20:43:14 -04:00
|
|
|
android:icon="?attr/iconActionToggleFlag"
|
2010-07-05 09:41:52 -04:00
|
|
|
/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/archive"
|
|
|
|
android:title="@string/archive_action"
|
2012-07-19 16:39:30 -04:00
|
|
|
android:showAsAction="always"
|
2012-09-04 21:40:01 -04:00
|
|
|
android:icon="?attr/iconActionArchive"
|
2012-07-19 16:39:30 -04:00
|
|
|
/>
|
2010-07-05 09:41:52 -04:00
|
|
|
<item
|
2012-07-25 17:54:30 -04:00
|
|
|
android:id="@+id/move_or_copy"
|
|
|
|
android:title="@string/move_or_copy_action"
|
|
|
|
android:showAsAction="ifRoom"
|
2012-09-04 21:40:01 -04:00
|
|
|
android:icon="?attr/iconActionMoveOrCopy">
|
2012-07-25 17:54:30 -04:00
|
|
|
<menu>
|
|
|
|
<item
|
|
|
|
android:id="@+id/move"
|
|
|
|
android:title="@string/move_action"
|
|
|
|
/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/copy"
|
|
|
|
android:title="@string/copy_action"
|
|
|
|
/>
|
|
|
|
</menu>
|
|
|
|
</item>
|
2012-08-21 10:44:47 -04:00
|
|
|
<item
|
|
|
|
android:id="@+id/flag_toggle"
|
|
|
|
android:title="@string/flag_toggle_action"
|
|
|
|
android:showAsAction="ifRoom"
|
2012-09-04 21:40:01 -04:00
|
|
|
android:icon="?attr/iconActionToggleFlag"
|
2012-08-21 10:44:47 -04:00
|
|
|
/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/spam"
|
|
|
|
android:title="@string/spam_action"
|
|
|
|
android:showAsAction="ifRoom"
|
2012-09-04 21:40:01 -04:00
|
|
|
android:icon="?attr/iconActionSpam"
|
2012-08-21 10:44:47 -04:00
|
|
|
/>
|
2008-10-27 21:04:44 -04:00
|
|
|
</menu>
|