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

Resolves issue #14. #15

Open ghost opened 10 years ago

ghost commented 10 years ago

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 view should only slide up as far as the top of the initial list item and the view state should return to the initial STATE_ONSCREEN value.

14