diff options
Diffstat (limited to 'app/src/main/res/layout/page_status.xml')
-rw-r--r-- | app/src/main/res/layout/page_status.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app/src/main/res/layout/page_status.xml b/app/src/main/res/layout/page_status.xml index cd80d0b..bc68ea1 100644 --- a/app/src/main/res/layout/page_status.xml +++ b/app/src/main/res/layout/page_status.xml | |||
@@ -1,10 +1,10 @@ | |||
1 | <android.support.v4.widget.SwipeRefreshLayout | 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/node_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" |
7 | android:id="@+id/node_list_wrapper" | ||
8 | tools:context="org.pacien.tincapp.activities.StatusActivity"> | 8 | tools:context="org.pacien.tincapp.activities.StatusActivity"> |
9 | 9 | ||
10 | <ListView | 10 | <ListView |
@@ -15,9 +15,4 @@ | |||
15 | android:footerDividersEnabled="false" | 15 | android:footerDividersEnabled="false" |
16 | android:headerDividersEnabled="false"/> | 16 | android:headerDividersEnabled="false"/> |
17 | 17 | ||
18 | <TextView | ||
19 | android:id="@+id/node_list_empty" | ||
20 | style="@style/AppTheme.ListBlock.Placeholder" | ||
21 | android:text="@string/message_no_known_node"/> | ||
22 | |||
23 | </android.support.v4.widget.SwipeRefreshLayout> | 18 | </android.support.v4.widget.SwipeRefreshLayout> |