Options
textCapWords: Capitalize each wordstextCapSentences: Capitalize first word of a sentenacetextCapCharacters: Capitalize everything
via xml
<EditText
android:id="@+id/titleEditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text|textCapWords"
/>programtically
titleEditText.inputType = InputType.TYPE_CLASS_TEXT or InputType.TYPE_TEXT_FLAG_CAP_WORDS