| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginHorizontal="30dp" |
| | | android:text="登录" |
| | | app:layout_constraintTop_toBottomOf="@id/barrier1" |
| | | app:layout_constraintBottom_toTopOf="@id/tv_other" /> |
| | | android:layout_marginTop="87dp" |
| | | app:layout_constraintTop_toBottomOf="@id/barrier1"/> |
| | | <TextView |
| | | android:id="@+id/tv_register" |
| | | android:layout_width="0dp" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintStart_toStartOf="@id/et_phone" |
| | | app:layout_constraintBottom_toTopOf="@id/tv_action" |
| | | android:layout_marginBottom="8dp" |
| | | app:layout_constraintTop_toBottomOf="@id/barrier1" |
| | | android:layout_marginTop="18dp" |
| | | android:background="@null" |
| | | android:text="我已阅读并同意" |
| | | android:padding="2dp" |
| | | android:textSize="12sp" |
| | | android:button="@drawable/selector_check_radio" |
| | | app:layout_constraintHorizontal_chainStyle="packed" |
| | | android:textColor="@color/textColor" |
| | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/tv_privacy_rule" |
| | | android:text="@string/privacy_rule" |
| | | android:id="@+id/tv_user_rule" |
| | | android:text="@string/user_register_rule" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/cb_rule" |
| | | app:layout_constraintStart_toEndOf="@id/cb_rule" |
| | | android:textSize="13sp" |
| | | android:textSize="12sp" |
| | | android:paddingVertical="4dp" |
| | | android:textStyle="bold" |
| | | android:textColor="@color/black"/> |
| | | android:textColor="@color/colorPrimary"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/tv_user_rule" |
| | | android:text="@string/user_rule" |
| | | android:id="@+id/tv_privacy_rule" |
| | | android:text="@string/user_privacy_rule" |
| | | app:layout_constraintBaseline_toBaselineOf="@id/cb_rule" |
| | | app:layout_constraintStart_toEndOf="@id/tv_privacy_rule" |
| | | android:textSize="13sp" |
| | | app:layout_constraintStart_toEndOf="@id/tv_user_rule" |
| | | android:textSize="12sp" |
| | | android:paddingVertical="4dp" |
| | | android:textStyle="bold" |
| | | android:textColor="@color/black"/> |
| | | android:textColor="@color/colorPrimary"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_wx" |