From a331e94b1b8d7fcdffe7ef757f4f4c56c9307e8e Mon Sep 17 00:00:00 2001 From: Tobrun Date: Wed, 17 Feb 2016 09:21:31 +0100 Subject: [androd] #3119 - use resourcePrefix for library resources --- .../main/res/layout/attribution_telemetry_view.xml | 2 +- .../src/main/res/layout/infowindow_content.xml | 6 ++--- .../src/main/res/layout/mapview_internal.xml | 4 +-- .../src/main/res/values/strings.xml | 30 +++++++++++----------- 4 files changed, 21 insertions(+), 21 deletions(-) (limited to 'platform/android/MapboxGLAndroidSDK/src/main/res') diff --git a/platform/android/MapboxGLAndroidSDK/src/main/res/layout/attribution_telemetry_view.xml b/platform/android/MapboxGLAndroidSDK/src/main/res/layout/attribution_telemetry_view.xml index b4d2326833..04c47af90d 100644 --- a/platform/android/MapboxGLAndroidSDK/src/main/res/layout/attribution_telemetry_view.xml +++ b/platform/android/MapboxGLAndroidSDK/src/main/res/layout/attribution_telemetry_view.xml @@ -9,7 +9,7 @@ @@ -31,7 +31,7 @@ android:layout_marginTop="2dp" android:lineSpacingExtra="1dp" android:maxEms="17" - android:text="@string/infoWindowDescription" + android:text="@string/mapbox_infoWindowDescription" android:textColor="@color/gray" android:textSize="14sp" /> @@ -40,7 +40,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxEms="17" - android:text="@string/infoWindowAddress" + android:text="@string/mapbox_infoWindowAddress" android:textColor="@color/black" android:textSize="12sp" android:visibility="gone" /> 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 d62fd9cfba..408a028d17 100644 --- a/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapview_internal.xml +++ b/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapview_internal.xml @@ -15,7 +15,7 @@ android:id="@+id/logoView" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:contentDescription="@string/mapboxIconContentDescription" + android:contentDescription="@string/mapbox_mapboxIconContentDescription" android:src="@drawable/attribution_logo" /> diff --git a/platform/android/MapboxGLAndroidSDK/src/main/res/values/strings.xml b/platform/android/MapboxGLAndroidSDK/src/main/res/values/strings.xml index 1f3cd8c4e3..f852c305b2 100644 --- a/platform/android/MapboxGLAndroidSDK/src/main/res/values/strings.xml +++ b/platform/android/MapboxGLAndroidSDK/src/main/res/values/strings.xml @@ -1,20 +1,20 @@ - Map compass. Click to reset the map rotation to North. - Attribution icon. Click to show attribution dialog. - Mapbox Android SDK - Make Mapbox Maps Better - You are helping to make OpenStreetMap and Mapbox maps better by contributing anonymous usage data. - The Mapbox logo. - Title - Description - Address + Map compass. Click to reset the map rotation to North. + Attribution icon. Click to show attribution dialog. + Mapbox Android SDK + Make Mapbox Maps Better + You are helping to make OpenStreetMap and Mapbox maps better by contributing anonymous usage data. + The Mapbox logo. + Title + Description + Address - mapbox://styles/mapbox/streets-v8 - mapbox://styles/mapbox/emerald-v8 - mapbox://styles/mapbox/light-v8 - mapbox://styles/mapbox/dark-v8 - mapbox://styles/mapbox/satellite-v8 - mapbox://styles/mapbox/satellite-hybrid-v8 + mapbox://styles/mapbox/streets-v8 + mapbox://styles/mapbox/emerald-v8 + mapbox://styles/mapbox/light-v8 + mapbox://styles/mapbox/dark-v8 + mapbox://styles/mapbox/satellite-v8 + mapbox://styles/mapbox/satellite-hybrid-v8 -- cgit v1.2.1