I have tried below things to disable the blue shadow while scrolling
All of this doesn't work:
android:fadingEdge="none"
android:background="@null"
android:cacheColorHint="@null"
Use this in your XML ScrollView
:
android:overScrollMode="never"
You can set to "always", "never", or "ifContentScrolls".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With