summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/SharedResourceDictionary2.xaml
blob: 24a6ecd3deb1f9e08df465dc243fc063f00f024e (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<ResourceDictionary xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Xamarin.Forms.Xaml.UnitTests.SharedResourceDictionary2">
	<Style x:Key="sharedStyle2" TargetType="Label">
		<Setter Property="TextColor" Value="Purple"/>
	</Style>
</ResourceDictionary>