Made EditText capitalize sentences.

This commit is contained in:
Erik C. Thauvin 2017-09-01 23:16:46 -07:00
parent ea346de4df
commit 52ee021e48

View file

@ -30,7 +30,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:inputType="textMultiLine" />
android:inputType="textMultiLine|textCapSentences" />
</LinearLayout>