Release 3.3
- New: You can now define the time range to be displayed for each day by setting
minHour
andmaxHour
in your layout XML, or by callingweekView.setMinHour()
andweekView.setMaxHour()
in your code. - New: You can now add the option to automatically scroll to the current time when
WeekView
is first displayed by settingshowCurrentTimeFirst
totrue
. - New: You can opt to use a multi-line date header by setting
singleLineHeader
tofalse
. - Fix: The attribute
showNowLine
is no longer ignored.
Thanks to @Bwaim and @Mauker1 for contributing to this release!