MaterialScrollBar
MaterialScrollBar copied to clipboard
An Android library that brings the Material Design 5.1 sidebar to pre-5.1 devices.
Hi! Can you please tell me, does it work inside ScrollView/NestedScrollView wrapped to Linear/Relative/Frame Layout? I have two recyclerviews in my screen. And in the second one I need to...
Hey @krimin-killr21 The `AppBarLayout` is used to perform scrolling techniques one of which is Showing and Hiding `Toolbar` on scroll which affects the `ScrollBar`. I'll try to provide screenshot of...
please add support for StaggeredGridLayoutManager
Hi, I noticed that since v12 the ScrollBar (used programmatically) is not shown. The same configuration for v10 and v11 is working without problem. ``` DragScrollBar materialScrollBar = new DragScrollBar(this,...
java.lang.ArithmeticException: divide by zero at com.turingtechnologies.materialscrollbar.ScrollingUtilities.scrollToPositionAtProgress(ScrollingUtilities.java:116) at com.turingtechnologies.materialscrollbar.MaterialScrollBar.onDown(MaterialScrollBar.java:686) at com.turingtechnologies.materialscrollbar.DragScrollBar$1.onTouch(DragScrollBar.java:79) at android.view.View.dispatchTouchEvent(View.java:9290) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2547) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2240) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2553) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2197) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2553) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2197) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2553) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2197) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2553)...
Hey. It's a great library but one thing. When i used Linear Layout for item_layout instead of RelativeLayout it crashed. `FATAL EXCEPTION: main Process: com.juvosleep, PID: 3387 java.lang.ClassCastException: android.widget.LinearLayout$LayoutParams cannot...
Hi ! It's a great library. I just want to know if it's possible to create custom indicator like the picture shown below ? I've looked that ICustomAdapter only can...
`requestLayout() improperly called by com.turingtechnologies.materialscrollbar.AlphabetIndicator{9626e1b I.E...... ......ID 1084,0-1346,262} during layout: running second layout pass` I am getting this issue when scrolling through the recyclerView.
I am using "DragScrollBar" via XML Method and its working fine. But I am having this one issue that, its not showing character indicator for the last item in RecyclerView....
when set layoutManager.reverseLayout = true,scrollbar not working