Merge "Set the max length of user name field in Profile info" into qt-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
936ebd0367
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user