Reputation: 2947
I need help to find the correct command, on android, to remove the blue edge lines of a scrollable listview.
As an example, here it is the image related:
unfortunately, I can't find any example on this problem.
Upvotes: 4
Views: 2072
Reputation: 20239
This is called overscroll and can be disabled with .setOverScrollMode(OVER_SCROLL_NEVER)
Upvotes: 6