
<LinearLayout android:id="@+id/LinearLayout01"
	android:layout_width="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android"
	android:layout_height="fill_parent" android:layout_gravity="fill">
	<TextView android:layout_width="wrap_content"
		android:layout_height="wrap_content" android:id="@+id/EmptyWhitelistText"
		android:text="The whitelist is currently empty." android:textSize="24sp"
		android:layout_marginTop="10sp"></TextView>

	<ScrollView android:id="@+id/ScrollView01"
		android:layout_height="fill_parent" android:layout_width="fill_parent" android:fillViewport="true">
		<ListView android:id="@android:id/list" android:layout_width="fill_parent"
			android:layout_height="fill_parent"></ListView>
	</ScrollView>
</LinearLayout>
