summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/view_rectangle.xml
blob: 763d65948ab754dac8c1d8b03af43e2e05e15522 (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="512dp"
    android:layout_height="512dp"
    android:background="@color/mapbox_blue" />