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:
@@ -342,6 +342,7 @@ class MonthView(context: Context, attrs: AttributeSet, defStyle: Int) : View(con
|
||||
!startDay.isThisMonth && !endDay.isThisMonth -> true
|
||||
else -> dimPastEvents && event.isPastEvent && !isPrintVersion
|
||||
}
|
||||
|
||||
if (adjustAlpha) {
|
||||
paintColor = paintColor.adjustAlpha(MEDIUM_ALPHA)
|
||||
}
|
||||
@@ -356,6 +357,7 @@ class MonthView(context: Context, attrs: AttributeSet, defStyle: Int) : View(con
|
||||
!startDay.isThisMonth && !endDay.isThisMonth -> true
|
||||
else -> dimPastEvents && event.isPastEvent && !isPrintVersion
|
||||
}
|
||||
|
||||
if (adjustAlpha) {
|
||||
paintColor = paintColor.adjustAlpha(HIGHER_ALPHA)
|
||||
}
|
||||
|
Reference in New Issue
Block a user