mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
[android] Fix aligment of turns lanes view in landscape
Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
committed by
jeanbaptisteC
parent
26cdde144a
commit
3fbecd00d5
@@ -126,7 +126,7 @@
|
|||||||
android:padding="@dimen/margin_half"
|
android:padding="@dimen/margin_half"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintStart_toEndOf="@+id/nav_speed_limit"
|
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:layout_constraintTop_toBottomOf="@id/street_frame"
|
||||||
app:lanesActiveLaneTintColor="?navLaneArrowActiveColor"
|
app:lanesActiveLaneTintColor="?navLaneArrowActiveColor"
|
||||||
app:lanesInactiveLaneTintColor="?navLaneArrowInactiveColor"
|
app:lanesInactiveLaneTintColor="?navLaneArrowInactiveColor"
|
||||||
|
|||||||
Reference in New Issue
Block a user