I have a ListView
, and a custom style that basically looks just like Holo, but with yellow accents instead of blue.
When I scroll to the bottom or top of the list, I get the un-fitting blue. I made custom drawables for overscroll_glow.png
and overscroll_edge.png
, but I don't know how to use them.
How can I get my ListView
to use these drawables instead of the system ones?
Would the OverScroller
class help?