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
258 stars 64 forks source link

Nested Scrolling #76

Open mr-sarsarabi opened 6 years ago

mr-sarsarabi commented 6 years ago

I need to use this View inside a NestedScrollView but the scrolling does not work as expected. more details: In my case there is a coordinatorLayout which has a collapsing toolbar and the Nested ScrollView has a FrameLayout As a child that i use to load diffrent fragments inside it. One of those fragments is containing WeekView. I set the fillViewPort attr. of the NestedScrollView to true but the week view doesn't scroll vertically.

jhoobergs commented 6 years ago

@mr-sarsarabi Hi, can you create a fork and create a branch where you add this kind of setup to the sample app ? That will make it easier to debug and test it etc.