From b2dc509d5530a9af3b48d7dce7db1e7bf66b06d5 Mon Sep 17 00:00:00 2001
From: Linjiajia <319408893@qq.com>
Date: 星期三, 28 二月 2024 17:26:58 +0800
Subject: [PATCH] 1、修复新增家庭设备时存在备忘录问题\n2、旅游模块新增加“感言”、“其他费用”、“备注”字段

---
 app/src/main/res/layout/fragment_video.xml |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/app/src/main/res/layout/fragment_video.xml b/app/src/main/res/layout/fragment_video.xml
index f727aae..341c6d5 100644
--- a/app/src/main/res/layout/fragment_video.xml
+++ b/app/src/main/res/layout/fragment_video.xml
@@ -16,32 +16,5 @@
             android:layout_width="match_parent"
             android:layout_height="200dp"
             />
-        <RelativeLayout
-            android:id="@+id/layout_data_null"
-            android:layout_width="match_parent"
-            android:layout_height="match_parent"
-            android:orientation="vertical"
-            >
-            <ImageView
-                android:layout_width="match_parent"
-                android:layout_height="match_parent"
-                android:src="@drawable/img_data_null"
-                android:scaleType="center"
-                />
-
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:text="杩樻病鎸囧畾瑙嗛 ~"
-                android:textColor="#73000000"
-                android:layout_gravity="center"
-                android:layout_centerHorizontal="true"
-                android:layout_alignParentBottom="true"
-                android:layout_marginBottom="10dp"
-                />
-        </RelativeLayout>
-
-
-
     </FrameLayout>
 </layout>
\ No newline at end of file

--
Gitblit v1.9.1