aboutsummaryrefslogtreecommitdiffstats
path: root/templates/activities/BlankActivity/root/res/layout/activity_fragment_container.xml
blob: 935d379f9e6c9a046976224179ff9dc298a2633f (plain)
1
2
3
4
5
6
7
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/container"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".${activityClass}"
    tools:ignore="MergeRootFrame" />