From fbae5f3ea74727ccadc48314a864a1ea0099a945 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 17 十月 2025 17:36:17 +0800
Subject: [PATCH] 2025.10.17 1、新增巡查时,修改工地施工阶段功能(待完成)

---
 app/src/main/res/layout/recycler_item_section_head.xml |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/app/src/main/res/layout/recycler_item_section_head.xml b/app/src/main/res/layout/recycler_item_section_head.xml
index 62a8fb1..76096b5 100644
--- a/app/src/main/res/layout/recycler_item_section_head.xml
+++ b/app/src/main/res/layout/recycler_item_section_head.xml
@@ -1,18 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <FrameLayout
-        xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:tools="http://schemas.android.com/tools"
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools"
+    android:layout_width="match_parent"
+    android:layout_height="wrap_content"
+    android:paddingTop="@dimen/dimen4">
+    <TextView
+        android:id="@+id/tv_section_head"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:paddingTop="@dimen/dimen8"
-        android:background="@color/lightGray">
-    <TextView
-            android:id="@+id/tv_section_head"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:text="@string/app_name"
-            android:background="@android:color/white"
-            android:textColor="@color/gray"
-            android:elevation="0.5dp">
+        android:text="@string/app_name"
+        android:textColor="@color/main_color_2"
+        android:padding="@dimen/dimen4">
     </TextView>
 </FrameLayout>
\ No newline at end of file

--
Gitblit v1.9.3