summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_press_for_marker.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_press_for_marker.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_press_for_marker.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_press_for_marker.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_press_for_marker.xml
index 9ff79686d2..36c8a8c476 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_press_for_marker.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_press_for_marker.xml
@@ -17,12 +17,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/toolbar"
- app:attribution_gravity="top|end"
- app:center_latitude="45.1855569"
- app:center_longitude="5.7215506"
- app:logo_gravity="top|end"
- app:logo_margin_right="10dp"
- app:style_url="@string/style_mapbox_streets"
- app:zoom="11" />
+ app:mapbox_attribution_gravity="top|end"
+ app:mapbox_center_latitude="45.1855569"
+ app:mapbox_center_longitude="5.7215506"
+ app:mapbox_logo_gravity="top|end"
+ app:mapbox_logo_margin_right="10dp"
+ app:mapbox_style_url="@string/mapbox_style_mapbox_streets"
+ app:mapbox_zoom="11" />
</RelativeLayout>