Add replying to messages (#263)
This commit is contained in:

committed by
Mikołaj Pich

parent
824ed3f282
commit
ba76453e45
10
app/src/main/res/menu/action_menu_message_preview.xml
Normal file
10
app/src/main/res/menu/action_menu_message_preview.xml
Normal 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>
|
Reference in New Issue
Block a user