summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestActivity/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestActivity/src/main/res')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestActivity/src/main/res/layout/activity_main.xml19
-rw-r--r--platform/android/MapboxGLAndroidSDKTestActivity/src/main/res/mipmap-xhdpi/ic_launcher.pngbin0 -> 1894 bytes
-rw-r--r--platform/android/MapboxGLAndroidSDKTestActivity/src/main/res/values/strings.xml4
3 files changed, 23 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestActivity/src/main/res/layout/activity_main.xml b/platform/android/MapboxGLAndroidSDKTestActivity/src/main/res/layout/activity_main.xml
new file mode 100644
index 0000000000..c4dce05e4b
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestActivity/src/main/res/layout/activity_main.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <com.mapbox.mapboxsdk.maps.MapView
+ android:id="@+id/mapView"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"/>
+
+ <Button
+ android:id="@+id/button"
+ android:layout_width="150dp"
+ android:layout_height="150dp"
+ android:layout_alignParentBottom="true"
+ android:layout_alignParentRight="true"/>
+
+</RelativeLayout>
diff --git a/platform/android/MapboxGLAndroidSDKTestActivity/src/main/res/mipmap-xhdpi/ic_launcher.png b/platform/android/MapboxGLAndroidSDKTestActivity/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000000..af747df411
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestActivity/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary files differ
diff --git a/platform/android/MapboxGLAndroidSDKTestActivity/src/main/res/values/strings.xml b/platform/android/MapboxGLAndroidSDKTestActivity/src/main/res/values/strings.xml
new file mode 100644
index 0000000000..20dbd72428
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestActivity/src/main/res/values/strings.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:tools="http://schemas.android.com/tools">
+ <string name="mapbox_access_token" tools:ignore="MissingTranslation">pk.eyJ1IjoidG9icnVuIiwiYSI6ImNpajVlajR0cjAwNjN2NmtyY204eWw2eG0ifQ.x3_WEoExNW5Qyv9T3Vj7Mw</string>
+</resources> \ No newline at end of file