Anas Altair

Results 30 comments of Anas Altair

i will work on a solution soon Thank you for your participation.

Not supported yet

Hi @FahanBakht , sorry i'm late. please try to change unit like so: ```kotlin rulerView.unit = RulerUnit.IN ``` it may help.

Nope, no update for now.

build your own `RulerView` and change [drawMarks](https://github.com/anastr/RulerView/blob/master/rulerview/src/main/java/com/github/anastr/rulerview/RulerView.kt#L87) method.

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...

Hi @RayBreslin ! Since this's an old and Java version of the library I'm not sure I can help with that. What're you trying to do, and what's the problem...

Thanks for your contributing @RayBreslin . It'd be nice to share a screenshot to look for it later on. Best wishes.

If you're using `sv_speedometerMode` add some `sv_cutPadding`. Otherwise you may need to change `sv_tickPadding`, if it didn't solve the problem please send an image to fix the issue.

Simply, ticks are not designed to be in this way. You need to increase `sv_tickPadding` to match ticks like this [ticks](http://github.com/anastr/SpeedView/wiki/Usage#ticks), add some transparent color to the indicator to see...