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

how to get scrollY #28

Closed rd-wang closed 9 years ago

rd-wang commented 9 years ago

How to monitor headView slid off the screen .I tried using add ScrollListener and override onTouchEvent ,but it does not work.

Frank-Zhu commented 9 years ago

@wrd1110 no interface,you can add listener https://github.com/Frank-Zhu/PullZoomView/blob/master/PullToZoomView/library/src/main/java/com/ecloud/pulltozoomview/PullToZoomScrollViewEx.java#L50

rd-wang commented 9 years ago

I ignored the decision condition.can not get ScrollY() ,now it's OK.