summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/GrialIssue01.xaml
blob: ea92c61eb3903eb21c8170134b072b4db08930a5 (plain)
1
2
3
4
5
6
7
8
9
10
<?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.GrialIssue01">
	<ContentPage.Resources>
		<ResourceDictionary>
			<FileImageSource x:Key="image">path.png</FileImageSource>
		</ResourceDictionary>
	</ContentPage.Resources>
</ContentPage>