|
@@ -114,6 +114,7 @@
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_send_verify_code" />
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_send_verify_code" />
|
|
|
|
|
|
<CheckBox
|
|
<CheckBox
|
|
|
|
+ android:visibility="gone"
|
|
android:id="@+id/cb_privacy"
|
|
android:id="@+id/cb_privacy"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -134,6 +135,7 @@
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_login_by_code" />
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_login_by_code" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
|
+ android:visibility="gone"
|
|
android:id="@+id/tv_privacy"
|
|
android:id="@+id/tv_privacy"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|