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-10-23 13:34:35 +0900
commit03b0a6d2488a163cda17f77db04bc984f41bd129 (patch)
tree2618952d3736336551f0c2f759c632d6bddf496c /Xamarin.Forms.Platform.Tizen/Native
parent0bde2d7077c2de8bef0cac2c7ae29e50fc4d3ba8 (diff)
downloadxamarin-forms-03b0a6d2488a163cda17f77db04bc984f41bd129.tar.gz
xamarin-forms-03b0a6d2488a163cda17f77db04bc984f41bd129.tar.bz2
xamarin-forms-03b0a6d2488a163cda17f77db04bc984f41bd129.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: