Commit 6125215a authored by yinjiacheng's avatar yinjiacheng

fix UI走查 认证首页

parent 9a023a01
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/color_FFFFFFFF"
android:fitsSystemWindows="true"> android:fitsSystemWindows="true">
<com.yidian.shenghuoquan.newscontent.widget.CommonTopBarView <com.yidian.shenghuoquan.newscontent.widget.CommonTopBarView
...@@ -47,7 +48,7 @@ ...@@ -47,7 +48,7 @@
android:layout_marginTop="24dp" android:layout_marginTop="24dp"
android:layout_marginEnd="19dp" android:layout_marginEnd="19dp"
app:cardCornerRadius="12dp" app:cardCornerRadius="12dp"
app:cardElevation="6dp" app:cardElevation="3dp"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_provide_services" /> app:layout_constraintTop_toBottomOf="@id/tv_provide_services" />
...@@ -60,7 +61,7 @@ ...@@ -60,7 +61,7 @@
android:layout_marginTop="19dp" android:layout_marginTop="19dp"
android:layout_marginEnd="19dp" android:layout_marginEnd="19dp"
app:cardCornerRadius="12dp" app:cardCornerRadius="12dp"
app:cardElevation="6dp" app:cardElevation="3dp"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/view_personal_auth" /> app:layout_constraintTop_toBottomOf="@id/view_personal_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