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

Disable and Enable Flip #54

Open whowazit opened 9 years ago

whowazit commented 9 years ago

I can't find a way to disable then enable the flip

ayltai commented 9 years ago

You can set mIsFlippingEnabled to false to disable touch events. https://github.com/emilsjolander/android-FlipView/issues/40

whowazit commented 9 years ago

But it's still in private..can't access it.

ayltai commented 9 years ago

@emilsjolander wrote:

Yeah! Add a setter+getter and send me a pull request