Skip to content

Commit

Permalink
refactor: rename namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
clementgayvallet committed Jun 4, 2024
1 parent 92c6876 commit 87b46c0
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 49 deletions.
14 changes: 7 additions & 7 deletions app/src/main/res/layout/activity_custom_styles.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mapbox="http://schemas.android.com/apk/res-auto"
xmlns:maplibre="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">

Expand All @@ -24,12 +24,12 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="11"
mapbox:maplibre_cameraTargetLat="40.73581"
mapbox:maplibre_cameraTargetLng="-73.99155"
mapbox:maplibre_cameraZoom="11"
mapbox:maplibre_uiAttribution="true"
mapbox:maplibre_uiAttributionMarginLeft="5dp"
mapbox:maplibre_uiLogo="false" />
maplibre:maplibre_cameraTargetLat="40.73581"
maplibre:maplibre_cameraTargetLng="-73.99155"
maplibre:maplibre_cameraZoom="11"
maplibre:maplibre_uiAttribution="true"
maplibre:maplibre_uiAttributionMarginLeft="5dp"
maplibre:maplibre_uiLogo="false" />
</LinearLayout>

</androidx.constraintlayout.widget.ConstraintLayout>
14 changes: 7 additions & 7 deletions app/src/main/res/layout/activity_data_map.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mapbox="http://schemas.android.com/apk/res-auto"
xmlns:maplibre="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand All @@ -10,11 +10,11 @@
android:id="@+id/mapView"
android:layout_width="match_parent"
android:layout_height="match_parent"
mapbox:maplibre_cameraTargetLat="48.8534"
mapbox:maplibre_cameraTargetLng="2.3488"
mapbox:maplibre_cameraZoom="10"
mapbox:maplibre_uiAttribution="true"
mapbox:maplibre_uiAttributionMarginLeft="5dp"
mapbox:maplibre_uiLogo="false" />
maplibre:maplibre_cameraTargetLat="48.8534"
maplibre:maplibre_cameraTargetLng="2.3488"
maplibre:maplibre_cameraZoom="10"
maplibre:maplibre_uiAttribution="true"
maplibre:maplibre_uiAttributionMarginLeft="5dp"
maplibre:maplibre_uiLogo="false" />

</FrameLayout>
14 changes: 7 additions & 7 deletions app/src/main/res/layout/activity_different_styles.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mapbox="http://schemas.android.com/apk/res-auto"
xmlns:maplibre="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">

Expand All @@ -21,12 +21,12 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="11"
mapbox:maplibre_cameraTargetLat="40.73581"
mapbox:maplibre_cameraTargetLng="-73.99155"
mapbox:maplibre_cameraZoom="11"
mapbox:maplibre_uiAttribution="true"
mapbox:maplibre_uiAttributionMarginLeft="5dp"
mapbox:maplibre_uiLogo="false" />
maplibre:maplibre_cameraTargetLat="40.73581"
maplibre:maplibre_cameraTargetLng="-73.99155"
maplibre:maplibre_cameraZoom="11"
maplibre:maplibre_uiAttribution="true"
maplibre:maplibre_uiAttributionMarginLeft="5dp"
maplibre:maplibre_uiLogo="false" />

</LinearLayout>

Expand Down
14 changes: 7 additions & 7 deletions app/src/main/res/layout/activity_geometry_map.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mapbox="http://schemas.android.com/apk/res-auto"
xmlns:maplibre="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">

<org.maplibre.android.maps.MapView
android:id="@+id/mapView"
android:layout_width="match_parent"
android:layout_height="match_parent"
mapbox:maplibre_cameraTargetLat="48.85"
mapbox:maplibre_cameraTargetLng="2.34"
mapbox:maplibre_cameraZoom="10"
mapbox:maplibre_uiAttribution="true"
mapbox:maplibre_uiAttributionMarginLeft="5dp"
mapbox:maplibre_uiLogo="false" />
maplibre:maplibre_cameraTargetLat="48.85"
maplibre:maplibre_cameraTargetLng="2.34"
maplibre:maplibre_cameraZoom="10"
maplibre:maplibre_uiAttribution="true"
maplibre:maplibre_uiAttributionMarginLeft="5dp"
maplibre:maplibre_uiLogo="false" />

</androidx.constraintlayout.widget.ConstraintLayout>
14 changes: 7 additions & 7 deletions app/src/main/res/layout/activity_popup_map.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mapbox="http://schemas.android.com/apk/res-auto"
xmlns:maplibre="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
Expand All @@ -10,12 +10,12 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
mapbox:maplibre_cameraTargetLat="51.5"
mapbox:maplibre_cameraTargetLng="-0.11"
mapbox:maplibre_cameraZoom="11"
mapbox:maplibre_uiAttribution="true"
mapbox:maplibre_uiAttributionMarginLeft="5dp"
mapbox:maplibre_uiLogo="false" />
maplibre:maplibre_cameraTargetLat="51.5"
maplibre:maplibre_cameraTargetLng="-0.11"
maplibre:maplibre_cameraZoom="11"
maplibre:maplibre_uiAttribution="true"
maplibre:maplibre_uiAttributionMarginLeft="5dp"
maplibre:maplibre_uiLogo="false" />


<LinearLayout
Expand Down
14 changes: 7 additions & 7 deletions app/src/main/res/layout/activity_simple_map.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mapbox="http://schemas.android.com/apk/res-auto"
xmlns:maplibre="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand All @@ -10,11 +10,11 @@
android:id="@+id/mapView"
android:layout_width="match_parent"
android:layout_height="match_parent"
mapbox:maplibre_cameraTargetLat="-33.865143"
mapbox:maplibre_cameraTargetLng="151.209900"
mapbox:maplibre_cameraZoom="10"
mapbox:maplibre_uiAttribution="true"
mapbox:maplibre_uiAttributionMarginLeft="5dp"
mapbox:maplibre_uiLogo="false" />
maplibre:maplibre_cameraTargetLat="-33.865143"
maplibre:maplibre_cameraTargetLng="151.209900"
maplibre:maplibre_cameraZoom="10"
maplibre:maplibre_uiAttribution="true"
maplibre:maplibre_uiAttributionMarginLeft="5dp"
maplibre:maplibre_uiLogo="false" />

</FrameLayout>
14 changes: 7 additions & 7 deletions app/src/main/res/layout/activity_switch_languages.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mapbox="http://schemas.android.com/apk/res-auto"
xmlns:maplibre="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
Expand All @@ -17,12 +17,12 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="11"
mapbox:maplibre_cameraTargetLat="46.818188"
mapbox:maplibre_cameraTargetLng="8.227512"
mapbox:maplibre_cameraZoom="4"
mapbox:maplibre_uiAttribution="true"
mapbox:maplibre_uiAttributionMarginLeft="5dp"
mapbox:maplibre_uiLogo="false" />
maplibre:maplibre_cameraTargetLat="46.818188"
maplibre:maplibre_cameraTargetLng="8.227512"
maplibre:maplibre_cameraZoom="4"
maplibre:maplibre_uiAttribution="true"
maplibre:maplibre_uiAttributionMarginLeft="5dp"
maplibre:maplibre_uiLogo="false" />

</LinearLayout>

0 comments on commit 87b46c0

Please sign in to comment.