diff options
author | pacien | 2018-02-24 01:50:02 +0100 |
---|---|---|
committer | pacien | 2018-02-24 01:50:02 +0100 |
commit | 10fae9e4f5b4bc00580f7972ad0a3e07bb680bfb (patch) | |
tree | b06128e526ce76a3794a1dece41eaa909499b1eb /app/src/main/res/layout | |
parent | 3c1a29e2b8717a20948773bbc21abdc723ce5dee (diff) | |
download | tincapp-10fae9e4f5b4bc00580f7972ad0a3e07bb680bfb.tar.gz |
Replace node list loading placeholder
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_network_status_header.xml | 2 |
1 files changed, 1 insertions, 1 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 cde547c..e550c5a 100644 --- a/app/src/main/res/layout/fragment_network_status_header.xml +++ b/app/src/main/res/layout/fragment_network_status_header.xml | |||
@@ -122,6 +122,6 @@ | |||
122 | <TextView | 122 | <TextView |
123 | android:id="@+id/node_list_placeholder" | 123 | android:id="@+id/node_list_placeholder" |
124 | style="@style/AppTheme.ListBlock.Placeholder" | 124 | style="@style/AppTheme.ListBlock.Placeholder" |
125 | android:text="@string/message_no_known_node"/> | 125 | android:text="@string/message_loading"/> |
126 | 126 | ||
127 | </LinearLayout> | 127 | </LinearLayout> |