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"