QuickReturnListView
QuickReturnListView copied to clipboard
A implementation of Roman Nurik's and Nick Butcher's Quick Return UI patern for a listview.
I need It in recyclerview!
Hi! How can I use this lib, but with the "tabs" inside the "sticky view" and the scrollview inside a viewpager -> ``` ------------------------ | header | ------------------------ | Tab...
This happens when the adapter has been already set and then dynamically adding items to the list.
Fix performance issue on touch outside list.
When there is a padding on top of listView is present, scroll is not recognized. I modified scrollY in your QuickReturnUtils .getScrollY(AbsListView lv) as "scrollY = -(c.getTop()) + lv.getPaddingTop();". Works...
If the rawY value is less than zero then the top of the first list item is below the top of the ScrollView. In this case the expanded quick return...
what should i change in my code?
I've tried using your code but it severely lags when using a custom adapter. Looping through every view in computeScrollY() and inflating tons of views seems terribly inefficient and I...