emilsjolander / android-FlipView

A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
Apache License 2.0
925 stars 273 forks source link

onPull is deprectaed, instead, use onPull (float deltaDistance, float displacement) #59

Open Fshamri opened 9 years ago

Fshamri commented 9 years ago

Hi, your library is very useful but it needs to be updated to current support library (i.e. v22.2) i got the following message onPull (float deltaDistance) is deprecated use onPull (float deltaDistance, float displacement) instead.

can you please help?

Thanks