daimajia / AndroidSwipeLayout

The Most Powerful Swipe Layout!
MIT License
12.38k stars 2.67k forks source link

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

Open MatellioKanika opened 5 years ago

MatellioKanika commented 5 years ago

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

Usama75 commented 5 years ago

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

Close swipeLayout.close();