SpeedView
SpeedView copied to clipboard
Negative values
Thanks for sharing this awsome project. Is there a way to have negative values? say from -100 to -10? (app:sv_maxSpeed="-10" and app:sv_minSpeed="-100")
It seems that it only accept positive values.
Thanks!
It seems changing both max & min speed from xml has an issue.
I'll fix this issue in the next version. For now you may assign the values from your code using setMinMaxSpeed(min, max)
method.
Thanx for contributing.
Awsome! Thanks a lot for your quick reply! It works from the code. Not a big deal for now if it doesn't work from the layout. Thanks!
Workaround: Can be changed from the code.