alamkanak / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
3.42k stars 1.23k forks source link

Snapping should change depending on view #525

Open Copy33 opened 5 years ago

Copy33 commented 5 years ago

Is there a possibility to add a variable that changes the number of days scrolling is snapping to? For example, week view should snap on every week (on every 7 days) so you always see one full week at a time on the screen with first day being whatever u defined. Three day view should snap on every 3 days...etc. Instead of always snapping to the next/previous day (even on week view), let us define the snapping to number of days: 1: would snap to the next day (current behavior) 2: would snap to the next 2 days ... 7: would snap to the next week

Thanks.