From 717bcb657c22156cb99468ae1649c55ac20d15dd Mon Sep 17 00:00:00 2001 From: Guo_shaoshan <2055829622@qq.com> Date: 星期二, 04 四月 2023 14:10:41 +0800 Subject: [PATCH] 成长经历界面 --- app/src/main/res/layout/item_family_memorabilia.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/item_family_memorabilia.xml b/app/src/main/res/layout/item_family_memorabilia.xml index 4e6e118..e78a2de 100644 --- a/app/src/main/res/layout/item_family_memorabilia.xml +++ b/app/src/main/res/layout/item_family_memorabilia.xml @@ -15,14 +15,14 @@ <androidx.cardview.widget.CardView android:id="@+id/cardView" android:layout_width="match_parent" - android:layout_height="40dp" + android:layout_height="wrap_content" android:layout_margin="@dimen/dp_2" app:cardCornerRadius="@dimen/dp_10" app:cardBackgroundColor="@color/color_card_pink" > <LinearLayout android:layout_width="match_parent" - android:layout_height="wrap_content" + android:layout_height="40dp" android:orientation="vertical" > <RelativeLayout @@ -243,6 +243,7 @@ android:layout_marginBottom="@dimen/dp_12" > <LinearLayout + android:id="@+id/layout_modify" android:layout_width="wrap_content" android:layout_height="wrap_content" > @@ -292,4 +293,5 @@ </androidx.cardview.widget.CardView> </LinearLayout> + </layout> \ No newline at end of file -- Gitblit v1.9.1