mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 16:25:30 +00:00
Local group name input type
This commit is contained in:
parent
906016c1fb
commit
d7094c3845
1 changed files with 1 additions and 2 deletions
|
@ -62,10 +62,9 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:autofillHints="name"
|
||||
android:hint="@string/title_contact_group"
|
||||
android:imeOptions="actionDone"
|
||||
android:inputType="textPersonName|textCapWords"
|
||||
android:inputType="textCapSentences"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
Loading…
Reference in a new issue