Merged in PhotonQyv/mastodon_etalab/ActivityToot-CapitaliseSentences (pull request #43)

Fixes the AutoCompleteTextView so that it capitalises sentences.
This commit is contained in:
PhotonQyv 2017-08-06 20:05:59 +00:00 committed by tom79
commit 43694f9b8b
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"