summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Native
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-05-11 20:58:07 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-07-10 11:11:25 +0900
commit54139a6449ce04256a6f7e8fef69fd2cb3bc1ea0 (patch)
treec7603bc3b49fe9a409b0fa86362c689f66723419 /Xamarin.Forms.Platform.Tizen/Native
parent3aff9704a12f67b7b9efff6007f42a50eb040a1e (diff)
downloadxamarin-forms-54139a6449ce04256a6f7e8fef69fd2cb3bc1ea0.tar.gz
xamarin-forms-54139a6449ce04256a6f7e8fef69fd2cb3bc1ea0.tar.bz2
xamarin-forms-54139a6449ce04256a6f7e8fef69fd2cb3bc1ea0.zip
Use "popup" style for Dialog buttons
Change-Id: I3532b26bd36bba11e77e34163d9dd738f9bc9526
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Native')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Native/Dialog.cs5
1 files changed, 5 insertions, 0 deletions
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
/// <param name="button">The new button.</param>
void ApplyButton(ButtonPosition position, EButton button)
{
+ if (button != null)
+ {
+ button.Style = "popup";
+ }
+
switch (position)
{
case ButtonPosition.Positive: