summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Unreported001.xaml
blob: a039f7f6f8771fcc28389c0604574c004a63edd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"
			xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
			xmlns:local="clr-namespace:Xamarin.Forms.Xaml.UnitTests"
			x:Class="Xamarin.Forms.Xaml.UnitTests.Unreported001">
	<NavigationPage Title="Test" x:Name="navpage">
		<x:Arguments>
			<local:U001Page />
		</x:Arguments>
	</NavigationPage>
</TabbedPage>