LarsWerkman / QuickReturnListView

A implementation of Roman Nurik's and Nick Butcher's Quick Return UI patern for a listview.
Apache License 2.0
698 stars 187 forks source link

scrollY not updated when padding on top of listView is present #18

Open sreeram103610 opened 10 years ago

sreeram103610 commented 10 years ago

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 fine now.