summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_pixel_test.xml
blob: 4c88a877032e7ef4633bdcdd167bc07eb9bb274c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
        xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:layout_width="match_parent"
        android:layout_height="match_parent">

    <com.mapbox.mapboxsdk.maps.MapView
            android:layout_gravity="center"
            android:id="@id/mapView"
            app:mapbox_cameraZoom="1"
            android:layout_width="1080px"
            android:layout_height="1920px"
            app:mapbox_pixelRatio="1"/>

</FrameLayout>