Skip to content

Commit

Permalink
Messages: capitalize & auto-correct text, fix #251
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0rg committed Oct 1, 2020
1 parent 5294ed6 commit efde70c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/layout/message_act.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
android:singleLine="true"
android:maxLength="67"
android:layout_weight="1"
android:inputType="textShortMessage"
android:inputType="textShortMessage|textCapSentences|textAutoCorrect"
/>
<Button android:id="@+id/msgsend"
android:layout_width="60sp"
Expand Down
2 changes: 1 addition & 1 deletion res/layout/new_message_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
android:layout_marginRight="10sp"
android:singleLine="true"
android:maxLength="67"
android:inputType="textShortMessage"
android:inputType="textShortMessage|textCapSentences|textAutoCorrect"
android:hint="@string/msg_message_text"
/>
</LinearLayout>
Expand Down

0 comments on commit efde70c

Please sign in to comment.