Skip to content

Commit 5e25df0

Browse files
committed
Sensor rearranged.
1 parent e9fef4f commit 5e25df0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

app/src/main/java/org/wbpbp/preshoes/common/widget/FootPressureView.kt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,15 @@ class FootPressureView(context: Context, private val attrs: AttributeSet)
190190
2 to SensorPoint(0.6f, 0.26f),
191191
3 to SensorPoint(0.42f, 0.3f),
192192
4 to SensorPoint(0.26f, 0.37f),
193-
5 to SensorPoint(0.4f, 0.56f),
194-
6 to SensorPoint(0.26f, 0.5f),
193+
194+
5 to SensorPoint(0.26f, 0.5f),
195+
6 to SensorPoint(0.4f, 0.56f),
195196
7 to SensorPoint(0.28f, 0.63f),
197+
196198
8 to SensorPoint(0.35f, 0.77f),
197-
9 to SensorPoint(0.46f, 0.83f),
198-
10 to SensorPoint(0.24f, 0.83f),
199-
11 to SensorPoint(0.35f, 0.89f)
199+
9 to SensorPoint(0.24f, 0.83f),
200+
10 to SensorPoint(0.35f, 0.89f),
201+
11 to SensorPoint(0.46f, 0.83f)
200202
)
201203

202204
private val sensorPointsRight = sensorPointsLeft.map {

0 commit comments

Comments
 (0)