瀏覽代碼

增加绑定昵称时昵称长度限制

Pq 3 年之前
父節點
當前提交
1318157e34
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      usercenter/src/main/res/layout/activity_bind_pwd_layout.xml

+ 1 - 0
usercenter/src/main/res/layout/activity_bind_pwd_layout.xml

@@ -51,6 +51,7 @@
         android:background="@null"
         android:hint="请输入昵称"
         android:inputType="text"
+        android:maxLength="7"
         android:textColorHint="@color/color_ffc1c1c1"
         android:textSize="@dimen/sp_16"
         app:layout_constraintLeft_toLeftOf="parent"