material-calendarview icon indicating copy to clipboard operation
material-calendarview copied to clipboard

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

Open chenhangyuan opened this issue 4 years ago • 2 comments

chenhangyuan avatar Mar 20 '20 05:03 chenhangyuan

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 avatar Mar 20 '20 05:03 chenhangyuan

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

anhmv-0866 avatar Oct 09 '20 02:10 anhmv-0866