-
-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change the color of just one text in the ring (tick) #71
Comments
This could be a nice feature for custom tick. |
yep |
another suggestion would be to be able to change the color of the individual triangles in the ring... |
You can change all triangles color by but, if you really want to do it, you can extends AwesomeSpeedometer and override drawMarks(canvas) method. |
Oh I tried it out but did not work.... I’ll check once again and get back.
Thanks :)
On Sun, 4 Feb 2018 at 8:45 PM, Anas Altair ***@***.***> wrote:
You can change all triangles color by sv_trianglesColor Attribute, but to
change just one is not possible, and it will not be an option in the future.
but, if you really want to do it, you can extends AwesomeSpeedometer
<https://github.com/anastr/SpeedView/blob/master/speedviewlib/src/main/java/com/github/anastr/speedviewlib/AwesomeSpeedometer.java>
and override drawMarks(canvas)
<https://github.com/anastr/SpeedView/blob/master/speedviewlib/src/main/java/com/github/anastr/speedviewlib/AwesomeSpeedometer.java#L150>
method.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVNLlQSoG3nLIiJNHtdUOocwDqKOJw7Cks5tRcl8gaJpZM4R4Kxq>
.
--
With regards
Priyanka Mathikshara
www.mathikshara.com
in.linkedin.com/in/mathikshara
|
Done in v1.2.0. |
woah that's awesome, thanks a lot buddy !!
…On Sun, Apr 1, 2018 at 12:12 PM, Anas Altair ***@***.***> wrote:
Closed #71 <#71>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#71 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AVNLlVVXJbuoB68X4m7wCBYyv1RTliEBks5tkHbLgaJpZM4R4Kxq>
.
--
*With Regards*
*Priyanka Mathikshara*
website <http://www.mathikshara.com/>
LinkedIn <https://in.linkedin.com/in/priyankamathikshara>
Facebook <https://www.facebook.com/priyankamathikshara>
|
Hey,
I would like to know how to change the color of just one tick text ...?
The text was updated successfully, but these errors were encountered: