savvisingh / DateRangePicker

Date Range Picker is a Calendar Picker View to show a Customized Date Range Picker with improved UI and functionality to add subtitles to the dates
Apache License 2.0
784 stars 160 forks source link

CalendarPickerView inside nested NestedScrollView is not scrolling #46

Closed ArunVicky001 closed 5 years ago

ArunVicky001 commented 5 years ago

Hi

According to my UI design I have placed my CalendarPickerView inside NestedScrollView, In this case NestedScrollView is scrolling CalendarPickerView is not scrolling, Could you please help on this

Thanks.

ArunVicky001 commented 5 years ago

I have fixed this by adding this line android:nestedScrollingEnabled="true"