1
0

Add replying to messages (#263)

This commit is contained in:
Kacper Ziubryniewicz
2019-03-17 21:02:41 +01:00
committed by Mikołaj Pich
parent 824ed3f282
commit ba76453e45
50 changed files with 676 additions and 434 deletions

View File

@ -0,0 +1,10 @@
<?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/messagePreviewMenuReply"
android:icon="@drawable/ic_message_reply_24dp"
android:orderInCategory="1"
android:title="@string/message_reply"
app:showAsAction="ifRoom" />
</menu>