mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-23 00:33:09 +02:00
set indicator color to gray.
This commit is contained in:
@@ -84,7 +84,7 @@ public class LinearGaugeView extends View {
|
||||
textPaint.setTextSize(30);
|
||||
|
||||
indicatorPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
|
||||
indicatorPaint.setColor(Color.BLACK);
|
||||
indicatorPaint.setColor(Color.GRAY);
|
||||
indicatorPaint.setTextSize(30);
|
||||
|
||||
infoTextPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
|
||||
|
Reference in New Issue
Block a user