summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_gradient_line.xml
blob: e5db4b63df65004fc3a2cd1786cdfb516346888a (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<com.mapbox.mapboxsdk.maps.MapView
        xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:id="@id/mapView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:mapbox_cameraTargetLat="45.38301927899065"
        app:mapbox_cameraTargetLng="8.63525390625"
        app:mapbox_cameraZoom="7"
        app:mapbox_styleUrl="@string/mapbox_style_mapbox_streets"/>