diff --git a/changelog.d/5062.bugfix b/changelog.d/5062.bugfix new file mode 100644 index 0000000000..ec24bfd6c1 --- /dev/null +++ b/changelog.d/5062.bugfix @@ -0,0 +1 @@ +Show the legal mention of mapbox when sharing location \ No newline at end of file diff --git a/vector/src/main/res/layout/fragment_location_sharing.xml b/vector/src/main/res/layout/fragment_location_sharing.xml index b9f00786de..f9a37a6241 100644 --- a/vector/src/main/res/layout/fragment_location_sharing.xml +++ b/vector/src/main/res/layout/fragment_location_sharing.xml @@ -1,50 +1,51 @@ + android:layout_height="0dp" + app:layout_constraintBottom_toTopOf="@id/shareLocationContainer" + app:layout_constraintTop_toTopOf="parent" + app:mapbox_renderTextureMode="true" + tools:background="#4F00" /> - + app:layout_constraintStart_toStartOf="parent" /> - + - - - + \ No newline at end of file