blob: a2b7939287b3a31c0f87a3d49ff0ff08c0b9792c [file] [log] [blame]
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -04001<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
alision5cfc35d2013-07-11 15:11:39 -04002 android:layout_width="match_parent"
3 android:layout_height="match_parent"
Hadrien De Sousa4f1f25b2017-06-05 16:50:15 -04004 android:background="@color/color_primary_dark"
5 android:orientation="vertical">
Alexandre Lision0b16eea2016-05-27 15:24:54 -04006
Alexandre Lision46503af2016-11-30 16:22:22 -05007 <FrameLayout
Hadrien De Sousad0789a42017-08-22 17:44:01 -04008 android:id="@+id/wizard_container"
Alexandre Lision46503af2016-11-30 16:22:22 -05009 android:layout_width="match_parent"
10 android:layout_height="match_parent" />
alision5cfc35d2013-07-11 15:11:39 -040011
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -040012</LinearLayout>