mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-17 22:11:35 +02:00
removed gray color for diff value
This commit is contained in:
@@ -466,8 +466,6 @@ public abstract class FloatMeasurementView extends MeasurementView {
|
||||
|
||||
start = text.length();
|
||||
text.append(formatValue(diff));
|
||||
text.setSpan(new ForegroundColorSpan(Color.GRAY), start, text.length(),
|
||||
Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
||||
text.setSpan(new RelativeSizeSpan(0.8f), start, text.length(),
|
||||
Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user