Limit account name to 30 characters

This commit is contained in:
Simone Arpe
2022-12-12 19:13:30 +01:00
parent b668590bda
commit 37ad8679d0
@@ -41,6 +41,7 @@
android:background="@drawable/rounded_wallet_edittext"
android:hint="@string/add_account"
android:importantForAutofill="no"
android:maxLength="30"
android:paddingEnd="18dp"
android:paddingStart="18dp"
android:paddingTop="10dp"