Skip to main content
91 votes
13 answers
167k views

Until now I have been an iPhone developer only and now I have decided to give Android a whirl. Something I haven't been able to figure out on Android is how to programmatically prevent scrolling in a ...
Jake Sankey's user avatar
  • 5,157
34 votes
3 answers
40k views

Currently this is my scrollbar.xml file: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" > <gradient android:angle="...
Michael Yaworski's user avatar
49 votes
12 answers
48k views

I've got a RecyclerView and would like to have scrollbar showing, when it covers more than one page. I get no scrollbar at all. Any idea? My layout: <LinearLayout xmlns:android="http://schemas....
Michael Schmidt's user avatar
40 votes
5 answers
24k views

How can I change the color of my scrollbar in a recyclerView? I have the scrollbar but I want to change its color. My recyclerView is like this: <android.support.v7.widget.RecyclerView ...
Yass's user avatar
  • 557
105 votes
6 answers
127k views

My Android app has a main WebView (HTML loaded from a local resource) which I want to use the entire width of the screen and be able to make (vertically) scrollable. So I've wrapped the WebView in a ...
Mick Byrne's user avatar
  • 14.6k
31 votes
5 answers
16k views

In an Android ListView, how can I make the scrollbar appear on the left side?
Adham's user avatar
  • 65k
4 votes
4 answers
15k views

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 : // ...
Manoj Fegde's user avatar
  • 4,771
6 votes
2 answers
5k views

Background I've made a tiny library, which shows how to mimic the style of the stock contacts app of Android Lollipop, here. The problem It seems that on Android 5.1 , the fast scroller looks very ...
android developer's user avatar
6 votes
1 answer
3k views

I am working on the Simple demo of Horizontal RecyclerView. I want to display scrollbar along with the recyclerview. So I have added android:scrollbars="horizontal" and android:scrollbarSize="5dp" in ...
Ronak Thakkar's user avatar
3 votes
1 answer
5k views

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 ...
Turnsole's user avatar
  • 3,472
2 votes
1 answer
4k views

I'm using CSS media queries to adjust a site's layout based on the resolution/device. I've got the layout looking nice, but I can't make the horizontal scrollbar disappear. I've also tried eliminating ...
Ben Zalasky's user avatar
1 vote
3 answers
1k views

How can I change the color of the spinner's popup scrollbar? For some reason the color of the scrollbar is currently white on a white background, it is not visible.
Daniele B's user avatar
  • 20.6k
0 votes
4 answers
10k views

I have 3 components on my application, 1 textview(inputType:textMultiline, scrollbar:vertical, gravity:bottom|right) at the top, 1 editview at the middle and 1 button at the bottom. When I type ...
ron's user avatar
  • 19