Local group name input type

pull/207/head
M66B 2 years ago
parent 906016c1fb
commit d7094c3845

@ -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…
Cancel
Save