2020-06-12 06:26:33 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-07-10 17:30:16 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2020-06-12 06:26:33 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_help"
|
|
|
|
android:icon="?attr/icon_help"
|
|
|
|
android:title="@string/help"
|
2020-07-10 17:30:16 +00:00
|
|
|
app:showAsAction="always" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_goto_chat"
|
|
|
|
android:icon="?attr/icon_goto_chat"
|
|
|
|
android:title="@string/switch_to_conversation"
|
|
|
|
app:showAsAction="always" />
|
2020-06-12 06:26:33 +00:00
|
|
|
</menu>
|