summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_textureview_transparent.xml
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-08-17 22:23:32 +0200
committerTobrun <tobrun@mapbox.com>2018-08-21 17:27:09 +0200
commit7ce6af3f55d94e5e271aeafff44a11508b79dead (patch)
treea3955c36afcca78405aff7da7c10af0b005546bd /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_textureview_transparent.xml
parent5ce64b786cfd2fbfdc28ccfbcf9c1a5216346281 (diff)
downloadqtlocation-mapboxgl-7ce6af3f55d94e5e271aeafff44a11508b79dead.tar.gz
[android] - expose stylejsoon confiugration on MapboxMapOptions and MapView attributes
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_textureview_transparent.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_textureview_transparent.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_textureview_transparent.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_textureview_transparent.xml
index 1d99e61d74..096d44e223 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_textureview_transparent.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_textureview_transparent.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/coordinator_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -13,15 +12,5 @@
android:layout_height="match_parent"
android:contentDescription="@null"/>
- <com.mapbox.mapboxsdk.maps.MapView
- android:id="@+id/mapView"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- app:mapbox_cameraTargetLat="48.507879"
- app:mapbox_cameraTargetLng="8.363795"
- app:mapbox_cameraZoom="2"
- app:mapbox_renderTextureMode="true"
- app:mapbox_renderTextureTranslucentSurface="true"/>
-
</android.support.design.widget.CoordinatorLayout>