1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-22 08:13:43 +02:00

make the graphs in statistic page higher

This commit is contained in:
oliexdev
2023-02-11 21:38:00 +01:00
parent 6026a82386
commit 8f7c311395

View File

@@ -69,7 +69,7 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/endValueView" app:layout_constraintEnd_toStartOf="@+id/endValueView"
app:layout_constraintStart_toEndOf="@+id/startValueView" app:layout_constraintStart_toEndOf="@+id/startValueView"
app:layout_constraintTop_toBottomOf="@+id/statisticValueView" /> app:layout_constraintTop_toBottomOf="@+id/measurementName" />
<TextView <TextView
android:id="@+id/endValueView" android:id="@+id/endValueView"