Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: Disable HorizontalScrollView end of scrolling edge

I mean that i want to get rid of the "end of scrolling indicator" that appears when the user try to overscroll the view:
enter image description here

like image 962
MightySarion Avatar asked Aug 24 '15 00:08

MightySarion


1 Answers

never mind, i've found a neat feature called android:overScrollMode="never".

that did the trick :D

like image 55
MightySarion Avatar answered Sep 22 '22 03:09

MightySarion