daimajia / AndroidSwipeLayout

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

How can I collapse the surface view when the bottom views have been showed? #309

Open aldajo92 opened 8 years ago

aldajo92 commented 8 years ago

So... I want to collapse the surface view, no moving... Thanks for your time...

AkshayGangurde commented 8 years ago

Same as what I want How to close previously swiped on scroll / new swipe / on click of background view.

JackyDuong commented 8 years ago

Hello guys,

You can find your answer in all adapters proposed by the package (e.g. BaseSwipeAdapter, ArraySwipeAdapter, CursorSwipeAdapter, SimpleCursorSwipeAdapter). All of these adapters implement SwipeItemMangerInterface which has some methods that you need.

Hope will help you.