File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -488,6 +488,9 @@ private void visualizeData() {
488488 thermometer .setSpeedAt (tempValue );
489489 if (tempValue > highLimit )
490490 thermometer .setBackgroundCircleColor (Color .RED );
491+ else {
492+ thermometer .setBackgroundCircleColor (getResources ().getColor (R .color .primaryBlue ));
493+ }
491494
492495 timeElapsed = ((System .currentTimeMillis () - startTime ) / updatePeriod );
493496 if (timeElapsed != previousTimeElapsed ) {
Original file line number Diff line number Diff line change 88 <color name =" gray" >#F2ECEC</color >
99 <color name =" black" >#000000</color >
1010 <color name =" background" >#FAFAFA</color >
11+ <color name =" primaryBlue" >#FF48CCE9</color >
1112
1213 <!-- Power Source Colors -->
1314 <color name =" back_circle_color" >#EDEDED</color >
You can’t perform that action at this time.
0 commit comments