forked from organicmaps/organicmaps
[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:
parent
c998e4bb83
commit
cfd17350b5
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue