From 8ef1bfe217513817e68d047f35f885969f660fe2 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Thu, 1 Jun 2017 11:27:12 +0100 Subject: Fix border on android buttons (#941) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [Android] Add a button background tracker to handle background and border properties and be shared between button renderers * [Android]Fix border radius dependency * [Android] Make sure we always create or updated the background button tracker --- Xamarin.Forms.Platform.Android/AppCompat/ButtonRenderer.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Xamarin.Forms.Platform.Android/AppCompat/ButtonRenderer.cs') diff --git a/Xamarin.Forms.Platform.Android/AppCompat/ButtonRenderer.cs b/Xamarin.Forms.Platform.Android/AppCompat/ButtonRenderer.cs index 394f3325..be520e69 100644 --- a/Xamarin.Forms.Platform.Android/AppCompat/ButtonRenderer.cs +++ b/Xamarin.Forms.Platform.Android/AppCompat/ButtonRenderer.cs @@ -27,6 +27,7 @@ namespace Xamarin.Forms.Platform.Android.AppCompat public ButtonRenderer() { + System.Diagnostics.Debug.WriteLine("Slow Button!"); AutoPackage = false; } -- cgit v1.2.3