summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2016-02-22 09:27:32 +0100
committerTobrun <tobrun@mapbox.com>2016-02-22 10:38:32 +0100
commit9061d004db0b3f5a04831b8b8f36bba2e81d2dec (patch)
treedb90f536233ad652f556107b9f5ca841fe320eb5 /platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml
parentab8441ebdc122c071cbaeaaba72f44b0c02b1f01 (diff)
downloadqtlocation-mapboxgl-9061d004db0b3f5a04831b8b8f36bba2e81d2dec.tar.gz
[android] #4050 - expose style urls via public.xml
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml b/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml
index 777d879d48..be0038e8b8 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml
+++ b/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml
@@ -3,12 +3,12 @@
<!--Add references to exposed resources-->
<public name="AttributionAlertDialogStyle" type="style" />
- <public name="style_mapbox_streets" type="string" />
- <public name="style_emerald" type="string" />
- <public name="style_light" type="string" />
- <public name="style_dark" type="string" />
- <public name="style_satellite" type="string" />
- <public name="style_satellite_streets" type="string" />
+ <public name="mapbox_style_mapbox_streets" type="string" />
+ <public name="mapbox_style_emerald" type="string" />
+ <public name="mapbox_style_light" type="string" />
+ <public name="mapbox_style_dark" type="string" />
+ <public name="mapbox_style_satellite" type="string" />
+ <public name="mapbox_style_satellite_streets" type="string" />
<public name="center_longitude" type="attr" />
<public name="center_latitude" type="attr" />