Cap sentence start letters where necessary in input fields (#786)

Cap sentence start letters where necessary in input fields

Co-authored-by: 6543 <6543@noreply.codeberg.org>
Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/786
Reviewed-by: 6543 <6543@noreply.codeberg.org>
This commit is contained in:
M M Arif
2020-11-29 23:41:44 +01:00
committed by 6543
parent a6e97a1b36
commit f2bc81210c
13 changed files with 30 additions and 8 deletions

View File

@@ -77,6 +77,7 @@
android:textColor="?attr/inputTextColor"
android:textColorHighlight="?attr/hintColor"
android:textColorHint="?attr/hintColor"
android:inputType="textCapSentences"
android:textSize="16sp" />
</com.google.android.material.textfield.TextInputLayout>
@@ -104,6 +105,7 @@
android:textColorHint="?attr/hintColor"
android:gravity="top|start"
android:scrollbars="vertical"
android:inputType="textCapSentences"
android:textSize="16sp" />
</com.google.android.material.textfield.TextInputLayout>