Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Fix to textureview transparent background testapp activity (#12605)
Browse files Browse the repository at this point in the history
* removed comma

* removed map style declaration in xml
  • Loading branch information
Langston Smith authored Aug 14, 2018
1 parent f3ebdae commit 60cbedc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 8,
"name": "Land",
"metadata": {
"mapbox:autocomposite": true,
"mapbox:autocomposite": true
},
"sources": {
"composite": {
Expand Down

0 comments on commit 60cbedc

Please sign in to comment.