Merge "Set the max length of user name field in Profile info" into qt-qpr1-dev

This commit is contained in:
TreeHugger Robot
2020-02-14 06:20:29 +00:00
committed by Android (Google) Code Review
2 changed files with 27 additions and 19 deletions

View File

@@ -44,6 +44,7 @@
android:labelFor="@id/user_photo"
android:inputType="text|textCapWords"
android:selectAllOnFocus="true"
android:hint="@string/user_nickname"/>
android:hint="@string/user_nickname"
android:maxLength="100"/>
</LinearLayout>