<?xml version="1.0" encoding="utf-8"?>
<ScrollView
	android:id="@+id/selection_container"
	xmlns:android="http://schemas.android.com/apk/res/android"
	android:layout_width="match_parent"
	android:layout_height="match_parent"
	android:layout_marginTop="16dp"
	android:background="?android:attr/windowBackground"
	android:fillViewport="true">

	<LinearLayout
		android:layout_width="match_parent"
		android:layout_height="wrap_content"
		android:orientation="vertical">

		<LinearLayout
			android:id="@+id/scan_options_document_selection"
			android:layout_width="match_parent"
			android:layout_height="wrap_content"
			android:layout_marginLeft="16dp"
			android:layout_marginRight="16dp"
			android:layout_marginTop="72dp"
			android:orientation="vertical">
		</LinearLayout>

	</LinearLayout>

</ScrollView>