From e234a15b428267997c903a4ed42536c5d9f14a1f Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 10 十一月 2025 13:10:42 +0800
Subject: [PATCH] 2025.11.10 1. 新增巡查场景历史详情相关数据逻辑; 2. 新增工地施工阶段修改界面;
---
app/src/main/res/layout/fragment_inspection2.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/src/main/res/layout/fragment_inspection2.xml b/app/src/main/res/layout/fragment_inspection2.xml
index 40fba13..ca1a013 100644
--- a/app/src/main/res/layout/fragment_inspection2.xml
+++ b/app/src/main/res/layout/fragment_inspection2.xml
@@ -196,14 +196,14 @@
android:layout_marginEnd="@dimen/dimen16"
android:elevation="@dimen/dimen4"
android:background="@drawable/shape_round_board_2"
- app:week_bar_view="cn.flightfeather.thirdapp.view.calendarview.ProgressWeekBarView"
+ app:week_bar_view="cn.flightfeather.thirdappmodule.view.calendarview.ProgressWeekBarView"
app:current_month_lunar_text_color="#CFCFCF"
app:current_month_text_color="#333333"
app:day_text_size="14sp"
app:max_year="2020"
app:min_year="2004"
app:calendar_height="52dp"
- app:month_view="cn.flightfeather.thirdapp.view.calendarview.ProgressMonthView"
+ app:month_view="cn.flightfeather.thirdappmodule.view.calendarview.ProgressMonthView"
app:month_view_show_mode="mode_fix"
app:other_month_lunar_text_color="#e1e1e1"
app:other_month_text_color="#e1e1e1"
@@ -215,7 +215,7 @@
app:selected_theme_color="#FFf54a00"
app:week_background="#fff"
app:week_text_color="#111111"
- app:week_view="cn.flightfeather.thirdapp.view.calendarview.ProgressWeekView"
+ app:week_view="cn.flightfeather.thirdappmodule.view.calendarview.ProgressWeekView"
app:year_view_day_text_color="#333333"
app:year_view_day_text_size="9sp"
app:year_view_month_text_color="#ff0000"
--
Gitblit v1.9.3