From bbbe89a088059075d1d0aa86c20b340bc6d224ac Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 05 八月 2021 11:42:55 +0800
Subject: [PATCH] 重大调整 1. 修改代码结构,将督察app以模块化的方式整合进来 2. 新增自动创建监管场景账号及查看功能 3. 针对代码结构变化做对应调试,现已可运行

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