daimajia / AndroidSwipeLayout

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

Hide the bottom view on click #453

Closed sharifhh closed 6 years ago

sharifhh commented 7 years ago

in the example you gave us, the first element when i click on the main view the swipe view hide, but the second one when i click on the main view the listener fires and a toast comes with "click on surface" how to do that?

sharifhh commented 7 years ago

Found it holder.swipeLayout.setClickToClose(true);