This commit is contained in:
2021-04-13 09:21:22 +08:00
parent 9822d6e793
commit 7840d87bc3
3 changed files with 5 additions and 6 deletions

View File

@@ -113,13 +113,13 @@
<RelativeLayout
android:id="@+id/rlzhuce"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dip"
android:layout_marginRight="20dip"
android:layout_marginTop="16dp"
android:gravity="center"
android:visibility="gone"
android:textColor="@color/white">
<TextView
@@ -189,7 +189,7 @@
android:id="@+id/agreewhitemegy"
android:button="@drawable/checkbox_style"
android:layout_width="wrap_content"
android:checked="false"
android:checked="true"
android:layout_height="wrap_content" />
<TextView
android:layout_marginStart="10dp"

View File

@@ -227,7 +227,7 @@
android:id="@+id/agreewhitemeg"
android:button="@drawable/checkbox_style"
android:layout_width="wrap_content"
android:checked="true"
android:checked="false"
android:layout_height="wrap_content" />
<TextView
android:layout_marginStart="10dp"
@@ -255,7 +255,7 @@
android:id="@+id/agreewhitemegy"
android:button="@drawable/checkbox_style"
android:layout_width="wrap_content"
android:checked="true"
android:checked="false"
android:layout_height="wrap_content" />
<TextView
android:layout_marginStart="10dp"
@@ -267,7 +267,7 @@
android:onClick="yinagreementEvent"
android:layout_gravity="center_vertical"
android:gravity="center_vertical"
android:text="@string/agreewhitemeg1"
android:text="@string/agreewhitemeg2"
android:textSize="16sp"/>
</LinearLayout>