|
|
@ -55,7 +55,7 @@
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:autofillHints="name"
|
|
|
|
android:autofillHints="name"
|
|
|
|
android:inputType="textPersonName"
|
|
|
|
android:inputType="textPersonName|textCapWords"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvName" />
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvName" />
|
|
|
|