From 1aab6ff4893935fb3bb91187d2d3fa796576198a Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Thu, 10 Aug 2017 13:35:27 -0400 Subject: Repro 58406; apply effects to fast renderers on Android (#1077) --- Xamarin.Forms.Controls/GalleryPages/ButtonGallery.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xamarin.Forms.Controls') diff --git a/Xamarin.Forms.Controls/GalleryPages/ButtonGallery.cs b/Xamarin.Forms.Controls/GalleryPages/ButtonGallery.cs index 3d452f71..8490363b 100644 --- a/Xamarin.Forms.Controls/GalleryPages/ButtonGallery.cs +++ b/Xamarin.Forms.Controls/GalleryPages/ButtonGallery.cs @@ -13,7 +13,7 @@ namespace Xamarin.Forms.Controls BackgroundColor = new Color (0.9); var normal = new Button { Text = "Normal Button" }; - normal.Effects.Add (Effect.Resolve ("XamControl.BorderEffect")); + normal.Effects.Add (Effect.Resolve ($"{Issues.Effects.ResolutionGroupName}.BorderEffect")); var disabled = new Button { Text = "Disabled Button"}; var disabledswitch = new Switch (); -- cgit v1.2.3