From 635f4557272b681a609f684409842e997fdbe0c6 Mon Sep 17 00:00:00 2001 From: oliexdev Date: Sun, 12 Feb 2023 16:33:34 +0100 Subject: [PATCH] moved a bit the range option menu out of the chart view --- android_app/app/src/main/res/layout/fragment_overview.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android_app/app/src/main/res/layout/fragment_overview.xml b/android_app/app/src/main/res/layout/fragment_overview.xml index 8fbb56a0..0b4bde69 100644 --- a/android_app/app/src/main/res/layout/fragment_overview.xml +++ b/android_app/app/src/main/res/layout/fragment_overview.xml @@ -28,7 +28,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="8dp" - android:layout_marginBottom="40dp" + android:layout_marginBottom="16dp" android:scaleType="centerInside" android:translationZ="10dp" app:layout_constraintBottom_toBottomOf="@+id/chartView"