XmlnsPrefix d: (#4781)
authorStephane Delcroix <stephane@delcroix.org>
Thu, 20 Dec 2018 12:16:46 +0000 (13:16 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Dec 2018 12:16:46 +0000 (13:16 +0100)
be ready for when we'll merge #4743

Xamarin.Forms.Core/Properties/AssemblyInfo.cs

index 85605f5..e064eec 100644 (file)
@@ -39,6 +39,7 @@ using Xamarin.Forms.StyleSheets;
 
 [assembly: XmlnsDefinition("http://xamarin.com/schemas/2014/forms", "Xamarin.Forms")]
 [assembly: XmlnsPrefix("http://xamarin.com/schemas/2014/forms", "xf")]
+[assembly: XmlnsPrefix("http://xamarin.com/schemas/2014/forms/design", "d")]
 
 [assembly: StyleProperty("background-color", typeof(VisualElement), nameof(VisualElement.BackgroundColorProperty))]
 [assembly: StyleProperty("background-image", typeof(Page), nameof(Page.BackgroundImageProperty))]