1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-22 16:23:09 +02:00

set indicator color to gray.

This commit is contained in:
OliE
2018-01-28 16:11:51 +01:00
parent 5aa9a45f5b
commit 1347ca86c3

View File

@@ -84,7 +84,7 @@ public class LinearGaugeView extends View {
textPaint.setTextSize(30); textPaint.setTextSize(30);
indicatorPaint = new Paint(Paint.ANTI_ALIAS_FLAG); indicatorPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
indicatorPaint.setColor(Color.BLACK); indicatorPaint.setColor(Color.GRAY);
indicatorPaint.setTextSize(30); indicatorPaint.setTextSize(30);
infoTextPaint = new Paint(Paint.ANTI_ALIAS_FLAG); infoTextPaint = new Paint(Paint.ANTI_ALIAS_FLAG);