2013-01-21

Android to disable the blue edge of scroll line on Listview

Some devices or Android formal ICS, you'll see a blue edge when you scroll the listview to the top or bottom. This is called "Overscroll" effect.
If you need to fully customize your listview, sometimes you need to disable this overscroll to prevent the display side-effect.
How to disable it:
listview.setOverScrollMode(OVER_SCROLL_NEVER)

No comments: