summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/view_custom_marker.xml
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-07-28 19:36:13 +0200
committerGitHub <noreply@github.com>2017-07-28 19:36:13 +0200
commit685b8b2c84e47d8126e924ff3fddc22a96237680 (patch)
treed8b72c5af496f1a7bf57b3661822501a3b7a8560 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/view_custom_marker.xml
parentba7574ec51e2cfd4a55565d5a8337c47f1784bc2 (diff)
downloadqtlocation-mapboxgl-685b8b2c84e47d8126e924ff3fddc22a96237680.tar.gz
Solve lint issues, reduce baseline (#9627)
* [android] - fix lint issues SDK
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/view_custom_marker.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/view_custom_marker.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/view_custom_marker.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/view_custom_marker.xml
index 324a4861c3..3b941d5603 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/view_custom_marker.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/view_custom_marker.xml
@@ -6,6 +6,7 @@
<ImageView
android:id="@id/imageView"
android:layout_width="64dp"
+ android:contentDescription="@null"
android:layout_height="64dp"/>
<TextView
@@ -14,6 +15,7 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:padding="2dp"
+ android:textIsSelectable="true"
android:textColor="@android:color/white"
android:textStyle="bold"/>