Add messages forwarding (#288)
This commit is contained in:

committed by
Mikołaj Pich

parent
5add95ece1
commit
cd1ceea860
@ -7,4 +7,10 @@
|
||||
android:orderInCategory="1"
|
||||
android:title="@string/message_reply"
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
android:id="@+id/messagePreviewMenuForward"
|
||||
android:icon="@drawable/ic_message_forward_24dp"
|
||||
android:orderInCategory="1"
|
||||
android:title="@string/message_forward"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
||||
|
Reference in New Issue
Block a user