0

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

Larger indicator with arrows

Thank you :)

2
  • Look at here stackoverflow.com/questions/6273335/… Commented Jan 18, 2014 at 13:07
  • view.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY) does not help either. I want to keep small scroll bar but want to remove additional scroll indicator with up down arrows that appear on scroll Commented Jan 18, 2014 at 13:14

1 Answer 1

0

To remove scrollbar (indicator) add this in xml layout file

android:scrollbars="none" android:scrollbarStyle="insideOverlay" 

Fore more about scrollview visit this link

Sign up to request clarification or add additional context in comments.

6 Comments

Actually I want to keep small scroll indicator, I want to remove additional scroll indicator that appear with up down arrows when scroll view is large.
After seen your screenshot i can say that its accrue due to android theme or build version is older...
actually i have the latest android on my HTC one. There's two inidicators appearing, one is slightly smaller usual and when we scroll further there's this additional one coming up. But some other apps installed from Google Play doesn't have this I installed on my android device
you mean layout xml file?
|

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.