In android scroll bar there seem to be an additional indicator appearing top of small scroll indicator with up down arrows, is it possible to remove this additional larger scroll indicator. I might have missed the api method in ScrollView.
setOverScrollMode(View.OVER_SCROLL_NEVER)
But I do not want to remove small scroll indicator appearing.
this also didn't remove the additional larger indicator with arrows
Thank you :)