Tibolte / AgendaCalendarView

[DEPRECATED] An Android project providing easy navigation between a calendar and an agenda. This library replicates the basic features from the Sunrise Calendar (now Outlook) app, coupled with some small design touch from the Google Calendar app.
1.23k stars 336 forks source link

Is there a way the StickyHeader not collapse to two weeks when scrolling? #140

Open PriscyllaT opened 6 years ago

PriscyllaT commented 6 years ago

Hello @Tibolte , Thank you for proving this library. I would like to know if is there any there a way the StickyHeader not collapse to two weeks ( to pin it to appear the whole month or 5 weeks).

Regards,

IulianIancu commented 6 years ago

It seems like you can disable the function that collapses the calendar view when you scroll on the agenda, but you'd have to import the project as a module and edit the code yourself. The event AgendaListViewTouchedEvent seems to be the one that controls when that happens, block that event and the calendar should stay pinned in its expanded form.