We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6799331 commit 745f404Copy full SHA for 745f404
1 file changed
app/src/main/kotlin/com/simplemobiletools/calendar/pro/fragments/WeekFragment.kt
@@ -558,6 +558,7 @@ class WeekFragment : Fragment(), WeeklyCalendar {
558
} else {
559
dimPastEvents && event.isPastEvent && !isPrintVersion
560
}
561
+
562
if (adjustAlpha) {
563
backgroundColor = backgroundColor.adjustAlpha(MEDIUM_ALPHA)
564
textColor = textColor.adjustAlpha(HIGHER_ALPHA)
@@ -698,10 +699,12 @@ class WeekFragment : Fragment(), WeeklyCalendar {
698
699
700
701
702
703
704
backgroundColor = backgroundColor.adjustAlpha(LOWER_ALPHA)
705
706
707
708
background = ColorDrawable(backgroundColor)
709
710
week_event_label.apply {
0 commit comments