Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
cyh 2025-03-18 14:52:19 +08:00
commit 834d24193a
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"