Skip to main content
0 votes
1 answer
117 views

I have Recycler View (inside SwipeRefreshLayout) with vertical scrollbar with custom thumb color: <androidx.swiperefreshlayout.widget.SwipeRefreshLayout android:id="@+id/...
BochenChleba's user avatar
0 votes
0 answers
142 views

I am extending RecyclerView.ItemDecoration to define a class that enables a RecyclerView to make header view's sticky when they are at the top of the RecyclerView. For this, I need to override ...
David Read's user avatar
  • 1,139
0 votes
1 answer
266 views

I am using NestedScrollView control in my Xamarin Android application as recommended in Android forums. In which the scrollbars are not visible, but the scrolling is working. I want to enable to ...
DeepakG's user avatar
  • 17
1 vote
1 answer
1k views

Is there a possibility to keep the scroll-bar of a fast-scrolling recyclerview from fading? Right now I have this recyclerview: <androidx.recyclerview.widget.RecyclerView android:id="@+id/...
Sarah Multitasker's user avatar
1 vote
1 answer
3k views

I need to make RecyclerView Scrollbar always visible. Scrollbar hiding is the default feature of RecyclerView. How can I do it? Any help would be appreciated. Thanks in Advance.
Al-Amin's user avatar
  • 1,387
1 vote
0 answers
165 views

I have got a horizontal recyclerView which use horizontal custom scrollbars but i have an issue, thumb is over than the track, how can i specify the width of track for scrollbar? here is my ...
Женя Якорев's user avatar
1 vote
1 answer
900 views

How can I change the default color of scrollbar present in the spinner? is it possible to do it on an app level? <Spinner android:id="@+id/location" style="@style/Widget.AppCompat....
Feroz Siddiqui's user avatar
0 votes
1 answer
181 views

I'm trying to do a Widget with a ListView, but I want to show the ScrollBar really in the right side, without any padding. I want it like the gmail calendar Widget. I will show you how with pictures: ...
Slashhh's user avatar
  • 179
3 votes
1 answer
3k views

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 ...
Smiles's user avatar
  • 491
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
0 votes
1 answer
1k views

I am trying to do something like this: I just need to put the scrollbar of the recycler in that position overlaping the views and no more. Why? Easy, this interface is a little complex to achieve ...
Deneb Chorny's user avatar
0 votes
0 answers
58 views

i tried make a custom scrollbar style, but it show nothing when the app is running, here is my style <style name="scrollbar_shape_style"> <item name="android:...
MNFS's user avatar
  • 305
3 votes
1 answer
435 views

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 ...
Suraj Makhija's user avatar
3 votes
1 answer
3k views

I have bellow xml : <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/scrollProvince" android:...
user avatar
0 votes
2 answers
2k views

I'm trying making a scrollable horizontal progress bar. Therefore I put the progress bar in Horizontal scroll view and set progress bar min width to 1000 (it's double my screen width). But I still can'...
AsfK's user avatar
  • 3,496

15 30 50 per page
1
2 3 4 5
7