<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:filterTouchesWhenObscured="true"
                android:importantForAccessibility="no"
	>

	<View
		android:id="@+id/help_background"
		android:layout_width="match_parent"
		android:layout_height="match_parent"
		android:background="?attr/dv_helpBackground"
		android:importantForAccessibility="no"/>


	<LinearLayout
		android:id="@+id/smallHelpView"
		android:layout_width="match_parent"
		android:layout_height="wrap_content"
		android:orientation="vertical">

		<TextView
			android:id="@+id/help_tv_title"
			android:layout_width="match_parent"
			android:layout_height="wrap_content"
			android:layout_marginBottom="4dp"
			android:gravity="center_horizontal"
			android:textColor="?attr/dv_helpTitle"
			android:textSize="22sp"
			android:textStyle="bold"
			/>

	</LinearLayout>

</RelativeLayout>