microsoftarchive / android-sliding-layer-lib

Highly customizable SlidingLayer as you have seen in Wunderlist
http://wunderlist.com
Apache License 2.0
932 stars 277 forks source link

ListView scroll doesnt close the sliding layer #103

Open sayoojvalsan-demandmedia opened 8 years ago

sayoojvalsan-demandmedia commented 8 years ago

I have a listview inside the panel. It works well but when I scroll and reach the top of the listview, I need the slider to close. Its not working coz the listview is consuming all the events.

How do I tell the slider to close when the listview is scrolled to the top. ?

shivamsriva31093 commented 6 years ago

Use the listview scroll event to detect the top/first item and do stuff with slidinglayer interaction listeners.