Skip to content

Commit

Permalink
again the navigation view issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoGetup committed Feb 1, 2019
1 parent d20b5b2 commit 89d92ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/src/main/res/layout/activity_corridor_navigation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,19 @@

<com.mapbox.services.android.navigation.ui.v5.NavigationView
android:id="@+id/navigationView"
android:layout_width="638dp"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.0"
app:navigationDarkTheme="@style/CustomNavigationViewLight"
app:navigationLightTheme="@style/CustomNavigationViewLight"
mapbox:mapbox_cameraTargetLat="52.520008"
mapbox:mapbox_cameraTargetLng="13.404954"
mapbox:mapbox_cameraZoom="12"
mapbox:mapbox_styleUrl="mapbox://styles/mapbox/streets-v10"
tools:layout_editor_absoluteX="0dp">
mapbox:mapbox_styleUrl="mapbox://styles/mapbox/streets-v10">

</com.mapbox.services.android.navigation.ui.v5.NavigationView>

Expand Down

0 comments on commit 89d92ea

Please sign in to comment.