aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_network_list_empty_placeholder.xml
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2017-07-03 23:59:40 +0200
committerPacien TRAN-GIRARD2017-07-03 23:59:40 +0200
commit0b3eef56d244bf40598cba66b1e48479ecbdfaef (patch)
treeffbe91014c76ad663b11e64571619b334623edf0 /app/src/main/res/layout/fragment_network_list_empty_placeholder.xml
parentf791c73e356e6d8ed79b9b14702b84587c3c4bd3 (diff)
downloadtincapp-0b3eef56d244bf40598cba66b1e48479ecbdfaef.tar.gz
Fix empty list placeholder
Diffstat (limited to 'app/src/main/res/layout/fragment_network_list_empty_placeholder.xml')
-rw-r--r--app/src/main/res/layout/fragment_network_list_empty_placeholder.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/res/layout/fragment_network_list_empty_placeholder.xml b/app/src/main/res/layout/fragment_network_list_empty_placeholder.xml
deleted file mode 100644
index 169942f..0000000
--- a/app/src/main/res/layout/fragment_network_list_empty_placeholder.xml
+++ /dev/null
@@ -1,5 +0,0 @@
1<TextView
2 xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/network_list_empty"
4 style="@style/AppTheme.ListBlock.Placeholder"
5 android:text="@string/message_no_network_configuration_found"/>