summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/fragment_map.xml
blob: 037bb2b5399af5db8aba88cb80e2c0b013e4db28 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
                android:layout_width="match_parent"
                android:layout_height="match_parent">

    <FrameLayout
        android:id="@+id/mapview_container"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>

</RelativeLayout>