0

I need to change the color of blue glow that appears when you can't scroll anymore.

How can I change it app-wide?

xx77aBs
  • 4,678
  • 9
  • 53
  • 77

2 Answers2

1

You'll need to make your own overscroll drawable in the right color. You can see how to set the drawables in this answer.

Community
  • 1
  • 1
Haldean Brown
  • 12,411
  • 5
  • 43
  • 58
1

The blue glow is created with the EdgeEffect class. There is a third party library called EdgeEffectOverride that allows you to style the EdgeEffects of ListView's and ScrollView's without having to create any custom images.

jhotovy
  • 116
  • 3