Here is my layout:
Remove this line form your EditText
android:inputType="textCapSentences"
and add this line with number of lines required by you
android:lines="2"
Hope this helps you