MaterialScrollBar icon indicating copy to clipboard operation
MaterialScrollBar copied to clipboard

An Android library that brings the Material Design 5.1 sidebar to pre-5.1 devices.

Results 30 MaterialScrollBar issues
Sort by recently updated
recently updated
newest added

Hey, first thanks for the amazing library. Could you please publish this library on jcenter or maven? Because adding jitpack to my gradle files is causing some instability when syncing...

I even set it up with a regular RelativeLayout and converted it. Nothing works in Constraint Layout RelativeLayout version: ConstraintLayout

Crash in some device: 1. Model: LG-F160 Board: Gv Android API: 16 Android OS: 4.1.2 2. Model: SM-G928C Board: Universal7420 Android API: 24 Android OS: 7.0 Here is log stack...

bug
unable-to-replicate

I jumped from 12.3.1 to 12.3.5, and now, I get "RuntimeException: Cannot make calls to a recycled instance!" when calling viewGroup.addView(scrollBarView). > java.lang.RuntimeException: Cannot make calls to a recycled instance!...

bug
unable-to-replicate

The programmatic constructor MaterialScrollBar(Context context, RecyclerView recyclerView, boolean lightOnTouch) cannot be used, because it calls method generalSetup(); which works with member field private TypedArray a; which in case of programmatic...

setScrollBarHidden(true) does not work and the scroll bar is still visibile.

bug
unable-to-replicate

I am testing recyclerview with header with google default example project, so i am following https://github.com/turing-tech/MaterialScrollBar/wiki/Header-Tutorial But the result of the drag scroller text when expanded is wrong It should...

wontfix

RecyclerView is empty and scrollbar still shows. I tried setVisibility(View.GONE) but does not work.

bug
unable-to-replicate

How do i force the scrollbar indicator to stay below the appbar? The scrollbar is already at the top but the indicator is being hidden behind the toolbar. See example...

bug

I couldn't find any documentation on how to increase the touch area of the DragScrollBar (it's pretty hard to catch it unless you make it pretty fat). In the end,...

enhancement
todo