Просмотр исходного кода

绑定账号密码中的账号密码的规则与其它地方统一

zengjiebin лет назад: 7
Родитель
Сommit
5ee54974ab
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/src/main/res/layout/fragment_bind_account.xml

+ 2 - 2
app/src/main/res/layout/fragment_bind_account.xml

@@ -24,7 +24,7 @@
 
         <EditText
             android:id="@+id/user_name_box"
-            style="@style/login_edit_style"
+            style="@style/login_edit_style_name"
             android:maxLength="20"
             android:hint="请输入登录名(唯一性)" />
 
@@ -38,7 +38,7 @@
             <EditText
                 android:id="@+id/password_box"
                 android:layout_weight="1"
-                style="@style/login_edit_style"
+                style="@style/login_edit_style_pwd"
                 android:layout_below="@+id/user_name_box"
                 android:hint="请输入登录密码(6-16位)"
                 android:inputType="textPassword"