From 1086478532dc202ad970825a6f5f4e96a085353c Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 13 八月 2021 16:01:32 +0800
Subject: [PATCH] 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