mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 12:18:25 +00:00
[SES-2551] capitalising sentences in convos
This commit is contained in:
parent
93a28906fb
commit
b3b5289cdf
@ -47,7 +47,7 @@
|
||||
android:textAlignment="center"
|
||||
android:paddingTop="12dp"
|
||||
android:paddingBottom="12dp"
|
||||
android:inputType="text"
|
||||
android:inputType="textCapWords"
|
||||
android:singleLine="true"
|
||||
android:imeOptions="actionDone"
|
||||
android:maxLength="@integer/max_group_and_community_name_length_chars"
|
||||
|
@ -37,7 +37,7 @@
|
||||
<org.thoughtcrime.securesms.conversation.v2.input_bar.InputBarEditText
|
||||
android:id="@+id/inputBarEditText"
|
||||
android:contentDescription="@string/AccessibilityId_message_input"
|
||||
android:inputType="textMultiLine"
|
||||
android:inputType="textCapSentences|textMultiLine"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="40dp"
|
||||
android:layout_centerInParent="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user