修改密码和找回密码的bug
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user