Add sending messages (#232)
This commit is contained in:

committed by
Rafał Borcz

parent
5ba12cf8c6
commit
c72c301039
10
app/src/main/res/menu/action_menu_send_message.xml
Normal file
10
app/src/main/res/menu/action_menu_send_message.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/sendMessageMenuSend"
|
||||
android:icon="@drawable/ic_menu_send_message_24dp"
|
||||
android:orderInCategory="1"
|
||||
android:title="@string/send_message_title"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
Reference in New Issue
Block a user