summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_textureview_transparent.xml
diff options
context:
space:
mode:
authorLangston Smith <langston.smith@mapbox.com>2018-08-14 07:35:23 -0700
committerGitHub <noreply@github.com>2018-08-14 07:35:23 -0700
commit60cbedc344eff10df0069a9d243a555dc59992ee (patch)
treeeac2b71e9e08bb86cc5962831a43cd99dca30df8 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_textureview_transparent.xml
parentf3ebdaebafbd3396cff148cc4eb1f1148b0bb724 (diff)
downloadqtlocation-mapboxgl-60cbedc344eff10df0069a9d243a555dc59992ee.tar.gz
Fix to textureview transparent background testapp activity (#12605)
* removed comma * removed map style declaration in xml
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.xml3
1 files changed, 1 insertions, 2 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 3b9ee71359..1d99e61d74 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
@@ -21,8 +21,7 @@
app:mapbox_cameraTargetLng="8.363795"
app:mapbox_cameraZoom="2"
app:mapbox_renderTextureMode="true"
- app:mapbox_renderTextureTranslucentSurface="true"
- app:mapbox_styleUrl="mapbox://styles/agerace-globant/cja02de7193b02suvy4gpbt2c"/>
+ app:mapbox_renderTextureTranslucentSurface="true"/>
</android.support.design.widget.CoordinatorLayout>