Pygmalion69 / Gauge

A Gauge View for Android
Apache License 2.0
68 stars 26 forks source link

Add capability to set colors programmatically #16

Open Xav21 opened 3 years ago

Xav21 commented 3 years ago

Thank for your excellent job ! I woud libe to change gauge colors by value at runtime.

By adding in the class something like ?

public void setFaceColor(int c) { faceColor = c; }; public void setScaleColor (int c) { scaleColor = c; }; public void setneedleColor(int c) { needleColor = c; };

Happy Xmas! Xavier

blakegover commented 3 years ago

I second the motion, It would be very useful to be able to change the faceColor programmatically as mentioned above

Thank you for a great set of gauges, Best Regards, Blake