androidscrollviewhorizontal-scrollinghorizontalscrollviewcustom-scrolling

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


Solution

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

    that did the trick :D