Add deleting messages (#290)
This commit is contained in:

committed by
Rafał Borcz

parent
f2855d598d
commit
2bff468e56
@ -13,4 +13,10 @@
|
||||
android:orderInCategory="1"
|
||||
android:title="@string/message_forward"
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
android:id="@+id/messagePreviewMenuDelete"
|
||||
android:icon="@drawable/ic_message_delete_24dp"
|
||||
android:orderInCategory="1"
|
||||
android:title="@string/message_delete"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
Reference in New Issue
Block a user