diff options
author | Pacien TRAN-GIRARD | 2017-07-11 18:22:48 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2017-07-11 18:22:48 +0200 |
commit | a2f166f907b7c7ac6f1e0ed6ff8c0637800f6b91 (patch) | |
tree | 398bebaf42a7550600ae6c847dbe59b58f64da12 /app/src/main/res/layout/fragment_network_status_header.xml | |
parent | 1afc00f3f26472083d814a99f244dae39a960e34 (diff) | |
download | tincapp-a2f166f907b7c7ac6f1e0ed6ff8c0637800f6b91.tar.gz |
Fix empty list placeholder display
Diffstat (limited to 'app/src/main/res/layout/fragment_network_status_header.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_network_status_header.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_network_status_header.xml b/app/src/main/res/layout/fragment_network_status_header.xml index 947183b..cde547c 100644 --- a/app/src/main/res/layout/fragment_network_status_header.xml +++ b/app/src/main/res/layout/fragment_network_status_header.xml | |||
@@ -119,4 +119,9 @@ | |||
119 | style="@style/AppTheme.SectionTitle" | 119 | style="@style/AppTheme.SectionTitle" |
120 | android:text="@string/title_nodes"/> | 120 | android:text="@string/title_nodes"/> |
121 | 121 | ||
122 | <TextView | ||
123 | android:id="@+id/node_list_placeholder" | ||
124 | style="@style/AppTheme.ListBlock.Placeholder" | ||
125 | android:text="@string/message_no_known_node"/> | ||
126 | |||
122 | </LinearLayout> | 127 | </LinearLayout> |