From fcdddf8b9b34f9930bec454b5fffe41c0e33ba3c Mon Sep 17 00:00:00 2001
From: Linjiajia <319408893@qq.com>
Date: 星期一, 24 四月 2023 21:17:05 +0800
Subject: [PATCH] 功能模块大部分

---
 app/src/main/res/layout/item_family_memorabilia.xml |  171 ++++++++++++++++----------------------------------------
 1 files changed, 49 insertions(+), 122 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..20c06ff 100644
--- a/app/src/main/res/layout/item_family_memorabilia.xml
+++ b/app/src/main/res/layout/item_family_memorabilia.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <layout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto">
+    xmlns:app="http://schemas.android.com/apk/res-auto"
+    xmlns:tools="http://schemas.android.com/tools">
 
     <data>
         <variable
@@ -12,11 +13,10 @@
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         >
-
         <androidx.cardview.widget.CardView
             android:id="@+id/cardView"
             android:layout_width="match_parent"
-            android:layout_height="@dimen/dp_40"
+            android:layout_height="40dp"
             android:layout_margin="@dimen/dp_2"
             app:cardCornerRadius="@dimen/dp_10"
             app:cardBackgroundColor="@color/color_card_pink"
@@ -25,39 +25,49 @@
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:orientation="vertical"
-                android:paddingHorizontal="@dimen/dp_24"
                 >
-                <LinearLayout
+                <RelativeLayout
                     android:id="@+id/layout_title"
                     android:layout_width="match_parent"
                     android:layout_height="@dimen/dp_40"
                     android:gravity="center_vertical"
                     >
-                    <TextView
-                        android:layout_width="0dp"
-                        android:layout_height="wrap_content"
-                        android:textSize="@dimen/sp_16"
-                        android:textColor="@color/black"
-                        android:text="寮犳皬app绔嬮」"
-                        android:layout_weight="1"
-                        android:textStyle="bold"
+                    <CheckBox
+                        android:id="@+id/checkbox"
+                        android:layout_width="18dp"
+                        android:layout_height="18dp"
+                        android:layout_marginStart="3dp"
+                        android:layout_centerVertical="true"
+                        android:button="@drawable/selector_checkbox"
+                        android:background="?selectableItemBackgroundBorderless"
                         />
                     <TextView
-                        android:layout_width="0dp"
+                        android:layout_width="wrap_content"
                         android:layout_height="wrap_content"
-                        android:layout_weight="1"
+                        android:layout_centerVertical="true"
+                        android:layout_marginStart="24dp"
                         android:textSize="@dimen/sp_16"
                         android:textColor="@color/black"
-                        android:text="2023.3.1"
-                        android:textStyle="bold"
-                        android:gravity="end"
+                        android:text="@{bean.title}"
+                        android:layout_weight="1"
+                        />
+                    <TextView
+                        android:layout_width="wrap_content"
+                        android:layout_height="wrap_content"
+                        android:textSize="@dimen/sp_16"
+                        android:textColor="@color/black"
+                        android:text="@{bean.createTime}"
+                        android:layout_marginEnd="24dp"
+                        android:layout_alignParentEnd="true"
+                        android:layout_centerVertical="true"
                         />
 
-                </LinearLayout>
+                </RelativeLayout>
                 <LinearLayout
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
                     android:orientation="vertical"
+                    android:paddingHorizontal="@dimen/dp_24"
                     >
                     <LinearLayout
                         android:layout_width="match_parent"
@@ -71,15 +81,15 @@
                             android:text="搴忓彿锛�"
                             android:textColor="@color/black"
                             android:textSize="@dimen/sp_12"
-                            android:textStyle="bold"
+
                             />
                         <TextView
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
-                            android:text="01"
+                            android:text="@{String.valueOf(bean.id)}"
                             android:textColor="@color/black"
                             android:textSize="@dimen/sp_12"
-                            android:textStyle="bold"
+
                             />
                     </LinearLayout>
                     <LinearLayout
@@ -94,15 +104,15 @@
                             android:text="浜虹墿锛�"
                             android:textColor="@color/black"
                             android:textSize="@dimen/sp_12"
-                            android:textStyle="bold"
+
                             />
                         <TextView
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
-                            android:text="寮犱笁銆佹潕鍥涖�佸紶鍥涖�佹潕涓�"
+                            android:text="@{bean.people}"
                             android:textColor="@color/black"
                             android:textSize="@dimen/sp_12"
-                            android:textStyle="bold"
+
                             />
                     </LinearLayout>
                     <LinearLayout
@@ -117,15 +127,15 @@
                             android:text="澶囨敞锛�"
                             android:textColor="@color/black"
                             android:textSize="@dimen/sp_12"
-                            android:textStyle="bold"
+
                             />
                         <TextView
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
-                            android:text="椤圭洰绔嬮」"
+                            android:text="@{bean.remark}"
                             android:textColor="@color/black"
                             android:textSize="@dimen/sp_12"
