how can I have both a "done" (close the softkeyboard) and a "return" (line break) keys in my softkeyboard (Samsung Galaxy 10.1, Android 3.1, portrait mode) when writing in an EditText?
Using
<EditText
android:id="@+id/comment"
android:layout_width="772dp"
android:layout_height="200dp"/>
I get
Thanks