summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Issue1213.xaml
blob: ec1494232b0f33397073f2d9b11f890a4240786d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"
			 xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" 
			 x:Class="Xamarin.Forms.Xaml.UnitTests.Issue1213">
	<ContentPage Title="page 1">
		<Label Text="page 1"
			   VerticalOptions = "LayoutOptions.CenterAndExpand"
			   HorizontalOptions = "LayoutOptions.CenterAndExpand"/>
	</ContentPage>
	<ContentPage Title="page 2">
		<Label Text="page 2"
			   VerticalOptions = "LayoutOptions.CenterAndExpand"
			   HorizontalOptions = "LayoutOptions.CenterAndExpand"/>
	</ContentPage>
</TabbedPage>