mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-04 08:35:08 -05:00
28 lines
613 B
XML
28 lines
613 B
XML
<?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"
|
|
/>
|
|
<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"
|
|
/>
|
|
<item
|
|
android:id="@+id/mark_as_read"
|
|
android:title="@string/mark_as_read_action"
|
|
/>
|
|
</menu>
|