fix #2 - Capitalize the first letter

This commit is contained in:
Thomas 2022-05-06 17:17:57 +02:00
parent dd26b7ad19
commit 7b4e61b2f6
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="6dp"
android:inputType="textMultiLine|textCapSentences"
android:hint="@string/eg_sensitive_content"
android:singleLine="true"
android:visibility="gone"
@ -58,6 +59,7 @@
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textMultiLine|textCapSentences"
android:layout_marginHorizontal="6dp"
android:gravity="top|start"
android:minLines="6"