summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/values/colors.xml
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-11-14 11:13:34 +0100
committerPablo Guardiola <guardiola31337@gmail.com>2017-11-14 11:13:34 +0100
commitf0f113bafc49a735a596357a0982e298648f4d48 (patch)
treefcbbfba79f0c44c8938f885c999bfd0df95d5a03 /platform/android/MapboxGLAndroidSDK/src/main/res/values/colors.xml
parenta9bd09c015f36174abdc5aee0de775500597617d (diff)
downloadqtlocation-mapboxgl-f0f113bafc49a735a596357a0982e298648f4d48.tar.gz
MapSnapshot attribution (#10362)
* [android] - add attribution * [android] - optimise attribution sources * [android] - rework datamodel to attribution class * [android] - refactor Attribution, add tests * [android] - add getter for attribution string * [android] - rework attribution to include small logo, add layout placement * [android] - finalise integration and layout logic
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/src/main/res/values/colors.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/res/values/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/res/values/colors.xml b/platform/android/MapboxGLAndroidSDK/src/main/res/values/colors.xml
index b51c890e5c..19007f503f 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/res/values/colors.xml
+++ b/platform/android/MapboxGLAndroidSDK/src/main/res/values/colors.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
+ <color name="mapbox_gray_dark">#5F5F5F</color>
<color name="mapbox_gray">#7D7F80</color>
<color name="mapbox_blue">#1E8CAB</color>
</resources>