aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_network_list_empty_placeholder.xml
blob: 169942fb46d0515990af735f48891d8b456b764b (plain)
1
2
3
4
5
<TextView
	xmlns:android="http://schemas.android.com/apk/res/android"
	android:id="@+id/network_list_empty"
	style="@style/AppTheme.ListBlock.Placeholder"
	android:text="@string/message_no_network_configuration_found"/>