parent
cc98eced27
commit
c261df41b0
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:autofillHints="personGivenName"
|
android:autofillHints="personGivenName"
|
||||||
android:inputType="textPersonName"
|
android:inputType="textCapWords|textPersonName"
|
||||||
android:singleLine="true" />
|
android:singleLine="true" />
|
||||||
|
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:autofillHints="personFamilyName"
|
android:autofillHints="personFamilyName"
|
||||||
android:inputType="textPersonName"
|
android:inputType="textCapWords|textPersonName"
|
||||||
android:singleLine="true" />
|
android:singleLine="true" />
|
||||||
|
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
|
Loading…
Add table
Reference in a new issue