From 3186c75f5e36ca8ac814fe478385e90aa24ed2fc Mon Sep 17 00:00:00 2001
From: Guo_shaoshan <2055829622@qq.com>
Date: 星期二, 28 三月 2023 09:20:41 +0800
Subject: [PATCH] 新建添加家大事记立项

---
 app/src/main/res/layout/item_family_memorabilia.xml |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/app/src/main/res/layout/item_family_memorabilia.xml b/app/src/main/res/layout/item_family_memorabilia.xml
index a591681..dd14e4e 100644
--- a/app/src/main/res/layout/item_family_memorabilia.xml
+++ b/app/src/main/res/layout/item_family_memorabilia.xml
@@ -11,6 +11,7 @@
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
+        android:orientation="vertical"
         >
 
         <androidx.cardview.widget.CardView
@@ -284,14 +285,16 @@
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
+        android:orientation="vertical"
         >
-<LinearLayout
-    android:layout_width="@dimen/dp_56"
-    android:layout_height="@dimen/dp_56"
+        <LinearLayout
+            android:layout_width="@dimen/dp_56"
+            android:layout_height="@dimen/dp_56"
+            android:orientation="vertical"
 
-    >
+            >
 
-</LinearLayout>
+        </LinearLayout>
     </LinearLayout>
 
 </layout>
\ No newline at end of file

--
Gitblit v1.9.1