summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Bz53381.xaml
blob: a278159c518b4c092916d9bf1ca4392c32546b08 (plain)
1
2
3
4
5
6
7
8
<?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.Bz53381">
	<Grid BackgroundColor="Green">
		<Label Text="This is my custom control."/>
	</Grid>
</ContentView>