summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/CustomXamlView.xaml
blob: 67d92befbc636b5020d2e71f00013ab85b273502 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8" ?>
<ContentView
	xmlns="http://xamarin.com/schemas/2014/forms"
	xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
	x:Class="Xamarin.Forms.Xaml.UnitTests.CustomXamlView">
	<Label x:Name="label0" Text="foobar"/>
</ContentView>