修改密码和找回密码的bug

This commit is contained in:
md
2021-08-12 13:08:31 +08:00
parent 6aee99ac85
commit b88aca24e4
11 changed files with 79 additions and 28 deletions

View File

@@ -153,6 +153,7 @@
android:background="@null"
android:hint="6-20位密码"
android:paddingTop="10dp"
android:inputType="textPassword"
android:layout_marginLeft="20dp"
android:paddingBottom="10dp"
android:textColorHint="@color/colorTransparent"
@@ -190,6 +191,7 @@
android:hint="请再次输入一遍密码"
android:paddingTop="10dp"
android:paddingBottom="10dp"
android:inputType="textPassword"
android:textColorHint="@color/colorTransparent"
android:textCursorDrawable="@drawable/text_color"
android:layout_marginLeft="20dp"

View File

@@ -233,14 +233,15 @@
android:layout_marginRight="50dp"
app:layout_constraintTop_toBottomOf="@id/et_register_confirm_paw"
app:layout_constraintLeft_toLeftOf="@id/et_register_confirm_paw"/>
<ImageView
<CheckBox
android:id="@+id/iv_register_check"
android:layout_width="20dp"
android:layout_height="20dp"
android:background="@drawable/select_check"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:buttonTint="@color/white"
app:layout_constraintTop_toBottomOf="@id/et_register_confirm_paw"
app:layout_constraintLeft_toLeftOf="@id/et_register_confirm_paw"
android:layout_marginTop="5dp"/>
app:layout_constraintLeft_toLeftOf="@id/et_register_confirm_paw" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View File

@@ -124,7 +124,7 @@
android:textSize="15sp" />
<!-- android:textColor="#333" -->
<TextView
android:id="@+id/tv_examine"
android:id="@+id/tv_poi_examine"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"