|
@@ -110,7 +110,6 @@
|
|
|
android:id="@+id/cb_privacy"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="10dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:background="@android:color/transparent"
|
|
|
android:button="@null"
|
|
@@ -122,8 +121,7 @@
|
|
|
android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toLeftOf="@+id/tv_privacy"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/tv_confirm"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_confirm" />
|
|
|
|
|
|
<TextView
|
|
@@ -136,6 +134,5 @@
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/cb_privacy"
|
|
|
app:layout_constraintLeft_toRightOf="@+id/cb_privacy"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="@+id/cb_privacy" />
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|