From 8f7c31139544116fd7c4f1e47e80506372369181 Mon Sep 17 00:00:00 2001 From: oliexdev Date: Sat, 11 Feb 2023 21:38:00 +0100 Subject: [PATCH] make the graphs in statistic page higher --- android_app/app/src/main/res/layout/item_statistic.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android_app/app/src/main/res/layout/item_statistic.xml b/android_app/app/src/main/res/layout/item_statistic.xml index 3635fcfb..d3861167 100644 --- a/android_app/app/src/main/res/layout/item_statistic.xml +++ b/android_app/app/src/main/res/layout/item_statistic.xml @@ -69,7 +69,7 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@+id/endValueView" app:layout_constraintStart_toEndOf="@+id/startValueView" - app:layout_constraintTop_toBottomOf="@+id/statisticValueView" /> + app:layout_constraintTop_toBottomOf="@+id/measurementName" />