1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-20 07:21:40 +02:00

changed colour of visceral fat measurement

This commit is contained in:
OliE
2018-05-13 20:06:30 +02:00
parent 69a652ef51
commit e969efd798

View File

@@ -67,7 +67,7 @@ public class VisceralFatMeasurementView extends FloatMeasurementView {
@Override
public int getColor() {
return Color.parseColor("#8d6e63");
return Color.parseColor("#00bfa5");
}
@Override