blob: 21f93c29d8f95e8577a0f90e99b410669418bf9b [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">
<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>