From 1897c4ad5fa73b3f0a36e1aa0e1e9000302a6ace Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 31 十月 2025 17:35:09 +0800
Subject: [PATCH] 2025.10.31 1. 新增巡查场景历史详情相关数据逻辑(待完成);
---
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