timroes / EnhancedListView

[DEPRECATED] An Android ListView with enhanced functionality (e.g. Swipe To Dismiss or Undo)
Other
463 stars 147 forks source link

Fix offset error when ListView has headers, preventing swipe #48

Open dhleong opened 10 years ago

dhleong commented 10 years ago

Repro:

Add a header view, scroll so header view is off-screen; now, the first item in the ELV won't be scrollable

Also: 2af4137 fixes a bug where the ELV-specified OnScrollListener would be squashed if the user needs to specify their own