Android Question Issues with AS CalendarExpandable lib

asales

Expert
Licensed User
Longtime User
I use this great lib from @Alexander Stolte:

I change the First Day of Week to Sunday in the designer and translate the days in code:
Dom = Sun, Seg = Mon

In the expand mode, the select date (20/05 is Seg/Sun) is wrong. but in the expand mode is correct (19/05 is Sun).
This problem happens only in the late of the night (23:00 or 11PM).
in the early of the day, the date is show correct.

What could be happening?
How can I fix it?

The images is from the example, only change the hour in the device (to 23:00).

I appreciate your support.
Thanks in advance.


1747655554289.png
1747655598512.png
hour = 23:00 (23PM) -> compress = wrong / expand =correct

1747655680896.png
hour = 8:50 (8AM) -> compress and expand = correct
 

Attachments

  • 1747655589197.png
    1747655589197.png
    53.1 KB · Views: 50

Alexander Stolte

Expert
Licensed User
Longtime User
Hello,

check the new update:

There I have made the display of the order of the weekdays dynamic internally, this should solve the problem, because now you only have to select the first day of week and the view does the rest.
 
Upvote 0
Top