diff --git a/app/src/main/res/layout/fragment_account.xml b/app/src/main/res/layout/fragment_account.xml index 9e8dfe1ec2..5f8cb84eaa 100644 --- a/app/src/main/res/layout/fragment_account.xml +++ b/app/src/main/res/layout/fragment_account.xml @@ -268,6 +268,7 @@ android:layout_height="wrap_content" android:autofillHints="password" android:inputType="textPassword" + android:maxLength="20000" android:textAppearance="@style/TextAppearance.AppCompat.Medium" /> diff --git a/app/src/main/res/layout/fragment_identity.xml b/app/src/main/res/layout/fragment_identity.xml index 0a0077821e..e0085f5423 100644 --- a/app/src/main/res/layout/fragment_identity.xml +++ b/app/src/main/res/layout/fragment_identity.xml @@ -418,6 +418,7 @@ android:layout_height="wrap_content" android:autofillHints="password" android:inputType="textPassword" + android:maxLength="20000" android:textAppearance="@style/TextAppearance.AppCompat.Medium" />