From 54139a6449ce04256a6f7e8fef69fd2cb3bc1ea0 Mon Sep 17 00:00:00 2001 From: Kangho Hur Date: Thu, 11 May 2017 20:58:07 +0900 Subject: Use "popup" style for Dialog buttons Change-Id: I3532b26bd36bba11e77e34163d9dd738f9bc9526 --- Xamarin.Forms.Platform.Tizen/Native/Dialog.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Xamarin.Forms.Platform.Tizen/Native') diff --git a/Xamarin.Forms.Platform.Tizen/Native/Dialog.cs b/Xamarin.Forms.Platform.Tizen/Native/Dialog.cs index 8e0cb735..c59755f7 100644 --- a/Xamarin.Forms.Platform.Tizen/Native/Dialog.cs +++ b/Xamarin.Forms.Platform.Tizen/Native/Dialog.cs @@ -228,6 +228,11 @@ namespace Xamarin.Forms.Platform.Tizen.Native /// The new button. void ApplyButton(ButtonPosition position, EButton button) { + if (button != null) + { + button.Style = "popup"; + } + switch (position) { case ButtonPosition.Positive: -- cgit v1.2.3