Reputation: 331
I mean that i want to get rid of the "end of scrolling indicator" that appears when the user try to overscroll the view:
Upvotes: 5
Views: 1667
Reputation: 331
never mind, i've found a neat feature called android:overScrollMode="never".
that did the trick :D
Upvotes: 9