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_status.xml | |
parent | c045543ee4c4fabf5ee38bfb4695d98d9190d862 (diff) | |
download | tincapp-819b3a44920e303a670928ee56e32b5ae02efca1.tar.gz |
Refresh network and node lists
Diffstat (limited to 'app/src/main/res/layout/page_status.xml')
-rw-r--r-- | app/src/main/res/layout/page_status.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/page_status.xml b/app/src/main/res/layout/page_status.xml index 22faaf1..cd80d0b 100644 --- a/app/src/main/res/layout/page_status.xml +++ b/app/src/main/res/layout/page_status.xml | |||
@@ -1,9 +1,10 @@ | |||
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:layout_width="match_parent" | 4 | android:layout_width="match_parent" |
5 | android:layout_height="match_parent" | 5 | android:layout_height="match_parent" |
6 | android:orientation="vertical" | 6 | android:orientation="vertical" |
7 | android:id="@+id/node_list_wrapper" | ||
7 | tools:context="org.pacien.tincapp.activities.StatusActivity"> | 8 | tools:context="org.pacien.tincapp.activities.StatusActivity"> |
8 | 9 | ||
9 | <ListView | 10 | <ListView |
@@ -19,4 +20,4 @@ | |||
19 | style="@style/AppTheme.ListBlock.Placeholder" | 20 | style="@style/AppTheme.ListBlock.Placeholder" |
20 | android:text="@string/message_no_known_node"/> | 21 | android:text="@string/message_no_known_node"/> |
21 | 22 | ||
22 | </LinearLayout> | 23 | </android.support.v4.widget.SwipeRefreshLayout> |