EverythingMe / overscroll-decor

Android: iOS-like over-scrolling effect applicable over almost all scrollable Android views.
BSD 2-Clause "Simplified" License
2.85k stars 400 forks source link

HorizontalView OnScroll Listener not working #62

Closed anugotta closed 5 years ago

anugotta commented 5 years ago

Hey, When i add OverScroll to my HorizontalScrollView, the onScroll listener of the Horizontal ScrollView is not working. Any workarounds to fix this?

anugotta commented 5 years ago

Issue sorted. There were some issues with my layout hierarchy. Thus Closing.