mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-23 16:53:04 +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();
|
start = text.length();
|
||||||
text.append(formatValue(diff));
|
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(),
|
text.setSpan(new RelativeSizeSpan(0.8f), start, text.length(),
|
||||||
Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user