2019-08-18 10:03:58 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
2020-06-29 07:15:23 +02:00
|
|
|
android:id="@+id/action_refresh_inbox_activity"
|
2019-08-18 10:03:58 +02:00
|
|
|
android:orderInCategory="1"
|
|
|
|
android:title="@string/action_refresh"
|
|
|
|
app:showAsAction="never" />
|
2021-01-04 09:47:31 +01:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_read_all_messages_inbox_activity"
|
|
|
|
android:orderInCategory="2"
|
|
|
|
android:title="@string/action_read_all_messages"
|
|
|
|
app:showAsAction="never" />
|
2019-08-18 10:03:58 +02:00
|
|
|
</menu>
|