Made EditText capitalize sentences.
This commit is contained in:
parent
ea346de4df
commit
52ee021e48
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="20dp"
|
android:layout_marginTop="20dp"
|
||||||
android:inputType="textMultiLine" />
|
android:inputType="textMultiLine|textCapSentences" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue