Use "popup" style for Dialog buttons
authorKangho Hur <kangho.hur@samsung.com>
Thu, 11 May 2017 11:58:07 +0000 (20:58 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Mon, 10 Jul 2017 02:11:25 +0000 (11:11 +0900)
Change-Id: I3532b26bd36bba11e77e34163d9dd738f9bc9526

Xamarin.Forms.Platform.Tizen/Native/Dialog.cs

index 8e0cb73..c59755f 100644 (file)
@@ -228,6 +228,11 @@ namespace Xamarin.Forms.Platform.Tizen.Native
                /// <param name="button">The new button.</param>
                void ApplyButton(ButtonPosition position, EButton button)
                {
+                       if (button != null)
+                       {
+                               button.Style = "popup";
+                       }
+
                        switch (position)
                        {
                                case ButtonPosition.Positive: