daimajia/AndroidSwipeLayout

How to swipe always from left to right programatically on a button click?

MatellioKanika opened this issue · 1 comments

I want to make the swipe layout swipe programatically on a button click, but always from left to right.

hey you can do this
Open
swipeLayout.open();

Close
swipeLayout.close();