Commit 85acd0e3 authored by yinjiacheng's avatar yinjiacheng

fix UI走查 个人认证身份信息提交页

parent 6125215a
......@@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_FFFFFFFF"
android:fitsSystemWindows="true">
<com.yidian.shenghuoquan.newscontent.widget.CommonTopBarView
......@@ -20,6 +21,14 @@
app:LifeAccountAuthSelectView_name_text="@string/occupation_label"
app:layout_constraintTop_toBottomOf="@id/bv_top_bar" />
<View
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:layout_marginStart="19dp"
android:layout_marginEnd="19dp"
android:background="@color/color_FFF2F2F2"
app:layout_constraintBottom_toTopOf="@id/fragment_container" />
<com.yidian.nightmode.widget.YdFrameLayout
android:id="@+id/fragment_container"
android:layout_width="match_parent"
......
......@@ -2,7 +2,8 @@
<com.yidian.nightmode.widget.YdConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/color_FFFFFFFF">
<com.yidian.nightmode.widget.YdTextView
android:id="@+id/tv_id_card_type"
......@@ -62,6 +63,14 @@
app:layout_constraintStart_toStartOf="@id/iv_id_card_national_emblem_face"
app:layout_constraintTop_toBottomOf="@id/iv_id_card_national_emblem_face" />
<View
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:layout_marginStart="19dp"
android:layout_marginEnd="19dp"
android:background="@color/color_FFF2F2F2"
app:layout_constraintBottom_toTopOf="@id/ev_real_name" />
<com.yidian.shenghuoquan.newscontent.widget.LifeAccountAuthIdentityInfoEditView
android:id="@+id/ev_real_name"
android:layout_width="match_parent"
......
......@@ -46,8 +46,8 @@
<View
android:id="@+id/view_divider"
android:layout_width="0dp"
android:layout_height="1dp"
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:layout_marginTop="17dp"
android:background="#FFF2F2F2"
app:layout_constraintTop_toBottomOf="@id/tv_content" />
......
......@@ -25,6 +25,7 @@
android:textColor="#FF333333"
android:textColorHint="#FFC2C2C2"
android:textSize="15sp"
android:textStyle="bold"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@id/tv_name"
app:layout_constraintTop_toTopOf="parent" />
......
......@@ -45,9 +45,10 @@
<View
android:id="@+id/view_divider"
android:layout_width="0dp"
android:layout_height="1dp"
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:layout_marginTop="17dp"
android:layout_marginEnd="7dp"
android:background="#FFF2F2F2"
app:layout_constraintTop_toBottomOf="@id/tv_face_auth" />
......
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