I am currently trying to change the color of the blue horizontal line that appears when you reach the top or bottom of a scrollview. I tried to dig within the Android res folder but could not find any obvious reference to it.
Any help would be much appreciated.
Thank you.
Update: After having tried to implement a class inheriting ScrollView and settings getSolidColor to an alternative value, it does not seem to work. The horizontal bar that appears when I reach the bottom or top of the scrollview is still in blue.
Update 2: Actually, I should not have mentioned the edge effect color, it was more specifically the overScroll effect, but I was not aware of that term.