summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_backstack_fragment.xml
blob: 10c11a9320a81b8d51b151c4bf3c6465863bf4ca (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"
             android:layout_width="match_parent"
             android:layout_height="match_parent">

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

    <Button android:layout_width="match_parent"
            android:layout_height="58dp"
            android:id="@+id/button"
            android:contentDescription="btn_change_fragment"
            android:text="Replace with empty fragment"/>

</FrameLayout>