From fbfa859ff0fe312cbb49a3345b6e3d67d574a946 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 28 十一月 2024 16:33:37 +0800
Subject: [PATCH] 1.工单列表界面 2.工单详情界面 3.处理工单界面选择图片相关

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