1

I'd like to remove the blue glow in ScrollView and keep overscrolling so overScrollMode="never" is not an option. Is there any way to do it on API 10? Or at least not higher than 14.

Greyshack
  • 1,901
  • 7
  • 29
  • 48

1 Answers1

0

I think you need to remove the fading edge of the scrollview and as far my knowledge there is a property in the view i.e setScrollbarFadingEnabled(boolean) to enable or disable the fading edge.

You can give it a try as it is from API level 5.

varun bhardwaj
  • 1,522
  • 13
  • 24