Commit b35dc9d7 by 刘鹏

feat : 隐私协议勾选按钮点击区域优化----扩大

parent 94e06a3d
...@@ -8,7 +8,7 @@ ext { ...@@ -8,7 +8,7 @@ ext {
"m-confide" : "0.0.49.64", "m-confide" : "0.0.49.64",
"m-consultant" : "0.0.60.11", "m-consultant" : "0.0.60.11",
"m-fm" : "0.0.30.04", "m-fm" : "0.0.30.04",
"m-user" : "0.0.62.02", "m-user" : "0.0.62.03",
"m-home" : "0.0.23.17", "m-home" : "0.0.23.17",
"m-im" : "0.0.21.21", "m-im" : "0.0.21.21",
"m-dynamic" : "0.0.7.35", "m-dynamic" : "0.0.7.35",
...@@ -92,7 +92,7 @@ ext { ...@@ -92,7 +92,7 @@ ext {
"m-confide" : "0.0.49.64", "m-confide" : "0.0.49.64",
"m-consultant" : "0.0.60.11", "m-consultant" : "0.0.60.11",
"m-fm" : "0.0.30.07", "m-fm" : "0.0.30.07",
"m-user" : "0.0.62.02", "m-user" : "0.0.62.03",
"m-home" : "0.0.23.17", "m-home" : "0.0.23.17",
"m-im" : "0.0.21.21", "m-im" : "0.0.21.21",
"m-dynamic" : "0.0.7.35", "m-dynamic" : "0.0.7.35",
......
...@@ -172,6 +172,7 @@ ...@@ -172,6 +172,7 @@
/> />
<LinearLayout <LinearLayout
android:layout_marginTop="8dp"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center" android:gravity="center"
...@@ -180,6 +181,9 @@ ...@@ -180,6 +181,9 @@
app:layout_constraintTop_toBottomOf="@id/ll_next"> app:layout_constraintTop_toBottomOf="@id/ll_next">
<ImageView <ImageView
android:paddingLeft="8dp"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:id="@+id/iv_select_protocol" android:id="@+id/iv_select_protocol"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment