<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
	xmlns:android="http://schemas.android.com/apk/res/android"
	xmlns:app="http://schemas.android.com/apk/res-auto"
	android:layout_width="match_parent"
	android:layout_height="match_parent"
    >

	<FrameLayout
		android:id="@+id/fragment_container"
		android:layout_width="match_parent"
		android:layout_height="match_parent"
		android:layout_below="@+id/toolbarContainer"
		android:importantForAccessibility="no"
		android:visibility="visible">
	</FrameLayout>
	<View
		android:layout_width="match_parent"
		android:layout_height="match_parent"
		android:id="@+id/loadingBackground"
		android:visibility="invisible"
		android:background="?attr/dv_scanOptionsLoadingBackground"/>

	<LinearLayout
		android:id="@+id/toolbarContainer"
		android:layout_width="match_parent"
		android:layout_height="wrap_content"
		android:background="?attr/colorPrimary"
		android:visibility="visible">
		<android.support.v7.widget.Toolbar
			android:id="@+id/toolbar"
			android:layout_width="match_parent"
			android:layout_height="?attr/actionBarSize"
			android:background="?attr/colorPrimary"
			android:filterTouchesWhenObscured="true"
			app:theme="?attr/jumio_toolbarStyle" />
	</LinearLayout>

	<LinearLayout
		android:id="@+id/spinnerContainer"
		android:layout_width="match_parent"
		android:layout_height="wrap_content"
		android:layout_marginLeft="45dp"
		android:layout_marginRight="45dp"
		android:layout_marginTop="116dp"
		android:layout_marginBottom="20dp"
		android:orientation="vertical"
		android:alpha="0"
		android:gravity="center">
	</LinearLayout>

</RelativeLayout>