| | |
| | | <View |
| | | android:id="@+id/home_login_line1_v" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_height="0.5dp" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:background="@color/text_E1E1E1" |
| | |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_account_text_error_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_width="2dp" |
| | | android:layout_height="14dp" |
| | | android:layout_marginTop="2dp" |
| | | android:textColor="@color/text_D34545" |
| | | android:textSize="12sp" |
| | |
| | | <View |
| | | android:id="@+id/home_login_line2_v" |
| | | android:layout_width="0dp" |
| | | android:layout_height="1dp" |
| | | android:layout_height="0.5dp" |
| | | android:background="@color/text_E1E1E1" |
| | | app:layout_constraintEnd_toEndOf="@+id/home_login_line1_v" |
| | | app:layout_constraintStart_toStartOf="@+id/home_login_line1_v" |
| | |
| | | app:layout_constraintEnd_toEndOf="@+id/home_login_line2_v" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_line2_v" /> |
| | | <!--登录--> |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_tv" |
| | | android:layout_width="0dp" |
| | | android:layout_height="52dp" |
| | | android:layout_marginTop="@dimen/dp_45" |
| | | android:layout_marginTop="44dp" |
| | | android:background="@drawable/yesandnocheck" |
| | | android:enabled="false" |
| | | android:gravity="center" |
| | |
| | | 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_marginTop="@dimen/dp_208" |
| | | android:background="@drawable/yesandnoselected" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_tv" /> |
| | | app:layout_constraintTop_toBottomOf="@+id/home_login_register_tv" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_privacy_tv" |