mancj / SlideUp-Android

SlideUp is a small library that allows you to add sweet slide effect to any view.
MIT License
1.64k stars 207 forks source link

close slide by click button #21

Closed sinadalvand closed 7 years ago

sinadalvand commented 7 years ago

how i can close slide by button or just touch arrow icon

is possible?

mancj commented 7 years ago

Yes. You can call slideUp.hide() to hide you slide view and slideUp.show() to show it.