| | |
| | | |
| | | </RelativeLayout> |
| | | |
| | | <!--手机号验证码--> |
| | | <RelativeLayout |
| | | android:id="@+id/register_verification_code_rl" |
| | | android:id="@+id/register_phone_verification_code_rl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_60" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/register_verification_tv" |
| | | android:id="@+id/register_phone_verification_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_alignParentEnd="true" |
| | |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | <View |
| | | android:id="@+id/register_verification_v" |
| | | android:id="@+id/register_phone_verification_v" |
| | | android:layout_width="0.5dp" |
| | | android:layout_height="20dp" |
| | | android:layout_alignStart="@+id/register_verification_tv" |
| | | android:layout_alignStart="@+id/register_phone_verification_tv" |
| | | android:layout_centerInParent="true" |
| | | android:background="@color/text_E1E1E1" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/register_verification_et" |
| | | android:layout_width="match_parent" |
| | | android:id="@+id/register_phone_verification_et" |
| | | android:layout_width="@dimen/dp_150" |
| | | android:layout_height="match_parent" |
| | | android:layout_alignStart="@+id/register_verification_v" |
| | | android:layout_alignStart="@+id/register_phone_verification_v" |
| | | android:layout_alignParentStart="true" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:background="@null" |
| | |
| | | |
| | | </RelativeLayout> |
| | | |
| | | <!--邮箱验证码--> |
| | | <RelativeLayout |
| | | android:id="@+id/register_mail_verification_code_rl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_60" |
| | | android:visibility="gone" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/register_confirm_psw_rl"> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/register_mail_verification_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:gravity="center" |
| | | android:padding="@dimen/dp_16" |
| | | android:text="@string/home_login_send_mail" |
| | | android:textColor="@color/text_245EC3" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | <View |
| | | android:id="@+id/register_mail_verification_v" |
| | | android:layout_width="0.5dp" |
| | | android:layout_height="20dp" |
| | | android:layout_alignStart="@+id/register_mail_verification_tv" |
| | | android:layout_centerInParent="true" |
| | | android:background="@color/text_E1E1E1" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/register_mail_verification_et" |
| | | android:layout_width="@dimen/dp_150" |
| | | android:layout_height="match_parent" |
| | | android:layout_alignStart="@+id/register_mail_verification_v" |
| | | android:layout_alignParentStart="true" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:background="@null" |
| | | android:hint="@string/home_login_input_验证码" |
| | | android:inputType="text" |
| | | android:lines="1" |
| | | android:maxLines="1" |
| | | android:textColor="@color/text_FF000000" |
| | | android:textColorHint="@color/text_25000000" |
| | | android:textSize="@dimen/text_16" |
| | | |
| | | /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.5dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:background="@color/text_E1E1E1" /> |
| | | |
| | | |
| | | </RelativeLayout> |
| | | <!--错误提示--> |
| | | <TextView |
| | | android:id="@+id/account_title_tv" |
| | | android:id="@+id/text_error_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_60" |
| | | android:textColor="@color/text_D34545" |
| | | android:textSize="12sp" |
| | | app:layout_constraintStart_toStartOf="@+id/register_confirm_psw_rl" |
| | | app:layout_constraintTop_toBottomOf="@+id/register_confirm_psw_rl" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/register_complete_tv" |
| | | android:layout_width="0dp" |
| | | android:layout_height="52dp" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_42" |
| | | android:layout_marginTop="102dp" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:background="@drawable/yesandnocheck" |
| | | android:enabled="false" |
| | |
| | | android:textSize="18sp" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/register_verification_code_rl" /> |
| | | app:layout_constraintTop_toBottomOf="@+id/register_confirm_psw_rl" /> |
| | | |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |