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.
@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.
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.