parent
648b490687
commit
17c8a2d786
|
|
@ -161,7 +161,7 @@
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/ll_user_agreement"
|
android:id="@+id/ll_user_agreement"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="20dp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="11dp"
|
android:layout_marginTop="11dp"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
|
|
@ -170,8 +170,8 @@
|
||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@+id/cb_user_agreement"
|
android:id="@+id/cb_user_agreement"
|
||||||
android:layout_width="14dp"
|
android:layout_width="20dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="20dp"
|
||||||
android:button="@null"
|
android:button="@null"
|
||||||
android:checked="true"
|
android:checked="true"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue