Skip to content
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

6. TubeSpeedometer backgroundColor #128

Closed
ianvasco opened this issue Dec 5, 2018 · 1 comment
Closed

6. TubeSpeedometer backgroundColor #128

ianvasco opened this issue Dec 5, 2018 · 1 comment

Comments

@ianvasco
Copy link

ianvasco commented Dec 5, 2018

Found out that changing the background color as described:

// change Speedometer background Color.
tubeSpeedometer.setSpeedometerColor(Color.GRAY);

XML

app:sv_speedometerColor="#77"

won't work. You need to set it up in XML as

app:sv_speedometerBackColor

or using the same method as well in code.

@anastr
Copy link
Owner

anastr commented Feb 6, 2019

is there any problem with it?
TubeSpeedometer doesn't have "SpeedometerColor" it has "sv_lowSpeedColor, sv_mediumSpeedColor, sv_highSpeedColor" and sv_speedometerBackColor for background of tube...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants