diff options
-rw-r--r-- | Xamarin.Forms.Platform.Tizen/FormsApplication.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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, "<br>"); var label = new ELabel(alert) { - Text = "<span font_size=30 color=#000000>" + message + "<\\span>", + Text = "<span font_size=30 color=#000000 align=center>" + message + "<\\span>", }; label.Show(); |