|
|
@@ -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"
|