Commit 57c6cf39 authored by yinjiacheng's avatar yinjiacheng

fix UI走查 登录页、营业执照信息提交页

parent bcf4fa33
......@@ -30,13 +30,14 @@
<View
android:layout_width="322dp"
android:layout_height="1dp"
android:layout_height="0.5dp"
android:background="#FFF2F2F2"
app:layout_constraintBottom_toTopOf="@id/sv_fragment_container"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/sv_merchant_type" />
app:layout_constraintStart_toStartOf="parent" />
<com.yidian.nightmode.widget.YdScrollView
android:id="@+id/sv_fragment_container"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginBottom="16dp"
......
......@@ -59,7 +59,7 @@
<View
android:id="@+id/view_divider_mobile"
android:layout_width="match_parent"
android:layout_height="2dp"
android:layout_height="1dp"
android:layout_marginStart="40dp"
android:layout_marginEnd="40dp"
android:background="#f2f2f2" />
......@@ -113,7 +113,7 @@
<View
android:id="@+id/view_divider_password"
android:layout_width="match_parent"
android:layout_height="2dp"
android:layout_height="1dp"
android:layout_marginStart="40dp"
android:layout_marginEnd="40dp"
android:background="#f2f2f2" />
......
......@@ -82,7 +82,7 @@
<View
android:id="@+id/view_business_license_upload_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_height="0.5dp"
android:layout_marginTop="19dp"
android:background="#FFF2F2F2"
app:layout_constraintTop_toBottomOf="@id/cl_business_license_upload" />
......
......@@ -42,7 +42,7 @@
<View
android:id="@+id/view_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_height="0.5dp"
android:background="#FFF2F2F2"
app:layout_constraintTop_toBottomOf="@id/et_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