| | |
| | | android:layout_marginEnd="@dimen/dp_60" |
| | | android:background="@null" |
| | | android:gravity="center_vertical" |
| | | android:hint="@string/home_login__input_phone_email" |
| | | android:hint="@string/home_login_input_phone_email" |
| | | android:inputType="text" |
| | | android:lines="1" |
| | | android:maxLines="1" |
| | |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_password_text_error_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="2dp" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:textColor="@color/text_D34545" |
| | | android:textSize="12sp" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="@+id/home_login_line2_v" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_line2_v" /> |
| | | |
| | | <!--注册--> |
| | | <TextView |
| | | android:id="@+id/home_login_register_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_24" |
| | | android:text="@string/home_login_register" |
| | | android:textColor="@color/text_245EC3" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintStart_toStartOf="@+id/home_login_line2_v" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_line2_v" /> |
| | | |
| | | app:layout_constraintTop_toTopOf="@+id/home_login_forget_password_tv" /> |
| | | <!--忘记密码--> |
| | | <TextView |
| | | android:id="@+id/home_login_forget_password_tv" |
| | | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_24" |
| | | android:text="@string/home_login_forget_password" |
| | | android:textColor="@color/text_245EC3" |
| | | android:textSize="@dimen/text_14" |
| | | app:layout_constraintEnd_toEndOf="@+id/home_login_line2_v" |
| | | app:layout_constraintTop_toTopOf="@+id/home_login_register_tv" /> |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_line2_v" /> |
| | | <!--登录--> |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_tv" |
| | | android:layout_width="0dp" |
| | |
| | | android:textColor="@color/text_FFFFFFFF" |
| | | android:textSize="18sp" |
| | | app:layout_constraintEnd_toEndOf="@+id/home_login_line2_v" |
| | | app:layout_constraintHorizontal_bias="0.0" |
| | | app:layout_constraintStart_toStartOf="@+id/home_login_line2_v" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_forget_password_tv" /> |
| | | |
| | |
| | | android:layout_marginStart="@dimen/dp_42" |
| | | android:layout_marginBottom="@dimen/dp_62" |
| | | android:background="@drawable/yesandnoselected" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" /> |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_privacy_tv" |