aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/page_start.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/page_start.xml')
-rw-r--r--app/src/main/res/layout/page_start.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/page_start.xml b/app/src/main/res/layout/page_start.xml
index 0eaf7b0..68bf78f 100644
--- a/app/src/main/res/layout/page_start.xml
+++ b/app/src/main/res/layout/page_start.xml
@@ -1,6 +1,7 @@
1<LinearLayout 1<android.support.v4.widget.SwipeRefreshLayout
2 xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:tools="http://schemas.android.com/tools" 3 xmlns:tools="http://schemas.android.com/tools"
4 android:id="@+id/network_list_wrapper"
4 android:layout_width="match_parent" 5 android:layout_width="match_parent"
5 android:layout_height="match_parent" 6 android:layout_height="match_parent"
6 android:orientation="vertical" 7 android:orientation="vertical"
@@ -30,4 +31,4 @@
30 31
31 </LinearLayout> 32 </LinearLayout>
32 33
33</LinearLayout> 34</android.support.v4.widget.SwipeRefreshLayout>