mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-01 16:15:08 -04:00
4b4412b666
Both items are commonly used even by the average user (and likely both are used more commonly than 'clear local messages'), so it makes sense to provide them in the context menu as well as the action bar.
16 lines
455 B
XML
16 lines
455 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/refresh_folder"
|
|
android:title="@string/check_mail_action"
|
|
/>
|
|
<item
|
|
android:id="@+id/clear_local_folder"
|
|
android:title="@string/clear_local_folder_action"
|
|
/>
|
|
<item
|
|
android:id="@+id/folder_settings"
|
|
android:title="@string/folder_settings_action"
|
|
/>
|
|
</menu>
|