From fafdeae594f79bad8133837e5cde239afca4da54 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 06 十二月 2024 16:13:02 +0800
Subject: [PATCH] 1.优化工单列表状态显示 2.接口添加token失效判断,失效后跳转到登录界面。

---
 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