diff --git a/app/src/main/res/layout/edit_profile_name_fragment.xml b/app/src/main/res/layout/edit_profile_name_fragment.xml index 1a5a73430b..dd4c8e46f6 100644 --- a/app/src/main/res/layout/edit_profile_name_fragment.xml +++ b/app/src/main/res/layout/edit_profile_name_fragment.xml @@ -36,7 +36,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:autofillHints="personGivenName" - android:inputType="textPersonName" + android:inputType="textCapWords|textPersonName" android:singleLine="true" /> @@ -59,7 +59,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:autofillHints="personFamilyName" - android:inputType="textPersonName" + android:inputType="textCapWords|textPersonName" android:singleLine="true" />