1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-16 19:50:53 +01:00

Increase the max user profile name length to 50.

This commit is contained in:
PotcFdk 2020-07-25 16:09:03 +02:00
parent 44d9b6036a
commit 3853ed1f0b

View File

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