blob: a2b7939287b3a31c0f87a3d49ff0ff08c0b9792c [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/color_primary_dark"
android:orientation="vertical">
<FrameLayout
android:id="@+id/wizard_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>