daimajia / AndroidSwipeLayout

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

swipe layout programmatically #359

Closed aitbaali closed 8 years ago

aitbaali commented 8 years ago

How can I swipe layout programmatically?

afiqiqmal commented 8 years ago

Open swipeLayout.open(true);

Close swipeLayout.close(true);

true to swipe animation false to disabled animation

aitbaali commented 8 years ago

it works well, thanks.

daimajia commented 8 years ago

Thanks @afiqiqmal .

harishvishwakarma commented 7 years ago

@daimajia : How can we swipe programmatically with a specific leftOffset value?

hsnmrd commented 5 years ago

@harishvishwakarma did you find any solution for that?