User can hit enter to send a comment

This commit is contained in:
Pierre
2018-05-07 17:32:56 +02:00
parent 120872a131
commit a7e812b8e5
2 changed files with 17 additions and 1 deletions

View File

@ -115,7 +115,7 @@
android:layout_weight="1"
style="@style/TextAppearance.AppCompat"
android:hint="@string/new_comment_hint"
android:inputType="textMultiLine" />
android:inputType="text" />
<ImageView
android:id="@+id/comment_send_button"