blob: d6b2dee350357f662b8fb119d928d2ad20e2fb41 [file] [log] [blame]
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:orientation="vertical">
<FrameLayout
android:id="@+id/wizard_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>