From 5ae10ee3b9ce50195339ba89a3794e0d034b20c3 Mon Sep 17 00:00:00 2001 From: chungryeol lim Date: Thu, 19 Jan 2017 19:04:47 +0900 Subject: Fixed DisplayAlert message color issue - Change the default color of message color to black Change-Id: Id9b7f74c0ecdc222bb46a9ecc6e4464cb6601cc7 Signed-off-by: chungryeol lim --- Xamarin.Forms.Platform.Tizen/FormsApplication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xamarin.Forms.Platform.Tizen/FormsApplication.cs b/Xamarin.Forms.Platform.Tizen/FormsApplication.cs index 32ef3c38..fe8c4fd5 100644 --- a/Xamarin.Forms.Platform.Tizen/FormsApplication.cs +++ b/Xamarin.Forms.Platform.Tizen/FormsApplication.cs @@ -169,7 +169,7 @@ namespace Xamarin.Forms.Platform.Tizen alert.Title = arguments.Title; var label = new ELabel(alert) { - Text = "" + arguments.Message + "<\\span>", + Text = "" + arguments.Message + "<\\span>", }; label.Show(); -- cgit v1.2.3