summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKRenderTest/src/main/res/layout/activity_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKRenderTest/src/main/res/layout/activity_main.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKRenderTest/src/main/res/layout/activity_main.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKRenderTest/src/main/res/layout/activity_main.xml b/platform/android/MapboxGLAndroidSDKRenderTest/src/main/res/layout/activity_main.xml
new file mode 100644
index 0000000000..af26c4c323
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKRenderTest/src/main/res/layout/activity_main.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout
+ android:id="@+id/container"
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ tools:context=".MainActivity">
+
+
+</FrameLayout> \ No newline at end of file