16 строки
461 B
XML
16 строки
461 B
XML
<?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.Issue2450">
|
|
<ContentPage.Resources>
|
|
<ResourceDictionary>
|
|
<DataTemplate x:Key="foo">
|
|
<ViewCell>
|
|
<Label x:Name="label0"/>
|
|
<Label x:Name="label0"/>
|
|
</ViewCell>
|
|
</DataTemplate>
|
|
</ResourceDictionary>
|
|
</ContentPage.Resources>
|
|
</ContentPage> |