修改登录密码
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/message_bg"
|
||||
android:padding="16dp"
|
||||
tools:context=".personal.LoginPasswordActivity">
|
||||
|
||||
<!-- 标题栏 -->
|
||||
@@ -39,6 +38,7 @@
|
||||
|
||||
<!-- 旧密码输入框 -->
|
||||
<EditText
|
||||
android:layout_margin="16dp"
|
||||
android:id="@+id/etOldPassword"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -57,6 +57,7 @@
|
||||
|
||||
<!-- 新密码输入框 -->
|
||||
<EditText
|
||||
android:layout_margin="16dp"
|
||||
android:id="@+id/etNewPassword"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -75,6 +76,7 @@
|
||||
|
||||
<!-- 再次输入新密码输入框 -->
|
||||
<EditText
|
||||
android:layout_margin="16dp"
|
||||
android:id="@+id/etConfirmPassword"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -93,6 +95,7 @@
|
||||
|
||||
<!-- 确定重设密码按钮 -->
|
||||
<android.widget.Button
|
||||
android:layout_margin="16dp"
|
||||
android:id="@+id/btnConfirm"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="40dp"
|
||||
|
||||
Reference in New Issue
Block a user