From 44d9285c234e8da80696b09761e59539007a27b0 Mon Sep 17 00:00:00 2001 From: Kangho Hur Date: Thu, 27 Apr 2017 11:07:45 +0900 Subject: Set text align of Popup'label to middle as default - this is from UX requirments. Change-Id: I0477f37a2dd167be45113c9e97adf0c0cc9ebf31 --- Xamarin.Forms.Platform.Tizen/FormsApplication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xamarin.Forms.Platform.Tizen/FormsApplication.cs') diff --git a/Xamarin.Forms.Platform.Tizen/FormsApplication.cs b/Xamarin.Forms.Platform.Tizen/FormsApplication.cs index e00c3908..0b8db94e 100644 --- a/Xamarin.Forms.Platform.Tizen/FormsApplication.cs +++ b/Xamarin.Forms.Platform.Tizen/FormsApplication.cs @@ -171,7 +171,7 @@ namespace Xamarin.Forms.Platform.Tizen var message = arguments.Message.Replace("&", "&").Replace("<", "<").Replace(">", ">").Replace(Environment.NewLine, "
"); var label = new ELabel(alert) { - Text = "" + message + "<\\span>", + Text = "" + message + "<\\span>", }; label.Show(); -- cgit v1.2.3