summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Bz28689.xaml
blob: e2d10dabe711850d5f9a94e38d6f0ca11fd0222c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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.Bz28689">
	<ContentPage.Resources>
		<ResourceDictionary>
			<x:Array x:Key="stringArray" Type="{x:Type x:String}">
				<x:String>Test1</x:String>
				<x:String>Test2</x:String>
			</x:Array>
		</ResourceDictionary>
	</ContentPage.Resources>
</ContentPage>