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

Access to mIsFlippingEnabled field #40

Open davidbilik opened 10 years ago

davidbilik commented 10 years ago

Hi, is it possible to create setter (and maybe getter) for this field? I have to steal touch event of FlipView and this field allows me to do it, but its marked as private and i dont have access to it. I am now setting it via reflection but i dont like it for obvious reason. Thanks

emilsjolander commented 9 years ago

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