summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res-public
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2016-11-02 16:20:47 +0100
committerGitHub <noreply@github.com>2016-11-02 16:20:47 +0100
commit7534aa1594c13b48507961299acc4bcc44ee7e1a (patch)
treeaedb5934015bd4b51e287ef956578c5f065f697c /platform/android/MapboxGLAndroidSDK/src/main/res-public
parent4d0c42e36ae384102b624476e3d04c94a02190c7 (diff)
downloadqtlocation-mapboxgl-7534aa1594c13b48507961299acc4bcc44ee7e1a.tar.gz
[android] - fix public xml api for drawables, fixup QueryRenderedFeatursBoxSymbolCountActivity (#6879)
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/src/main/res-public')
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml20
1 files changed, 10 insertions, 10 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 9d2eb95ef9..97f21a7b45 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml
+++ b/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml
@@ -47,15 +47,15 @@
<public name="mapbox_attribution_margin_bottom" type="attr" />
<public name="mapbox_attribution_visibility" type="attr" />
- <public name="mapbox_attribution_logo" type="drawable" />
- <public name="mapbox_compass" type="drawable" />
- <public name="mapbox_default_marker" type="drawable" />
- <public name="mapbox_attribution_button_pressed_selector" type="drawable" />
- <public name="mapbox_attribution_button_pressed_normal" type="drawable" />
- <public name="mapbox_attribution_button_pressed_pressed" type="drawable" />
- <public name="mapbox_my_location" type="drawable" />
- <public name="mapbox_my_location_bearing" type="drawable" />
- <public name="mapbox_my_location_stale" type="drawable" />
- <public name="mapbox_my_location_ring" type="color" />
+ <public name="mapbox_logo_icon" type="drawable" />
+ <public name="mapbox_compass_icon" type="drawable" />
+ <public name="mapbox_marker_icon_default" type="drawable" />
+ <public name="mapbox_info_bg_selector" type="drawable" />
+ <public name="mapbox_info_icon_default" type="drawable" />
+ <public name="mapbox_info_icon_selected" type="drawable" />
+ <public name="mapbox_mylocation_icon_default" type="drawable" />
+ <public name="mapbox_mylocation_icon_bearing" type="drawable" />
+
+ <public name="mapbox_mylocation_ring" type="color" />
<public name="mapbox_blue" type="color" />
</resources>