CAn update the content of a conversation message.

This commit is contained in:
Pierre HUBERT
2018-08-29 14:27:08 +02:00
parent d3f95adb46
commit e533770b6d
11 changed files with 217 additions and 3 deletions

View File

@ -5,4 +5,8 @@
android:id="@+id/action_delete"
android:title="@string/action_delete" />
<item
android:id="@+id/action_update_content"
android:title="@string/action_update_content" />
</menu>