MOLO17 / CustomizableCalendar

CustomizableCalendar is a library that allows you to create your calendar, customizing UI and behaviour
MIT License
218 stars 38 forks source link

Need help implementing a vertical calendar view #7

Closed akul1994 closed 7 years ago

akul1994 commented 7 years ago

Hey, I need help implementing a vertically scrollable version of the calendar view. I've set the layout manager of the recycler view as vertical. this got me a vertically scrollable implementation, however on scrolling up and down the view is breaking and not rendering as required. can you help me with this? attached screenshots, ignore other customisations i've added. irrelevant here.

screenshot_1505905215

after scolling

screenshot_1505905219

francesco-furlan commented 7 years ago

Hi @akul1994, I noticed that there's a bug in the library. In the meantime you can use getLayoutManager method and then set to it the vertical orientation.