summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2016-07-22 12:36:53 -0500
committerBrad Leege <bleege@gmail.com>2016-07-22 12:54:21 -0500
commite33b9981cb7e0e909198c11690a571cacd2e27bb (patch)
tree0acce6af5c5a3f2fc5520be7a33e95ef35c9e5a1 /platform/android/MapboxGLAndroidSDK/src/main/res
parent65e2822f21b1a3c797d8da9c00160248845370af (diff)
downloadqtlocation-mapboxgl-e33b9981cb7e0e909198c11690a571cacd2e27bb.tar.gz
Revert "[android] #5000 - initial surface view implementation."
This reverts commit 99a4850613931059174ecf0c6a41af4690481e3a.
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/src/main/res')
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapview_internal.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapview_internal.xml b/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapview_internal.xml
index f116a15c9e..8787b0ba76 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapview_internal.xml
+++ b/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapview_internal.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
- <SurfaceView
- android:id="@+id/surfaceView"
+ <TextureView
+ android:id="@+id/textureView"
android:layout_width="match_parent"
android:layout_height="match_parent" />