|
|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/user_name_box"
|
|
|
- style="@style/login_edit_style"
|
|
|
+ style="@style/login_edit_style_name"
|
|
|
android:maxLength="20"
|
|
|
android:hint="输入用户名(如邮箱地址、常用英文等唯一标识)" />
|
|
|
|
|
|
@@ -26,7 +26,7 @@
|
|
|
<EditText
|
|
|
android:id="@+id/password_box"
|
|
|
android:layout_weight="1"
|
|
|
- style="@style/login_edit_style"
|
|
|
+ style="@style/login_edit_style_pwd"
|
|
|
android:hint="输入密码(6-16位)"
|
|
|
android:inputType="textPassword"
|
|
|
android:lines="1"
|
|
|
@@ -50,7 +50,7 @@
|
|
|
<EditText
|
|
|
android:id="@+id/password_box2"
|
|
|
android:layout_weight="1"
|
|
|
- style="@style/login_edit_style"
|
|
|
+ style="@style/login_edit_style_pwd"
|
|
|
android:hint="确认密码"
|
|
|
android:inputType="textPassword"
|
|
|
android:lines="1"
|