From 3853ed1f0b9e9da7be44f42481222ecac2d62344 Mon Sep 17 00:00:00 2001 From: PotcFdk Date: Sat, 25 Jul 2020 16:09:03 +0200 Subject: [PATCH] Increase the max user profile name length to 50. --- twidere/src/main/res/layout/fragment_user_profile_editor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twidere/src/main/res/layout/fragment_user_profile_editor.xml b/twidere/src/main/res/layout/fragment_user_profile_editor.xml index 5bcaa3763..50b856aed 100644 --- a/twidere/src/main/res/layout/fragment_user_profile_editor.xml +++ b/twidere/src/main/res/layout/fragment_user_profile_editor.xml @@ -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"/>