1
0
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:
oliexdev
2019-02-11 18:45:14 +01:00
parent dd3af28067
commit 1d65386c67

View File

@@ -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);
}