Skip to content

Commit

Permalink
Merge pull request #16354 from brave/simone/limit-account-name-to-30-…
Browse files Browse the repository at this point in the history
…chars

(Wallet) Limit account name to 30 characters
  • Loading branch information
simoarpe authored Dec 13, 2022
2 parents e7fedb4 + 37ad867 commit 425992a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/java/res/layout/activity_add_account.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 425992a

Please sign in to comment.