summaryrefslogtreecommitdiff
path: root/android/MapboxGLAndroidSDK/src/main/res/layout/mapview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/MapboxGLAndroidSDK/src/main/res/layout/mapview.xml')
-rw-r--r--android/MapboxGLAndroidSDK/src/main/res/layout/mapview.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/MapboxGLAndroidSDK/src/main/res/layout/mapview.xml b/android/MapboxGLAndroidSDK/src/main/res/layout/mapview.xml
new file mode 100644
index 0000000000..22afd6e513
--- /dev/null
+++ b/android/MapboxGLAndroidSDK/src/main/res/layout/mapview.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<com.mapbox.mapboxsdk.views.MapView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />