show an Add Person menu button at the top menu of conversations
This commit is contained in:
parent
8379a753b2
commit
cdfaa3cea9
6 changed files with 39 additions and 1 deletions
9
app/src/main/res/menu/menu_thread.xml
Normal file
9
app/src/main/res/menu/menu_thread.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue