prolificinteractive / material-calendarview

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

how can i change monthView to Weekview with animation #337

Closed langlangago384 closed 8 years ago

langlangago384 commented 8 years ago

how can i change monthView to Weekview with animation

when i pull up the calendar view

ekchang commented 8 years ago

https://github.com/prolificinteractive/material-calendarview/issues/278#issuecomment-218274439

You can set android:animateLayoutChanges="true" and LayoutTransition#enableTransitionType(CHANGING) on your parent layout.

quentin41500 commented 8 years ago

Closing this issue, feel free to comment #278 if you need more info.