prolificinteractive / material-calendarview

A Material design back port of Android's CalendarView
https://prolificinteractive.github.io/material-calendarview/
MIT License
5.92k stars 1.32k forks source link

Hi, how can I switch between week view and month view to customize the animation to look smooth #1031

Open chenhangyuan opened 4 years ago

chenhangyuan commented 4 years ago

I tried to make the transition look smoother by animating the height of the parent layout when switching between the month and week views. But the effect is still stuck

anhmv-0866 commented 4 years ago

@chenhangyuan you can try put android:animateLayoutChanges="true" in parent of calendar widget.