Merge pull request #1345 from PotcFdk/patch-increase-max-user-name-length

Increase the max user profile name length to 50.
This commit is contained in:
Suji Yan 2020-08-05 15:11:54 +08:00 committed by GitHub
commit e600c93f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
app:met_baseColor="?android:textColorPrimary"
app:met_floatingLabel="normal"
app:met_floatingLabelText="@string/user_profile_name"
app:met_maxCharacters="20"
app:met_maxCharacters="50"
app:met_primaryColor="?colorAccent"
tools:text="TwidereProject"/>