diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-05-02 07:44:38 +0200 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-05-02 19:48:23 +0200 |
commit | 91f28f1639b6b2e382f68fbd651cd24b8255d3a6 (patch) | |
tree | 288b9de73308753fc542b134ef574c58766a629c /app/src/main/res/layout | |
parent | a0ee04ea9dbc0802c828afdf660eb37dc6fa350f (diff) |
1167: replace Mapbox with maplibre 10.0.2
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_fake_location.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_fake_location.xml b/app/src/main/res/layout/fragment_fake_location.xml index 47b86bf..dd375af 100644 --- a/app/src/main/res/layout/fragment_fake_location.xml +++ b/app/src/main/res/layout/fragment_fake_location.xml @@ -76,13 +76,12 @@ android:id="@+id/mapView" android:layout_height="match_parent" android:layout_width="match_parent" - mapbox:mapbox_cameraZoom="8" /> <ImageView android:id="@+id/centered_marker" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:src="@drawable/mapbox_marker_icon_default" + android:src="@drawable/maplibre_marker_icon_default" android:layout_gravity="center" android:visibility="gone" /> |