Questions tagged [android-scrollbar]
96 questions
4
votes
3 answers
How I can show ScrollView scroll-bar for 2 seconds on activity create?
I just want to show the scrollbar for 2 sec when view is created. Is there any attribute for this?
Actually it show when user touch the screen but I want to show it automatically for a few seconds so user can know this view is scroll-able.…

Arslan Anwar
- 18,746
- 19
- 76
- 105
4
votes
4 answers
Android: Make multiline edittext scrollable, disable in vertical scroll view
I am developing an application in which i am struct at a point.
As according to my application requirement i created horizontal scrollview in xml and then vertical scrollview in .java as :
// Vertical Scroll view in Linear layout
ScrollView…

Manoj Fegde
- 4,786
- 15
- 50
- 95
3
votes
1 answer
smooth horizontal scrolling in webview
I have a wevbiew with a number of 'pages' (columns of text) in it, and want to be able to scroll horizontally between columns in response to Fling gestures. I can do this fine using scrollTo(), but that is rather sudden and I'd really like to be…

Turnsole
- 3,422
- 5
- 30
- 52
3
votes
1 answer
Android official alphabet fast scroll view
Is there an Android official alphabet fast scroll view? If yes, how to use it?
And I find some third party lib like MaterialScrollBar, but I prefer official version if it exists.
Any help is very appreciated.

Smiles
- 481
- 1
- 6
- 15
3
votes
1 answer
Hide scrollbars in complete application
I need to remove scrollbars from the complete application.
I want to avoid the trouble of writing android:scrollbars="none" in all the ScrollViews defined in my application.
Now, here is what I have tried to do :
styles.xml