aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_network_list_header.xml
blob: 436cfc23d08815071b95d6acc5969bb099f0be54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<LinearLayout
	xmlns:android="http://schemas.android.com/apk/res/android"
	android:layout_width="match_parent"
	android:layout_height="wrap_content"
	android:orientation="vertical">

	<TextView
		style="@style/AppTheme.SectionTitle"
		android:text="@string/title_connect_to_network"/>

	<TextView
		android:id="@+id/network_list_placeholder"
		style="@style/AppTheme.ListBlock.Placeholder"
		android:text="@string/message_no_network_configuration_found"/>

</LinearLayout>