Fixed AutoCompleteTextView to automatically capitalise sentences (added textCapSentences to the inputType).

This commit is contained in:
PhotonQyv 2017-08-06 20:54:53 +01:00
parent 62d63f49ea
commit 77b3befa99
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
android:layout_marginTop="10dp"
android:id="@+id/toot_content"
android:gravity="top|start"
android:inputType="textMultiLine"
android:inputType="textMultiLine|textCapSentences"
android:hint="@string/toot_placeholder"
android:layout_width="match_parent"
android:minLines="4"

View File

@ -80,7 +80,7 @@
android:layout_marginTop="10dp"
android:id="@+id/toot_content"
android:gravity="top|start"
android:inputType="textMultiLine"
android:inputType="textMultiLine|textCapSentences"
android:hint="@string/toot_placeholder"
android:layout_width="match_parent"
android:minLines="4"