MaterialScrollBar
MaterialScrollBar copied to clipboard
An Android library that brings the Material Design 5.1 sidebar to pre-5.1 devices.
Work perfectly implementation 'com.github.turing-tech:MaterialScrollBar:13.+' Don't work implementation 'com.github.turing-tech:MaterialScrollBar:13.4.1'
When list is not in motion hide the handle. When list comes back to motion show the handle but in a fading manner.
Getting error at **AlphabetIndicator.java line 35** com.turingtechnologies.materialscrollbar.AlphabetIndicator.getTextElement Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'char java.lang.Character.charValue()' on a null object reference at com.turingtechnologies.materialscrollbar.AlphabetIndicator.getTextElement + 35(AlphabetIndicator.java:35) at com.turingtechnologies.materialscrollbar.AlphabetIndicator.getTextElement + 25(AlphabetIndicator.java:25)...
No resource identifier found for attribute 'appComponentFactory'
When I scroll using the DragScroll, the BottomAppBar does not auto hide or show, like so: https://cdn-images-1.medium.com/max/800/1*0uL_CBUwf2yElYVe6wpiig.gif I tried adding a ScrollListener to the DragScroll, but I did not find...
Similar to this [Issue](https://github.com/turing-tech/MaterialScrollBar/issues/66). Exception being thrown is IndexOutOfBoundsException, not ArrayIndexOutOfBoundsException. So the solution would be to catch parent exception.
Replacement Indicator layout from RelativeLayout to CardViewLayout, or add code to Indicator construction method, but can't work before lollipop ``` customIndicator.elevation = 8f customIndicator.outlineProvider = ViewOutlineProvider.BACKGROUND
I can clearly see in your code that initially the thumb is 18 dp wide, while the track is 14 dp wide. Setting custom width using "msb_barThickness" attribute makes them...