mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-10 19:45:05 -05:00
23 lines
555 B
XML
23 lines
555 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item
|
||
|
android:id="@+id/mark_all_as_read"
|
||
|
android:title="@string/mark_all_as_read_action"
|
||
|
/>
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/empty_trash"
|
||
|
android:title="@string/empty_trash_action"
|
||
|
/>
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/refresh"
|
||
|
android:title="@string/refresh_action"
|
||
|
/>
|
||
|
<item
|
||
|
android:id="@+id/folder_settings"
|
||
|
android:title="@string/folder_settings_action"
|
||
|
/>
|
||
|
|
||
|
</menu>
|