sergejsha / pinned-section-listview

Easy to use ListView with pinned sections for Android.
2.59k stars 808 forks source link

ListView padding gets ignored #4

Closed MatthiasRobbers closed 11 years ago

MatthiasRobbers commented 11 years ago

Thanks for the implementation!

When the ListView has padding, the pinned view still sticks to the top left of the parent on scrolling.

sergejsha commented 11 years ago

I have just pushed the fix. Would you please pull the changes and confirm they work for you. Thanks!

MatthiasRobbers commented 11 years ago

Works great, thank you!