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

ChildView in ScrollView can not overscroll #25

Open Khaos116 opened 8 years ago

Khaos116 commented 8 years ago

if the childView in ScrollView has onClick, it will cause the touch to the childView can not overscroll

qodiriy commented 4 years ago

if the childView in ScrollView has onClick, it will cause the touch to the childView can not overscroll

Use nested scroll view and set android:fillViewport="true"