daimajia / AndroidSwipeLayout

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

How close open item when i touch listview #195

Open yaming116 opened 9 years ago

ipaddr commented 9 years ago

You could extend SwipeLayout class and implement GestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener on your listview, and then post event from your listview to SwipeLayout to close it.