summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Bz43733.xaml
blob: eaccfcd9e7a0dc9a001f7896b20183f1e2b786cc (plain)
1
2
3
4
<?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.Bz43733">
	<Label x:Name="label" Text="{StaticResource SharedText}"/>
</ContentPage>