Frank-Zhu / PullZoomView

An Android custom ListView and ScrollView with pull to zoom-in.
Apache License 2.0
2.32k stars 624 forks source link

fix a bug about gesture #18

Open wuliao518 opened 9 years ago

wuliao518 commented 9 years ago

由于滚动的时候事件始终被一个View获取,没有做到在滚动的时候根据需求,更改获取事件的View,所以会给人卡顿的错觉。