Open naina17591 opened 5 years ago
I also have the same problem with you, MaterialCalendarView innvisible when i change mode between MONTHS, WEEKS in MotionLayout
Hi @naina17591 even I'm trying to achieve collapsing feature, were you able to achieve the same? If so can you help me sharing the details how to achieve the same.
I want to implement collapsing feature. As far as i have tried it in so many ways:
-- Add MaterialCalendarView inside CollapsingToolbarLayout, setting its collapseMode "pin", and convert calendarMode form MONTH to WEEK according to the offset.
But while scrolling it starts hiding from top and then converts to WEEK. I want the DAY view to be fixed.
For that, i want to add this library as a module in my project so that i can hide the DAY view (Sun, Mon, etc..) and implement custom view and make it fixed. But that gives me error : unable to find some plugins.
NOTE: I have toolbar and custom topBar above the CoordinatorLayout. So, i have used MaterialCalendarView - setTobBarVisible(false).
Or any other way, please suggest.
Please help me out with this.