summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/item_map_texture.xml
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-03-15 11:25:03 +0100
committerTobrun <tobrun@mapbox.com>2019-03-25 15:22:29 +0100
commitd761c50b5b231069b96ea4a47c5513dd8d848e5a (patch)
treef2346e94d86bbe08d746d835e4a7e878b0e92d56 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/item_map_texture.xml
parent79582487aa69569933e38cadc0faf5ea04711303 (diff)
downloadqtlocation-mapboxgl-d761c50b5b231069b96ea4a47c5513dd8d848e5a.tar.gz
[android] - add GLSurfaceView RecylerView example to test for regressions
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, 11 insertions, 0 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
new file mode 100644
index 0000000000..3224b73477
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/item_map_texture.xml
@@ -0,0 +1,11 @@
+<?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"/>