From 3d9934f43ef75a2a1a1f13395e7026f9c53c01af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20N=C3=BCsse?= Date: Mon, 5 Feb 2024 14:51:11 +0100 Subject: [PATCH] fix scroll issue on map-selected-target-location --- .../main/res/layout/activity_directions.xml | 34 ++++++++++++------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/layout/activity_directions.xml b/app/src/main/res/layout/activity_directions.xml index d331120f2..10281f03c 100644 --- a/app/src/main/res/layout/activity_directions.xml +++ b/app/src/main/res/layout/activity_directions.xml @@ -1,40 +1,48 @@ - + android:fitsSystemWindows="false"> + android:layout_width="0dp" + android:layout_height="wrap_content" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> - + tools:layout="@layout/fragment_directions_form" /> + android:paddingStart="4dp" + android:paddingEnd="4dp" + app:layout_behavior="@string/appbar_scrolling_view_behavior" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/appBarLayout" /> - +