mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-07 15:38:54 +01:00
fix #1950, properly place weekly view grid items
This commit is contained in:
parent
987c306741
commit
6c244ea925
@ -576,6 +576,9 @@ class WeekFragment : Fragment(), WeeklyCalendar {
|
||||
dayColumn.addView(this)
|
||||
y = currentEventWeeklyView!!.range.lower * minuteHeight
|
||||
|
||||
// compensate grid offset
|
||||
y -= (currentEventWeeklyView.range.lower / 60) / 2
|
||||
|
||||
week_event_task_image.beVisibleIf(event.isTask())
|
||||
if (event.isTask()) {
|
||||
week_event_task_image.applyColorFilter(textColor)
|
||||
|
Loading…
x
Reference in New Issue
Block a user