aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_network_list_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/fragment_network_list_header.xml')
-rw-r--r--app/src/main/res/layout/fragment_network_list_header.xml18
1 files changed, 15 insertions, 3 deletions
diff --git a/app/src/main/res/layout/fragment_network_list_header.xml b/app/src/main/res/layout/fragment_network_list_header.xml
index 3531e3e..436cfc2 100644
--- a/app/src/main/res/layout/fragment_network_list_header.xml
+++ b/app/src/main/res/layout/fragment_network_list_header.xml
@@ -1,4 +1,16 @@
1<TextView 1<LinearLayout
2 xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:android="http://schemas.android.com/apk/res/android"
3 style="@style/AppTheme.SectionTitle" 3 android:layout_width="match_parent"
4 android:text="@string/title_connect_to_network"/> 4 android:layout_height="wrap_content"
5 android:orientation="vertical">
6
7 <TextView
8 style="@style/AppTheme.SectionTitle"
9 android:text="@string/title_connect_to_network"/>
10
11 <TextView
12 android:id="@+id/network_list_placeholder"
13 style="@style/AppTheme.ListBlock.Placeholder"
14 android:text="@string/message_no_network_configuration_found"/>
15
16</LinearLayout>