android-scrollbar Questions
5
Solved
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
andro...
Granlund asked 15/2, 2016 at 0:37
4
Solved
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 :
// Ver...
Gumbo asked 27/4, 2014 at 4:33
5
Solved
In an Android ListView, how can I make the scrollbar appear on the left side?
Vanatta asked 31/5, 2012 at 2:55
12
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://schema...
Howie asked 9/12, 2014 at 10:6
6
Solved
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 ...
Luben asked 8/6, 2011 at 1:29
3
<android.support.v7.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ddd"
android:fadeScroll...
Merce asked 20/7, 2016 at 18:17
13
Solved
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...
Wristlet asked 27/3, 2010 at 2:27
1
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"...
Soubise asked 5/12, 2017 at 18:10
2
I'm trying to change the outlook of the scrollbar thumb for a ListView.
I added the following property to the listview:
android:scrollbarThumbVertical="@drawable/scrollbar_vertical_thumb"
scr...
Illness asked 21/8, 2013 at 15:48
0
I don't want my custom scrollbar thumb to grow and shrink with the list size. While it worked with ListView and GridView, I can't find any way of doing it with RecyclerView.
I could find fast scr...
Timoshenko asked 2/3, 2016 at 3:23
2
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 ve...
Quipster asked 14/3, 2015 at 19:28
3
Solved
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="45"...
Puisne asked 26/12, 2013 at 9:41
4
Hopefully a simple one.
v4.0.3
I have a ListView and want to leave a margin of 10dip right and left.
The content is easy of course, but I want the divider line to have a 10dip margin right and l...
Crawford asked 9/2, 2012 at 10:53
2
Solved
I have this layout, and it's scaled weirdly (probably due to inadviseable layout nesting) if I do not use fillviewport=true in my HorizontalScrollView.
Everything works peachy (except for the odd...
Smaragdine asked 15/3, 2011 at 3:55
1
© 2022 - 2024 — McMap. All rights reserved.