aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/menu/view_message_activity.xml
blob: ae1bdfdce74a22d543f0ec9a7f87e96dc4e99d86 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                
<?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
        android:id="@+id/action_refresh_view_message_activity"
        android:orderInCategory="1"
        android:title="@string/action_refresh"
        app:showAsAction="never" />
</menu>