Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
834d24193a
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue