diff options
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> |