Skip to content

Commit 3fbecd0

Browse files
Jean-BaptisteCjeanbaptisteC
authored andcommitted
[android] Fix aligment of turns lanes view in landscape
Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
1 parent 26cdde1 commit 3fbecd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/src/main/res/layout-land/layout_nav_top.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
android:padding="@dimen/margin_half"
127127
android:visibility="gone"
128128
app:layout_constraintStart_toEndOf="@+id/nav_speed_limit"
129-
app:layout_constraintEnd_toEndOf="parent"
129+
app:layout_constraintEnd_toEndOf="@id/street_frame"
130130
app:layout_constraintTop_toBottomOf="@id/street_frame"
131131
app:lanesActiveLaneTintColor="?navLaneArrowActiveColor"
132132
app:lanesInactiveLaneTintColor="?navLaneArrowInactiveColor"

0 commit comments

Comments
 (0)