show an Add Person menu button at the top menu of conversations

This commit is contained in:
tibbi 2020-04-06 11:58:14 +02:00
parent 8379a753b2
commit cdfaa3cea9
6 changed files with 39 additions and 1 deletions

View file

@ -0,0 +1,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/add_person"
android:icon="@drawable/add_person_vector"
android:title="@string/add_person"
app:showAsAction="ifRoom" />
</menu>