|
@@ -2,38 +2,56 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:orientation="vertical"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
android:gravity="center_horizontal"
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
android:padding="@dimen/content_padding_24"
|
|
android:padding="@dimen/content_padding_24"
|
|
|
tools:context="com.sheep.gamegroup.module.login.fragments.OldPasswordFgt">
|
|
tools:context="com.sheep.gamegroup.module.login.fragments.OldPasswordFgt">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:textStyle="bold"
|
|
|
|
|
- android:text="请输入旧登录密码"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginTop="50dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
|
|
+ android:text="请输入旧登录密码"
|
|
|
android:textColor="@color/gray_4"
|
|
android:textColor="@color/gray_4"
|
|
|
android:textSize="14sp"
|
|
android:textSize="14sp"
|
|
|
- android:layout_marginTop="50dp"
|
|
|
|
|
|
|
+ android:textStyle="bold" />
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content" />
|
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
+
|
|
|
|
|
+ <EditText
|
|
|
|
|
+ android:id="@+id/old_pwd_box"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
|
+ android:inputType="textPassword"
|
|
|
|
|
+ style="@style/login_edit_style"
|
|
|
|
|
+ android:hint="请输入当前登录密码" />
|
|
|
|
|
+
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:id="@+id/show_hide_pwd_btn"
|
|
|
|
|
+ android:src="@mipmap/pwd_hide"
|
|
|
|
|
+ android:layout_marginTop="26dp"
|
|
|
|
|
+ android:tint="@color/bg_line"
|
|
|
|
|
+ android:padding="7dp"
|
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
|
+ android:layout_width="30dp"
|
|
|
|
|
+ android:layout_height="30dp" />
|
|
|
|
|
|
|
|
- <EditText
|
|
|
|
|
- android:id="@+id/old_pwd_box"
|
|
|
|
|
- android:hint="请输入当前登录密码"
|
|
|
|
|
- style="@style/login_edit_style" />
|
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
- <View
|
|
|
|
|
- style="@style/login_separetor_line_style" />
|
|
|
|
|
|
|
+ <View style="@style/login_separetor_line_style" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/forget_pwd_btn"
|
|
android:id="@+id/forget_pwd_btn"
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
|
- android:gravity="right"
|
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
|
|
+ android:gravity="right"
|
|
|
android:text="忘记密码?"
|
|
android:text="忘记密码?"
|
|
|
- android:textSize="12sp"
|
|
|
|
|
- android:textColor="@color/blue_34a6e7" />
|
|
|
|
|
|
|
+ android:textColor="@color/blue_34a6e7"
|
|
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
|
|
<Button
|
|
<Button
|
|
|
android:id="@+id/next_btn"
|
|
android:id="@+id/next_btn"
|