Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is wrong with your calendar ? #53

Closed
nekzabirov opened this issue Sep 2, 2019 · 5 comments
Closed

What is wrong with your calendar ? #53

nekzabirov opened this issue Sep 2, 2019 · 5 comments

Comments

@nekzabirov
Copy link

2019-09-02 18 19 44
2019-09-02 18 19 40

Whay is not dispay 31

val firstMonth = currentMonth.minusMonths(10) val lastMonth = currentMonth.plusMonths(10) val firstDayOfWeek = DayOfWeek.MONDAY calendarView.setup(firstMonth, lastMonth, firstDayOfWeek) calendarView.inDateStyle = InDateStyle.ALL_MONTHS calendarView.maxRowCount = 5 calendarView.hasBoundaries = true

@kizitonwose
Copy link
Owner

I don't understand this issue. Could you kindly explain further?

@nekzabirov
Copy link
Author

Look images, why it is not display 31 day ?

@kizitonwose
Copy link
Owner

kizitonwose commented Sep 3, 2019

There's 31 in the first picture so I still don't know what you mean.
From your code though, maybe you want to use calendarView.maxRowCount = 6 instead of calendarView.maxRowCount = 5 and see if that fixes your problem.

@kizitonwose
Copy link
Owner

I'll be closing this now. Let me know if you need any further assistance.

@emanuellopes
Copy link

Hi have the same issue, using your first example. sometimes the view not stay with 6 rows. this it's related with animation of collapse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants