daimajia / AndroidSwipeLayout

The Most Powerful Swipe Layout!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MatellioKanika opened this issue · 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();