SpeedView icon indicating copy to clipboard operation
SpeedView copied to clipboard

Negative values

Open kamanlid opened this issue 2 years ago • 3 comments

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!

kamanlid avatar Feb 21 '22 15:02 kamanlid

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.

anastr avatar Feb 21 '22 16:02 anastr

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!

kamanlid avatar Feb 21 '22 17:02 kamanlid

Workaround: Can be changed from the code.

kamanlid avatar Feb 21 '22 17:02 kamanlid