adding some empty lines
This commit is contained in:
parent
745f404dca
commit
739e84697d
|
@ -342,6 +342,7 @@ class MonthView(context: Context, attrs: AttributeSet, defStyle: Int) : View(con
|
||||||
!startDay.isThisMonth && !endDay.isThisMonth -> true
|
!startDay.isThisMonth && !endDay.isThisMonth -> true
|
||||||
else -> dimPastEvents && event.isPastEvent && !isPrintVersion
|
else -> dimPastEvents && event.isPastEvent && !isPrintVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
if (adjustAlpha) {
|
if (adjustAlpha) {
|
||||||
paintColor = paintColor.adjustAlpha(MEDIUM_ALPHA)
|
paintColor = paintColor.adjustAlpha(MEDIUM_ALPHA)
|
||||||
}
|
}
|
||||||
|
@ -356,6 +357,7 @@ class MonthView(context: Context, attrs: AttributeSet, defStyle: Int) : View(con
|
||||||
!startDay.isThisMonth && !endDay.isThisMonth -> true
|
!startDay.isThisMonth && !endDay.isThisMonth -> true
|
||||||
else -> dimPastEvents && event.isPastEvent && !isPrintVersion
|
else -> dimPastEvents && event.isPastEvent && !isPrintVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
if (adjustAlpha) {
|
if (adjustAlpha) {
|
||||||
paintColor = paintColor.adjustAlpha(HIGHER_ALPHA)
|
paintColor = paintColor.adjustAlpha(HIGHER_ALPHA)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue