summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Issue1199.xaml
blob: 7d6abe90f9f92a2a18d8a7b9cf05baecd4a81923 (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.Issue1199">
<ContentPage.Resources>
		<ResourceDictionary>
			<Color x:Key="AlmostSilver">#FFCCCCCC</Color>
		</ResourceDictionary>
	</ContentPage.Resources>
</ContentPage>