From 4d0c42e36ae384102b624476e3d04c94a02190c7 Mon Sep 17 00:00:00 2001 From: Tobrun Date: Wed, 2 Nov 2016 12:41:22 +0100 Subject: Prefix library resources to avoid naming conflicts (#6878) * [android] - add library resource prefix * update SDK resources with prefix * fixup tests --- .../src/main/res/layout/activity_add_sprite.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_add_sprite.xml') diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_add_sprite.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_add_sprite.xml index 086b18fea1..9cb9f4dbd6 100644 --- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_add_sprite.xml +++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_add_sprite.xml @@ -16,10 +16,10 @@ android:id="@id/mapView" android:layout_below="@id/toolbar" android:layout_width="match_parent" - app:center_latitude="52.519003" - app:center_longitude="13.400972" - app:style_url="@string/style_mapbox_streets" - app:zoom="16" + app:mapbox_center_latitude="52.519003" + app:mapbox_center_longitude="13.400972" + app:mapbox_style_url="@string/mapbox_style_mapbox_streets" + app:mapbox_zoom="16" android:layout_height="match_parent"/>