1
0
Fork 0
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:
M66B 2022-03-28 20:47:37 +02:00
parent 906016c1fb
commit d7094c3845

View file

@ -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"