Update version 25/129025/2 accepted/tizen/unified/20170512.170209 submit/tizen/20170512.113544
authorsung-su.kim <sung-su.kim@samsung.com>
Fri, 12 May 2017 11:33:40 +0000 (20:33 +0900)
committersung-su.kim <sung-su.kim@samsung.com>
Fri, 12 May 2017 11:35:13 +0000 (20:35 +0900)
Change-Id: I872eb4d9e3e1312470b2f957eba9192a29ab7e22

Tizen.Xamarin.Forms.Extension.Renderer/DialogImplementation.cs
packaging/xamarin-forms-extension.spec

index 9ec4a18..5850721 100644 (file)
@@ -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
             {
index 750ca99..ed496f8 100644 (file)
@@ -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