From 4fa179cce1dd4a96a3e2905051c347dc4bece18b Mon Sep 17 00:00:00 2001 From: Tobrun Date: Fri, 5 Aug 2016 14:36:14 -0400 Subject: [android] - move MyLocationView under static overlays as logo, attribution and compass --- .../src/main/res/layout/mapview_internal.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'platform') diff --git a/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapview_internal.xml b/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapview_internal.xml index 2616724865..1a9d1fc7bb 100644 --- a/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapview_internal.xml +++ b/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapview_internal.xml @@ -10,7 +10,12 @@ android:id="@+id/markerViewContainer" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@android:color/transparent"/> + android:background="@android:color/transparent" /> + + - - \ No newline at end of file -- cgit v1.2.1