summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/AppCompat/ButtonRenderer.cs
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2017-06-01 11:27:12 +0100
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:34:24 +0900
commit8ef1bfe217513817e68d047f35f885969f660fe2 (patch)
treeda1b61bda934de05c16f5d02184b1cd2ad7b076f /Xamarin.Forms.Platform.Android/AppCompat/ButtonRenderer.cs
parent6539216528571dee0536321e8a4a4d10e6e6610e (diff)
downloadxamarin-forms-8ef1bfe217513817e68d047f35f885969f660fe2.tar.gz
xamarin-forms-8ef1bfe217513817e68d047f35f885969f660fe2.tar.bz2
xamarin-forms-8ef1bfe217513817e68d047f35f885969f660fe2.zip
Fix border on android buttons (#941)
* [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
Diffstat (limited to 'Xamarin.Forms.Platform.Android/AppCompat/ButtonRenderer.cs')
-rw-r--r--Xamarin.Forms.Platform.Android/AppCompat/ButtonRenderer.cs1
1 files changed, 1 insertions, 0 deletions
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;
}