Commit 1c40faec authored by yinjiacheng's avatar yinjiacheng

fix UI走查 卡片投影效果

parent 31d78427
...@@ -48,7 +48,7 @@ ...@@ -48,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="3dp" app:cardElevation="2dp"
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" />
...@@ -61,7 +61,7 @@ ...@@ -61,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="3dp" app:cardElevation="2dp"
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" />
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp32" android:layout_marginTop="@dimen/dp32"
app:cardCornerRadius="12dp" app:cardCornerRadius="12dp"
app:cardElevation="3dp" app:cardElevation="2dp"
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_sub_content" /> app:layout_constraintTop_toBottomOf="@id/tv_sub_content" />
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
android:layout_marginTop="@dimen/dp30" android:layout_marginTop="@dimen/dp30"
android:visibility="gone" android:visibility="gone"
app:cardCornerRadius="@dimen/dp12" app:cardCornerRadius="@dimen/dp12"
app:cardElevation="@dimen/dp3" app:cardElevation="@dimen/dp2"
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/bv_top_bar" /> app:layout_constraintTop_toBottomOf="@id/bv_top_bar" />
......
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