HorizontalExpandableCalendar-Android
HorizontalExpandableCalendar-Android copied to clipboard
Collapse/Expand animation off when we don't use day labels
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)
@phongnomenal 1.1.8, missing brackets
@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