From 084a575a73775b22d1659fb3b3661e588f37b4bc Mon Sep 17 00:00:00 2001 From: Guo_shaoshan <2055829622@qq.com> Date: 星期一, 27 三月 2023 17:35:15 +0800 Subject: [PATCH] 提交本地代码并且获取最新代码 --- app/src/main/res/layout/item_family_memorabilia.xml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/item_family_memorabilia.xml b/app/src/main/res/layout/item_family_memorabilia.xml index 8d68bc2..a591681 100644 --- a/app/src/main/res/layout/item_family_memorabilia.xml +++ b/app/src/main/res/layout/item_family_memorabilia.xml @@ -12,6 +12,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" > + <androidx.cardview.widget.CardView android:id="@+id/cardView" android:layout_width="match_parent" @@ -280,4 +281,17 @@ </androidx.cardview.widget.CardView> </LinearLayout> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + > +<LinearLayout + android:layout_width="@dimen/dp_56" + android:layout_height="@dimen/dp_56" + + > + +</LinearLayout> + </LinearLayout> + </layout> \ No newline at end of file -- Gitblit v1.9.1