Closed codeappointment closed 5 years ago
will scroll to any given date
scrolls when date is between 10 to 31. does not scroll when date is 01 to 09
Calendar calendar = Calendar.getInstance(); calendar.set(Calendar.DAY_OF_MONTH, 02); horizontalCalendar.selectDate(calendar, false);
Android Version: 6.0 Horizontal-Calendar Version: 1.3.4
Expected Behavior / Goal
Actual Behavior
Steps to Reproduce the Problem (sample code if possible)
Calendar calendar = Calendar.getInstance(); calendar.set(Calendar.DAY_OF_MONTH, 02); horizontalCalendar.selectDate(calendar, false);
Specifications