From: sung-su.kim Date: Fri, 12 May 2017 11:33:40 +0000 (+0900) Subject: Update version X-Git-Tag: accepted/tizen/unified/20170512.170209^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F129025%2F2;p=platform%2Fcore%2Fcsapi%2Fxamarin-forms-extension.git Update version Change-Id: I872eb4d9e3e1312470b2f957eba9192a29ab7e22 --- diff --git a/Tizen.Xamarin.Forms.Extension.Renderer/DialogImplementation.cs b/Tizen.Xamarin.Forms.Extension.Renderer/DialogImplementation.cs index 9ec4a18..5850721 100644 --- a/Tizen.Xamarin.Forms.Extension.Renderer/DialogImplementation.cs +++ b/Tizen.Xamarin.Forms.Extension.Renderer/DialogImplementation.cs @@ -295,7 +295,7 @@ namespace Tizen.Xamarin.Forms.Extension.Renderer if (Positive != null) { _nativePositive = (ElmSharp.Button)Platform.GetOrCreateRenderer(Positive).NativeView; - _nativePositive.Style = "bottom"; + _nativePositive.Style = "popup"; } else { @@ -312,7 +312,7 @@ namespace Tizen.Xamarin.Forms.Extension.Renderer if (Neutral != null) { _nativeNeutral = (ElmSharp.Button)Platform.GetOrCreateRenderer(Neutral).NativeView; - _nativeNeutral.Style = "bottom"; + _nativeNeutral.Style = "popup"; } else { @@ -329,7 +329,7 @@ namespace Tizen.Xamarin.Forms.Extension.Renderer if (Negative != null) { _nativeNegative = (ElmSharp.Button)Platform.GetOrCreateRenderer(Negative).NativeView; - _nativeNegative.Style = "bottom"; + _nativeNegative.Style = "popup"; } else { diff --git a/packaging/xamarin-forms-extension.spec b/packaging/xamarin-forms-extension.spec index 750ca99..ed496f8 100644 --- a/packaging/xamarin-forms-extension.spec +++ b/packaging/xamarin-forms-extension.spec @@ -2,7 +2,7 @@ %define XF_RELEASE 233 # Increase this XF_TIZEN_VERSION when any public APIs are changed. -%define XF_DEV_VERSION 002 +%define XF_DEV_VERSION 003 Name: xamarin-forms-extension Summary: Tizen Extensions for Xamarin.Forms