illeb
illeb

Reputation: 2947

How do I remove the blue edge scroll lines of a listview?

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

Answers (1)

P Varga
P Varga

Reputation: 20239

This is called overscroll and can be disabled with .setOverScrollMode(OVER_SCROLL_NEVER)

Upvotes: 6

Related Questions