sergejsha / pinned-section-listview

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

Listview when scroll with shadow? #74

Closed MIkeeJY closed 9 years ago

MIkeeJY commented 9 years ago

Hi everybody,I found a problem that when listview swipe down,there always with shadow,but I have set listview.setOverScrollview "never",but it doesn't work...

MIkeeJY commented 9 years ago
android:overScrollMode="never"
 android:cacheColorHint="#00000000"

Still not work..

MIkeeJY commented 9 years ago

Finally,I know it initShadow(false);

Zengminjie commented 8 years ago

hello ,dear author !! personally I think this shadow should be close as initial ... or at least wrote this function in Readme.md , I hard to distinguish whether it's system 's effect or library 's effect ...and thank @MIkeeJY ,you save my day !!!