From 21e38bfe17d3077d7ab0e05ee065f59547536692 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期二, 03 十二月 2024 10:33:19 +0800
Subject: [PATCH] 1.添加当前巡检状态的功能。 2.修复工单界面刷新已完成列表导致未完成列表数据被清除的bug

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

diff --git a/app/src/main/res/layout/fragment_my.xml b/app/src/main/res/layout/fragment_my.xml
index 25baa94..731f974 100644
--- a/app/src/main/res/layout/fragment_my.xml
+++ b/app/src/main/res/layout/fragment_my.xml
@@ -7,9 +7,16 @@
     android:background="@color/bg_color">
 
 
-    <include
+
+    <TextView
         android:id="@+id/title"
-        layout="@layout/top_title" />
+        android:layout_width="match_parent"
+        android:background="@color/title_color"
+        android:textSize="@dimen/title_center_text_size"
+        android:gravity="center"
+        android:text="鎴戠殑"
+        android:textColor="@color/white"
+        android:layout_height="@dimen/title_height"/>
 
     <View
 

--
Gitblit v1.8.0