mirror of
				https://github.com/SimpleMobileTools/Simple-Calendar.git
				synced 2025-06-05 21:59:17 +02:00 
			
		
		
		
	Add bottom divider at the monthly view with bottom quick event type filtering and monthly view grid enabled
This commit is contained in:
		| @@ -204,6 +204,7 @@ class MonthView(context: Context, attrs: AttributeSet, defStyle: Int) : View(con | |||||||
|         for (i in 0 until ROW_COUNT) { |         for (i in 0 until ROW_COUNT) { | ||||||
|             canvas.drawLine(0f, i * dayHeight + weekDaysLetterHeight, canvas.width.toFloat(), i * dayHeight + weekDaysLetterHeight, gridPaint) |             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) { |     private fun addWeekDayLetters(canvas: Canvas) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user