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

Remove scrolling animation #1062

Open aneurinc opened 3 years ago

aneurinc commented 3 years ago

I am trying to remove the scrolling animation when hitting the edge of calendar. At the moment, I am seeing the animation appear over the calendar content, but not the top bar:

Screenshot_1597334710

I have tried setting the overScrollMode in XML and programatically with no success

android:overScrollMode="never"

calendarView.overScrollMode = View.OVER_SCROLL_NEVER

Please let me know if there is a way of achieving this. Thanks!