summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-01-18 13:04:13 +0100
committerGitHub <noreply@github.com>2017-01-18 13:04:13 +0100
commit3701720f0d69ec834634f95e6f464dc900eeb855 (patch)
treeccc925e20b4e6095af11473bba6f27295a2fa1e9 /Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml
parent5fec30f288fffd6ad7c11a0557c809f3befdd79a (diff)
downloadxamarin-forms-3701720f0d69ec834634f95e6f464dc900eeb855.tar.gz
xamarin-forms-3701720f0d69ec834634f95e6f464dc900eeb855.tar.bz2
xamarin-forms-3701720f0d69ec834634f95e6f464dc900eeb855.zip
[XamlC] compile ListStringTypeConverter (#660)
* [XamlC] compile ListStringTypeConverter * remove debug statements
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml b/Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml
index 296f9eeb..7118c5d8 100644
--- a/Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml
+++ b/Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml
@@ -4,7 +4,8 @@
x:Class="Xamarin.Forms.Xaml.UnitTests.CompiledTypeConverter"
RectangleP="0,1,2,4"
RectangleBP="4,8,16,32"
- BackgroundColor="Pink">
+ BackgroundColor="Pink"
+ List="Foo, Bar">
<Label x:Name="label"
HorizontalOptions="EndAndExpand"
RelativeLayout.XConstraint="2" Margin="2,3"/>