aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/page_start.xml
blob: b1bf2a45717f0aadcd173e1523edd48a285ea29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<android.support.v4.widget.SwipeRefreshLayout
	xmlns:android="http://schemas.android.com/apk/res/android"
	xmlns:tools="http://schemas.android.com/tools"
	android:id="@+id/network_list_wrapper"
	android:layout_width="match_parent"
	android:layout_height="match_parent"
	android:orientation="vertical"
	tools:context="org.pacien.tincapp.activities.StartActivity">

	<ListView
		android:id="@+id/network_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>