blob: d82b54365f5c290789f3b048d4c3e532e91230dd [file] [log] [blame]
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/color_primary_dark">
<cx.ring.views.WizardViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<FrameLayout
android:id="@+id/migration_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>