From 3fbecd00d54c95c6b8b68ef918812dc1ea40ad65 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Tue, 14 Oct 2025 19:45:47 +0200 Subject: [PATCH] [android] Fix aligment of turns lanes view in landscape Signed-off-by: Jean-Baptiste --- android/app/src/main/res/layout-land/layout_nav_top.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/res/layout-land/layout_nav_top.xml b/android/app/src/main/res/layout-land/layout_nav_top.xml index 69183fd2d..e6fcfaeb6 100644 --- a/android/app/src/main/res/layout-land/layout_nav_top.xml +++ b/android/app/src/main/res/layout-land/layout_nav_top.xml @@ -126,7 +126,7 @@ android:padding="@dimen/margin_half" android:visibility="gone" app:layout_constraintStart_toEndOf="@+id/nav_speed_limit" - app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintEnd_toEndOf="@id/street_frame" app:layout_constraintTop_toBottomOf="@id/street_frame" app:lanesActiveLaneTintColor="?navLaneArrowActiveColor" app:lanesInactiveLaneTintColor="?navLaneArrowInactiveColor"