[android] Fix aligment of turns lanes view in landscape

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-10-14 19:45:47 +02:00
committed by jeanbaptisteC
parent 26cdde144a
commit 3fbecd00d5

View File

@@ -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"