Local group name input type

This commit is contained in:
M66B 2022-03-28 20:47:37 +02:00
parent 906016c1fb
commit d7094c3845
1 changed files with 1 additions and 2 deletions

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"