I need to change the color of blue glow that appears when you can't scroll anymore.
How can I change it app-wide?
I need to change the color of blue glow that appears when you can't scroll anymore.
How can I change it app-wide?
You'll need to make your own overscroll drawable in the right color. You can see how to set the drawables in this answer.
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.