描述:

1.隐私政策选择框显示不全
This commit is contained in:
level 2025-03-18 14:50:58 +08:00
parent 648b490687
commit 17c8a2d786
1 changed files with 3 additions and 3 deletions

View File

@ -161,7 +161,7 @@
<LinearLayout
android:id="@+id/ll_user_agreement"
android:layout_width="wrap_content"
android:layout_height="20dp"
android:layout_height="wrap_content"
android:layout_marginTop="11dp"
android:gravity="center_vertical"
android:orientation="horizontal"
@ -170,8 +170,8 @@
<CheckBox
android:id="@+id/cb_user_agreement"
android:layout_width="14dp"
android:layout_height="match_parent"
android:layout_width="20dp"
android:layout_height="20dp"
android:button="@null"
android:checked="true"
android:gravity="center"