mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
fix grid placement on weekly view click
This commit is contained in:
@ -318,7 +318,7 @@ class WeekFragment : Fragment(), WeeklyCalendar {
|
||||
background = ColorDrawable(primaryColor)
|
||||
layoutParams.width = view.width
|
||||
layoutParams.height = rowHeight.toInt()
|
||||
y = hour * rowHeight
|
||||
y = hour * rowHeight - hour / 2
|
||||
applyColorFilter(primaryColor.getContrastColor())
|
||||
|
||||
setOnClickListener {
|
||||
|
Reference in New Issue
Block a user