Skip to content

Commit 517cd71

Browse files
committed
Added different input types to EditTexts on the compose/reply message screen . | Close #78.
1 parent f53f1f4 commit 517cd71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FlowCrypt/src/main/res/layout/fragment_secure_compose.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
android:layout_width="match_parent"
7272
android:layout_height="wrap_content"
7373
android:hint="@string/prompt_subject"
74-
android:inputType="textEmailSubject"
74+
android:inputType="textEmailSubject|textCapSentences|textAutoCorrect"
7575
android:maxLines="1" />
7676

7777
</android.support.design.widget.TextInputLayout>
@@ -86,7 +86,7 @@
8686
android:layout_width="match_parent"
8787
android:layout_height="wrap_content"
8888
android:hint="@string/prompt_compose_security_email"
89-
android:inputType="textCapSentences|textMultiLine" />
89+
android:inputType="textCapSentences|textMultiLine|textAutoCorrect" />
9090

9191
</android.support.design.widget.TextInputLayout>
9292

FlowCrypt/src/main/res/layout/fragment_security_reply.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
android:layout_width="match_parent"
7070
android:layout_height="wrap_content"
7171
android:hint="@string/prompt_compose_security_email"
72-
android:inputType="textCapSentences|textMultiLine" />
72+
android:inputType="textCapSentences|textMultiLine|textAutoCorrect" />
7373

7474
</android.support.design.widget.TextInputLayout>
7575

0 commit comments

Comments
 (0)