summaryrefslogtreecommitdiff
path: root/android/MapboxGLAndroidSDK/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/MapboxGLAndroidSDK/src/main/res/values/arrays.xml')
-rw-r--r--android/MapboxGLAndroidSDK/src/main/res/values/arrays.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/android/MapboxGLAndroidSDK/src/main/res/values/arrays.xml b/android/MapboxGLAndroidSDK/src/main/res/values/arrays.xml
new file mode 100644
index 0000000000..2c1fdf8d13
--- /dev/null
+++ b/android/MapboxGLAndroidSDK/src/main/res/values/arrays.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <array name="attribution_names">
+ <item>&#169; Mapbox</item>
+ <item>&#169; OpenStreetMap</item>
+ <item>Improve this map</item>
+ </array>
+ <!-- If editing this array update MapView.ATTRIBUTION_INDEX_IMPROVE_THIS_MAP -->
+ <array name="attribution_links" formatted="false" translatable="false">
+ <item>https://www.mapbox.com/about/maps/</item>
+ <item>http://www.openstreetmap.org/about/</item>
+ <item>https://www.mapbox.com/map-feedback/#/%1$f/%2$f/%3$d</item>
+ </array>
+</resources> \ No newline at end of file