summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/layout
diff options
context:
space:
mode:
authorTobrun Van Nuland <tobrun.van.nuland@gmail.com>2016-07-04 11:25:00 +0200
committerTobrun <tobrun.van.nuland@gmail.com>2016-07-06 11:01:37 +0200
commit99a4850613931059174ecf0c6a41af4690481e3a (patch)
treedd8987c8c8605d45ad8ecefe3e7eab109c1fc55a /platform/android/MapboxGLAndroidSDK/src/main/res/layout
parentdfd0b105cd0e45407f4df5e0e8c4f2d2739df83e (diff)
downloadqtlocation-mapboxgl-99a4850613931059174ecf0c6a41af4690481e3a.tar.gz
[android] #5000 - initial surface view implementation.
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/src/main/res/layout')
-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 8787b0ba76..f116a15c9e 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">
- <TextureView
- android:id="@+id/textureView"
+ <SurfaceView
+ android:id="@+id/surfaceView"
android:layout_width="match_parent"
android:layout_height="match_parent" />