material-calendarview
material-calendarview copied to clipboard
Hi, how can I switch between week view and month view to customize the animation to look smooth
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
@chenhangyuan
you can try put android:animateLayoutChanges="true" in parent of calendar widget.
<parent android:animateLayoutChanges="true" >