HorizontalExpandableCalendar-Android icon indicating copy to clipboard operation
HorizontalExpandableCalendar-Android copied to clipboard

Collapse/Expand animation off when we don't use day labels

Open chrisngn opened this issue 8 years ago • 2 comments

Two issues

Version 1.1.7 USE_DAY_LABELS = false;

The animation container offset is in the wrong week when I expand and collapse. The animation container appears to be one week below the current week (if I am on week Nov 13-19, the container goes into the next week Nov 20-26)

Version 1.1.7 USE_DAY_LABELS = true;

The animation container offset is in the correct week. However, there seems to be a small squiggly animation right at the end (also happens when USE_DAY_LABELS = false)

chrisngn avatar Nov 14 '16 20:11 chrisngn

@phongnomenal 1.1.8, missing brackets

sulo61 avatar Nov 14 '16 21:11 sulo61

@sulo61 Actually what I described was wrong.

If you enable Show layout bounds in Developer Options, you will see that the animate container shifts right and left when you collapse/expand the calendar

chrisngn avatar Nov 15 '16 18:11 chrisngn