-                            android:textStyle="bold"
+
                             />
                     </LinearLayout>
                     <TextView
@@ -135,7 +145,7 @@
                         android:text="鐢靛瓙鏂囦欢锛�"
                         android:textColor="@color/black"
                         android:textSize="@dimen/sp_12"
-                        android:textStyle="bold"
+
                         />
                     <LinearLayout
                         android:layout_width="match_parent"
@@ -143,86 +153,13 @@
                         android:orientation="horizontal"
                         android:layout_marginBottom="@dimen/dp_15"
                         >
-
-                        <LinearLayout
-                            android:layout_width="wrap_content"
+                        <androidx.recyclerview.widget.RecyclerView
+                            android:id="@+id/rv_image"
+                            android:layout_width="match_parent"
                             android:layout_height="wrap_content"
-                            android:orientation="vertical"
-                            android:gravity="center"
-                            >
-                            <ImageView
-                                android:layout_width="@dimen/dp_70"
-                                android:layout_height="@dimen/dp_45"
-                                android:background="@drawable/img_sakura"
-                                android:layout_marginBottom="@dimen/dp_6"
-                                />
-                            <TextView
-                                android:layout_width="wrap_content"
-                                android:layout_height="wrap_content"
-                                android:text="sakura.jpg"
-                                android:textSize="@dimen/sp_10"
-                                android:textColor="@color/black"
-                                />
-                        </LinearLayout>
-                        <LinearLayout
-                            android:layout_width="wrap_content"
-                            android:layout_height="wrap_content"
-                            android:orientation="vertical"
-                            android:gravity="center"
-                            android:layout_marginStart="@dimen/dp_10"
-                            >
-                            <ImageView
-                                android:layout_width="@dimen/dp_70"
-                                android:layout_height="@dimen/dp_45"
-                                android:background="@drawable/img_lotus"
-                                android:layout_marginBottom="@dimen/dp_6"
-                                />
-                            <TextView
-                                android:layout_width="wrap_content"
-                                android:layout_height="wrap_content"
-                                android:text="lotus.jpg"
-                                android:textSize="@dimen/sp_10"
-                                android:textColor="@color/black"
-                                />
-                        </LinearLayout>
-                        <LinearLayout
-                            android:layout_width="wrap_content"
-                            android:layout_height="wrap_content"
-                            android:orientation="vertical"
-                            android:gravity="center"
-                            android:layout_marginStart="@dimen/dp_10"
-                            >
-                            <androidx.cardview.widget.CardView
-                                android:layout_width="@dimen/dp_70"
-                                android:layout_height="@dimen/dp_45"
-                                android:layout_marginBottom="@dimen/dp_6"
-                                app:cardCornerRadius="@dimen/dp_5"
-                                >
-                                <ImageView
-                                    android:layout_width="@dimen/dp_70"
-                                    android:layout_height="@dimen/dp_45"
-                                    android:background="@drawable/img_sakura"
-                                    />
-                                <View
-                                    android:layout_width="match_parent"
-                                    android:layout_height="match_parent"
-                                    android:background="#52000000"
-                                    />
-                                <ImageView
-                                    android:layout_width="wrap_content"
-                                    android:layout_height="wrap_content"
-                                    android:background="@drawable/ic_play"
-                                    android:layout_gravity="center"
-                                    />
-                            </androidx.cardview.widget.CardView>
-                            <TextView
-                                android:layout_width="wrap_content"
-                                android:layout_height="wrap_content"
-                                android:text="sakura.mp4"
-                                android:textSize="@dimen/sp_10"
-                                android:textColor="@color/black"
-                                />
-                        </LinearLayout>
+                            tools:listitem="@layout/item_image"
+                            tools:itemCount="3"
+                            />
 
                     </LinearLayout>
                     <LinearLayout
@@ -232,6 +169,7 @@
                         android:layout_marginBottom="@dimen/dp_12"
                         >
                         <LinearLayout
+                            android:id="@+id/layout_modify"
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             >
@@ -247,11 +185,12 @@
                                 android:text="淇敼"
                                 android:textColor="@color/black"
                                 android:textSize="@dimen/sp_14"
-                                android:textStyle="bold"
+
                                 android:layout_marginStart="@dimen/dp_4"
                                 />
                         </LinearLayout>
                         <LinearLayout
+                            android:id="@+id/layout_delete"
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:layout_alignParentEnd="true"
@@ -269,7 +208,7 @@
                                 android:text="鍒犻櫎"
                                 android:textColor="#FFE86F72"
                                 android:textSize="@dimen/sp_14"
-                                android:textStyle="bold"
+
                                 android:layout_marginStart="@dimen/dp_4"
                                 />
                         </LinearLayout>
@@ -280,18 +219,6 @@
 
         </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