summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_multi_map.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_multi_map.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_multi_map.xml69
1 files changed, 0 insertions, 69 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_multi_map.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_multi_map.xml
deleted file mode 100644
index 1f856bcd94..0000000000
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_multi_map.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?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:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- tools:ignore="NestedWeights">
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="0.5"
- android:baselineAligned="false"
- android:orientation="horizontal">
-
- <!-- DC -->
- <fragment
- android:id="@+id/map1"
- class="com.mapbox.mapboxsdk.maps.SupportMapFragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="0.5"
- mapbox:mapbox_cameraTargetLat="38.913187"
- mapbox:mapbox_cameraTargetLng="-77.032546"
- mapbox:mapbox_cameraZoom="12" />
-
- <!-- SF -->
- <fragment
- android:id="@+id/map2"
- class="com.mapbox.mapboxsdk.maps.SupportMapFragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="0.5"
- mapbox:mapbox_cameraTargetLat="37.775732"
- mapbox:mapbox_cameraTargetLng="-122.413985"
- mapbox:mapbox_cameraZoom="13"/>
- </LinearLayout>
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="0.5"
- android:baselineAligned="false"
- android:orientation="horizontal">
-
- <!-- Bangalore -->
- <fragment
- android:id="@+id/map3"
- class="com.mapbox.mapboxsdk.maps.SupportMapFragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="0.5"
- mapbox:mapbox_cameraTargetLat="12.97913"
- mapbox:mapbox_cameraTargetLng="77.59188"
- mapbox:mapbox_cameraZoom="14" />
-
- <!-- Ayacucho -->
- <fragment
- android:id="@+id/map4"
- class="com.mapbox.mapboxsdk.maps.SupportMapFragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="0.5"
- mapbox:mapbox_cameraTargetLat="-13.155980"
- mapbox:mapbox_cameraTargetLng="-74.217134"
- mapbox:mapbox_cameraZoom="15" />
- </LinearLayout>
-</LinearLayout>