daimajia / AndroidSwipeLayout

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

Adapter for ExpandableListView #347

Open JackyDuong opened 8 years ago

JackyDuong commented 8 years ago

I have a ExpandableListView and i want to add this SwipeLayout to all childs of my ExpandableList. Which adapter must I use ?

For the moment, the SwipeLayout works with BaseExpandableListAdapter for Android 5.x+. But it sill have an issue with 4.4.x on swipe to show the hiden layout : After swipe to show the layout in behind, the layout resets directly the list item.

galax00 commented 6 years ago

hi. can i see your adapter please