mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
adding some empty lines
This commit is contained in:
@ -558,6 +558,7 @@ class WeekFragment : Fragment(), WeeklyCalendar {
|
||||
} else {
|
||||
dimPastEvents && event.isPastEvent && !isPrintVersion
|
||||
}
|
||||
|
||||
if (adjustAlpha) {
|
||||
backgroundColor = backgroundColor.adjustAlpha(MEDIUM_ALPHA)
|
||||
textColor = textColor.adjustAlpha(HIGHER_ALPHA)
|
||||
@ -698,10 +699,12 @@ class WeekFragment : Fragment(), WeeklyCalendar {
|
||||
} else {
|
||||
dimPastEvents && event.isPastEvent && !isPrintVersion
|
||||
}
|
||||
|
||||
if (adjustAlpha) {
|
||||
backgroundColor = backgroundColor.adjustAlpha(LOWER_ALPHA)
|
||||
textColor = textColor.adjustAlpha(HIGHER_ALPHA)
|
||||
}
|
||||
|
||||
background = ColorDrawable(backgroundColor)
|
||||
|
||||
week_event_label.apply {
|
||||
|
Reference in New Issue
Block a user