blob: f0db2a390526937591982a7bc42363d27e27e109 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android">
<FrameLayout android:layout_width="match_parent" android:layout_height="match_parent">
<include android:id="@+id/included" layout="@layout/no_variables"/>
<include layout="@layout/no_variables"/>
</FrameLayout>
</layout>