summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Unreported002.xaml
blob: 7785ae8c41b474d0ef20d5ba77a3954e4e0b752a (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
			 xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
			 x:Class="Xamarin.Forms.Xaml.UnitTests.Unreported002">
	<Label x:Name="label"
		   AbsoluteLayout.LayoutBounds="0.5,0.5,1,AutoSize" />
</ContentPage>