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

msb_barThickness is not Integer #86

Closed arshad115 closed 7 years ago

arshad115 commented 7 years ago

In the library it is defined as a dimension. <attr name="msb_barThickness" format="dimension|reference"/>

turing-tech commented 7 years ago

This is correct, no? The thickness sold be given in pixels.

khalid-mahmood commented 7 years ago

@turing-tech not working.. app:msb_barThickness="12dp" working example please

arshad115 commented 7 years ago

No, It gives an error when you enter a value in dp, Also the wiki says its an integer.