Ensure mapbox legal mention are displayed on the map

This commit is contained in:
Benoit Marty 2022-01-26 00:22:07 +01:00
parent 38a6c3ea61
commit 793cdf8f87
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@
<im.vector.app.features.location.MapTilerMapView <im.vector.app.features.location.MapTilerMapView
android:id="@+id/mapView" android:id="@+id/mapView"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@id/shareLocationContainer"
app:layout_constraintTop_toTopOf="parent"
app:mapbox_renderTextureMode="true" /> app:mapbox_renderTextureMode="true" />
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout