diff options
author | Pacien TRAN-GIRARD | 2017-07-06 21:16:01 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2017-07-06 21:16:01 +0200 |
commit | 819b3a44920e303a670928ee56e32b5ae02efca1 (patch) | |
tree | 5fa0c255a04220f676615ea4f287d31bbd4c83e8 /app/src/main/res/layout/page_start.xml | |
parent | c045543ee4c4fabf5ee38bfb4695d98d9190d862 (diff) | |
download | tincapp-819b3a44920e303a670928ee56e32b5ae02efca1.tar.gz |
Refresh network and node lists
Diffstat (limited to 'app/src/main/res/layout/page_start.xml')
-rw-r--r-- | app/src/main/res/layout/page_start.xml | 5 |
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> |