Can delete conversation messages

This commit is contained in:
Pierre HUBERT
2018-08-28 10:09:40 +02:00
parent 2b999c63a8
commit e92201b51d
9 changed files with 265 additions and 4 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/action_delete"
android:title="@string/action_delete" />
</menu>