mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
fix #2 - Capitalize the first letter
This commit is contained in:
parent
dd26b7ad19
commit
7b4e61b2f6
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue