Pressing return key when typing a message in the conversation system request the message to be sent.

This commit is contained in:
Pierre
2018-04-25 17:27:19 +02:00
parent d68755f4fe
commit fcf25c8da5
2 changed files with 32 additions and 0 deletions

View File

@ -42,6 +42,7 @@
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:inputType="text"
android:hint="@string/fragment_conversation_new_message_placeholder"/>
<ImageButton