Commit 5360c59a authored by yinjiacheng's avatar yinjiacheng

update 生活号企业认证信息卡片UI

parent 4fbede89
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_FFFFFFFF" />
<corners android:radius="@dimen/dp12" />
</shape>
......@@ -49,6 +49,8 @@
android:layout_width="@dimen/dp302"
android:layout_height="@dimen/dp284"
android:layout_marginTop="@dimen/dp31"
app:cardCornerRadius="12dp"
app:cardElevation="6dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_sub_content" />
......
......@@ -28,6 +28,8 @@
android:layout_width="@dimen/dp302"
android:layout_height="@dimen/dp284"
android:layout_marginTop="@dimen/dp29"
app:cardCornerRadius="12dp"
app:cardElevation="6dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/bv_top_bar" />
......
......@@ -2,9 +2,7 @@
<androidx.cardview.widget.CardView 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"
app:cardCornerRadius="@dimen/dp12"
app:cardElevation="@dimen/dp6">
android:layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
......
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