[android] Moves lane assist away from the center

When centered, the lane assist often covers the route onscreen. By
moving it to the side, it is less likely to cover the center of the
screen, so it is less likely to cover the route.

Needed for: #1404

Signed-off-by: Nathan Varner <nathanmvarner@protonmail.com>
This commit is contained in:
Nathan Varner 2023-03-18 15:18:21 -04:00 committed by Viktor Govako
parent c998e4bb83
commit cfd17350b5

View file

@ -113,6 +113,7 @@
app:layout_constrainedWidth="true"
app:layout_constraintHeight_percent="@fraction/nav_lane_height"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toEndOf="@+id/nav_next_turn_container"
app:layout_constraintTop_toBottomOf="@+id/street_frame"
android:visibility="gone"