| | |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/text_FFECECEC" |
| | | android:background="@color/text_FF161616" |
| | | tools:context=".ui.me.MeChangePasswordActivity"> |
| | | |
| | | <include |
| | |
| | | android:id="@+id/me_psw_error_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_30" |
| | | android:layout_marginTop="@dimen/dp_8" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:text="@string/home_login_least6" |
| | | android:textColor="@color/text_565758" |
| | | android:textColor="@color/text_66FFFFFF" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/me_psw_ll" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/tip" |
| | | android:layout_width="@dimen/dp_16" |
| | | android:layout_height="@dimen/dp_16" |
| | | android:src="@drawable/tip" |
| | | app:layout_constraintBottom_toBottomOf="@+id/me_psw_error_tv" |
| | | app:layout_constraintEnd_toStartOf="@+id/me_psw_error_tv" |
| | | app:layout_constraintTop_toTopOf="@+id/me_psw_error_tv" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/home_affirm_tv" |
| | | android:layout_width="0dp" |
| | | android:layout_height="52dp" |
| | | android:layout_marginTop="@dimen/dp_100" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_100" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:background="@drawable/yesandnocheck" |
| | | android:background="@drawable/bj_ff555859" |
| | | android:enabled="false" |
| | | android:gravity="center" |
| | | android:text="@string/home_login_affirm" |
| | | android:textColor="@color/text_FFFFFFFF" |
| | | android:textSize="18sp" |
| | | android:textColor="@color/text_66FFFFFF" |
| | | android:textSize="14sp" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/me_psw_ll" /> |