Add bottom divider at the monthly view with bottom quick event type filtering and monthly view grid enabled
This commit is contained in:
parent
ce4d094e3b
commit
d21df87af9
|
@ -204,6 +204,7 @@ class MonthView(context: Context, attrs: AttributeSet, defStyle: Int) : View(con
|
|||
for (i in 0 until ROW_COUNT) {
|
||||
canvas.drawLine(0f, i * dayHeight + weekDaysLetterHeight, canvas.width.toFloat(), i * dayHeight + weekDaysLetterHeight, gridPaint)
|
||||
}
|
||||
canvas.drawLine(0f, canvas.height.toFloat(), canvas.width.toFloat(), canvas.height.toFloat(), gridPaint)
|
||||
}
|
||||
|
||||
private fun addWeekDayLetters(canvas: Canvas) {
|
||||
|
|
Loading…
Reference in New Issue