fix #2 - Capitalize the first letter
This commit is contained in:
parent
dd26b7ad19
commit
7b4e61b2f6
|
@ -49,6 +49,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginHorizontal="6dp"
|
android:layout_marginHorizontal="6dp"
|
||||||
|
android:inputType="textMultiLine|textCapSentences"
|
||||||
android:hint="@string/eg_sensitive_content"
|
android:hint="@string/eg_sensitive_content"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
|
@ -58,6 +59,7 @@
|
||||||
android:id="@+id/content"
|
android:id="@+id/content"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:inputType="textMultiLine|textCapSentences"
|
||||||
android:layout_marginHorizontal="6dp"
|
android:layout_marginHorizontal="6dp"
|
||||||
android:gravity="top|start"
|
android:gravity="top|start"
|
||||||
android:minLines="6"
|
android:minLines="6"
|
||||||
|
|
Loading…
Reference in New Issue