sergejsha / pinned-section-listview

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

how to remove white shadow on top #29

Closed NikoYuwono closed 10 years ago

NikoYuwono commented 10 years ago

When scrolled to the top, the section will have white shadow on the top of the section, how to remove it? already tried to use setShadowVisible(false) but it still show up

sergejsha commented 10 years ago

Check out demo app. Calling setShadoeVisible(false) does the trick.