" java.lang.ClassCastException: android.graphics.drawable.BitmapDrawable cannot be cast to android.graphics.drawable.GradientDrawable
at com.turingtechnologies.materialscrollbar.Indicator.linkToScrollBar(Indicator.java:74)
at com.turingtechnologies.materialscrollbar.MaterialScrollBar$2.onLayoutChange(MaterialScrollBar.java:547)
at android.view.View.layout(View.java:16645)"
What am i missing - the code is almost identical to the demo code
HI
I keep getting the error :
" java.lang.ClassCastException: android.graphics.drawable.BitmapDrawable cannot be cast to android.graphics.drawable.GradientDrawable at com.turingtechnologies.materialscrollbar.Indicator.linkToScrollBar(Indicator.java:74) at com.turingtechnologies.materialscrollbar.MaterialScrollBar$2.onLayoutChange(MaterialScrollBar.java:547) at android.view.View.layout(View.java:16645)"
What am i missing - the code is almost identical to the demo code
Thanks