diff --git a/app/src/main/res/layout/fragment_editor.xml b/app/src/main/res/layout/fragment_editor.xml
index de98aaac6f19b1de8c9b5a0f74c8fc25c671c449..4c8573c69b92aa10729f5e029b877d3dc4e23c1d 100644
--- a/app/src/main/res/layout/fragment_editor.xml
+++ b/app/src/main/res/layout/fragment_editor.xml
@@ -16,6 +16,7 @@
     android:background="@android:color/transparent"
     android:gravity="top"
     android:hint="@string/label_placeholder"
+    android:imeOptions="actionSend|flagNoEnterAction"
     android:inputType="textCapSentences|textShortMessage|textAutoCorrect"
     android:paddingBottom="17dp"
     android:paddingLeft="20dp"