summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/item_map_texture.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/item_map_texture.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/item_map_texture.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/item_map_texture.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/item_map_texture.xml
deleted file mode 100644
index 3224b73477..0000000000
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/item_map_texture.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<com.mapbox.mapboxsdk.maps.MapView
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:id="@id/mapView"
- android:layout_width="match_parent"
- android:layout_height="256dp"
- app:mapbox_cameraTargetLat="45.38301927899065"
- app:mapbox_cameraTargetLng="8.63525390625"
- app:mapbox_renderTextureMode="true"
- app:mapbox_cameraZoom="7"/>