Quivr / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
257 stars 64 forks source link

How to make it work inside a ScrollView or NestedScrollView? #36

Closed ghost closed 6 years ago

ghost commented 7 years ago

How to make WeekView work in a ScrollView or NestedScrollView, It just works with horizontal scroll but not the vertical scroll. Have you guys any idea?

I already tried with setNestedScrollView(true) but nothing...

This is an awesome lib! Thanks in advance.

entropitor commented 7 years ago

I don't think that's possible right now. How would you expect it to behave?

ghost commented 7 years ago

I was working on an app where I had to display the WeekView after a form, having to put it at the end of ScrollViewdid not show all available hours, I made adjustments in size and set a start and end time and it worked for the moment .