summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_mapview_internal.xml
diff options
context:
space:
mode:
authorEric Wolfe <eric.r.wolfe@gmail.com>2017-05-12 06:13:09 -0700
committerTobrun <tobrun@mapbox.com>2017-05-12 15:13:09 +0200
commitcc2ee3cd7af55f181403d24e2935ec72168d7613 (patch)
treeafe1805c05ba3e4204832efd36273b6ce78e875a /platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_mapview_internal.xml
parent6b0e0a905516acf17b7da29c58ac009c9f012858 (diff)
downloadqtlocation-mapboxgl-cc2ee3cd7af55f181403d24e2935ec72168d7613.tar.gz
[android] Update attribution wordmark (#8774)
* Update wordmark on android * Moved attribution i icon to the right of mapbox word (in mapview preview image) * update padding and margin
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_mapview_internal.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_mapview_internal.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_mapview_internal.xml b/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_mapview_internal.xml
index e6a2677785..6d07de7baa 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_mapview_internal.xml
+++ b/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_mapview_internal.xml
@@ -39,10 +39,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
- android:background="@drawable/mapbox_default_bg_selector"
android:clickable="true"
+ android:focusable="true"
android:contentDescription="@string/mapbox_attributionsIconContentDescription"
- android:padding="7dp"
android:src="@drawable/mapbox_info_bg_selector"/>
</merge>