adding some empty lines
This commit is contained in:
parent
6799331973
commit
745f404dca
|
@ -558,6 +558,7 @@ class WeekFragment : Fragment(), WeeklyCalendar {
|
||||||
} else {
|
} else {
|
||||||
dimPastEvents && event.isPastEvent && !isPrintVersion
|
dimPastEvents && event.isPastEvent && !isPrintVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
if (adjustAlpha) {
|
if (adjustAlpha) {
|
||||||
backgroundColor = backgroundColor.adjustAlpha(MEDIUM_ALPHA)
|
backgroundColor = backgroundColor.adjustAlpha(MEDIUM_ALPHA)
|
||||||
textColor = textColor.adjustAlpha(HIGHER_ALPHA)
|
textColor = textColor.adjustAlpha(HIGHER_ALPHA)
|
||||||
|
@ -698,10 +699,12 @@ class WeekFragment : Fragment(), WeeklyCalendar {
|
||||||
} else {
|
} else {
|
||||||
dimPastEvents && event.isPastEvent && !isPrintVersion
|
dimPastEvents && event.isPastEvent && !isPrintVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
if (adjustAlpha) {
|
if (adjustAlpha) {
|
||||||
backgroundColor = backgroundColor.adjustAlpha(LOWER_ALPHA)
|
backgroundColor = backgroundColor.adjustAlpha(LOWER_ALPHA)
|
||||||
textColor = textColor.adjustAlpha(HIGHER_ALPHA)
|
textColor = textColor.adjustAlpha(HIGHER_ALPHA)
|
||||||
}
|
}
|
||||||
|
|
||||||
background = ColorDrawable(backgroundColor)
|
background = ColorDrawable(backgroundColor)
|
||||||
|
|
||||||
week_event_label.apply {
|
week_event_label.apply {
|
||||||
|
|
Loading…
Reference in New Issue