<android.support.v4.widget.SwipeRefreshLayout
	xmlns:android="http://schemas.android.com/apk/res/android"
	android:id="@+id/list_wrapper"
	android:layout_width="match_parent"
	android:layout_height="match_parent"
	android:orientation="vertical">

	<ListView
		android:id="@+id/list"
		android:layout_width="match_parent"
		android:layout_height="match_parent"
		android:divider="@drawable/horizontal_line"
		android:footerDividersEnabled="false"
		android:headerDividersEnabled="false"/>

</android.support.v4.widget.SwipeRefreshLayout>