turing-tech / MaterialScrollBar

An Android library that brings the Material Design 5.1 sidebar to pre-5.1 devices.
Apache License 2.0
781 stars 126 forks source link

fixed crash on setting custom thickness #112

Closed androideveloper closed 6 years ago

androideveloper commented 6 years ago

After setting custom thickness on TouchScrollBar app:msb_barThickness="8dp", the app crash. This is due to incorrect typed array usage in child class. Here is a fix :)

androideveloper commented 6 years ago

Any updates?

turing-tech commented 6 years ago

Apologies, I'm looking into it now

androideveloper commented 6 years ago

Thanks! When will the next version be available?

turing-tech commented 6 years ago

I'm working on fixing some other issues. It should be available within the next few days (today possibly).

androideveloper commented 6 years ago

Thanks, will give it a try soon!