From b17b9aa59bae6d03055f14d937821655dfaffa1f Mon Sep 17 00:00:00 2001
From: Linjiajia <319408893@qq.com>
Date: 星期一, 29 一月 2024 23:27:08 +0800
Subject: [PATCH] 1、调整成长经历页面\n2、删除婚姻个人信息

---
 app/src/main/res/layout/item_pet_memo.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/src/main/res/layout/item_pet_memo.xml b/app/src/main/res/layout/item_pet_memo.xml
index 5eafa66..ffd4475 100644
--- a/app/src/main/res/layout/item_pet_memo.xml
+++ b/app/src/main/res/layout/item_pet_memo.xml
@@ -20,7 +20,7 @@
             android:layout_margin="@dimen/dp_2"
             tools:layout_height="wrap_content"
             app:cardCornerRadius="@dimen/dp_10"
-            app:cardBackgroundColor="@color/color_card_pink"
+            app:cardBackgroundColor="?attr/cardBackgroundColorFirst"
             >
             <LinearLayout
                 android:layout_width="match_parent"
@@ -144,7 +144,7 @@
                             android:id="@+id/rv_image"
                             android:layout_width="match_parent"
                             android:layout_height="wrap_content"
-                            tools:listitem="@layout/item_image"
+                            tools:listitem="@layout/item_electronic_file"
                             tools:itemCount="3"
                             />
 

--
Gitblit v1.9.1