From 641d6300869c8d53e8b038e47eb0fe469891a95a Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期二, 01 四月 2025 10:29:07 +0800 Subject: [PATCH] 1.vip续费页面-会员信息 --- app/src/main/res/layout/fragment_member_info_card.xml | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_member_info_card.xml b/app/src/main/res/layout/fragment_member_info_card.xml index 5f2d2a6..d1789c5 100644 --- a/app/src/main/res/layout/fragment_member_info_card.xml +++ b/app/src/main/res/layout/fragment_member_info_card.xml @@ -15,12 +15,15 @@ <!-- CardView 内部的内容 --> <androidx.cardview.widget.CardView + android:id="@+id/memberCardCardView" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="15dp" android:layout_marginTop="10dp" android:layout_marginRight="15dp" - android:elevation="2dp" + android:elevation="0dp" + android:clipChildren="false" + android:clipToOutline="true" app:cardCornerRadius="10dp"> <!-- 设置CardView的elevation --> @@ -29,7 +32,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" - tools:ignore="MissingConstraints"> + tools:ignore="MissingConstraints" + android:background="@android:color/transparent" + > <ImageView android:id="@+id/memberAvatarView" -- Gitblit v1.9.3