android-sliding-layer-lib
android-sliding-layer-lib copied to clipboard
ListView scroll doesnt close the sliding layer
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. ?
Use the listview scroll event to detect the top/first item and do stuff with slidinglayer interaction listeners.