summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res-public
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-03-28 12:18:22 +0200
committerGitHub <noreply@github.com>2017-03-28 12:18:22 +0200
commitf9462adf8a68bcd5a4a82cf368faeb2c40d30cc4 (patch)
treea47f8e1bc86748f2462cc1191a16338ac0e7138e /platform/android/MapboxGLAndroidSDK/src/main/res-public
parent93380be83c3ace929f2dc573002759d22709dd2c (diff)
downloadqtlocation-mapboxgl-f9462adf8a68bcd5a4a82cf368faeb2c40d30cc4.tar.gz
[android] - mark non-translatable resources, remove debug string resources, expose strings in public.xml for resource overloading. (#8530)
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/src/main/res-public')
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml10
1 files changed, 10 insertions, 0 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 b544a257a5..a64fad39c2 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml
+++ b/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml
@@ -90,6 +90,16 @@
<public name="mapbox_style_satellite_streets" type="string" />
<!-- Exposed error messages -->
+ <public name="mapbox_compassContentDescription" type="string" />
+ <public name="mapbox_attributionsIconContentDescription" type="string" />
+ <public name="mapbox_myLocationViewContentDescription" type="string" />
+ <public name="mapbox_mapActionDescription" type="string" />
+ <public name="mapbox_attributionsDialogTitle" type="string" />
+ <public name="mapbox_attributionTelemetryTitle" type="string" />
+ <public name="mapbox_attributionTelemetryMessage" type="string" />
+ <public name="mapbox_attributionTelemetryPositive" type="string" />
+ <public name="mapbox_attributionTelemetryNegative" type="string" />
+ <public name="mapbox_attributionTelemetryNeutral" type="string" />
<public name="mapbox_offline_error_region_definition_invalid" type="string" />
<!-- Exposed drawables -->