blipinsk / FlippableStackView

An Android library introducing a stack of Views with the first item being flippable.
Apache License 2.0
810 stars 150 forks source link

Any function to disable swipe? #35

Closed Kenwaves-Dev closed 5 years ago

Kenwaves-Dev commented 5 years ago

Is there any function or method to disable swiping of stacks?

blipinsk commented 5 years ago

@Kenwaves-Dev not OOTB, you will need to subclass FlippableStackView, just like in this example someone does for a regular ViewPager

Kenwaves-Dev commented 5 years ago

Thank you