summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsung-su.kim <sung-su.kim@samsung.com>2017-05-12 20:33:40 +0900
committersung-su.kim <sung-su.kim@samsung.com>2017-05-12 20:35:13 +0900
commit91d05b7a332e46335ebd3e8fbba6fb53c6afd850 (patch)
tree16cfd45bb4854a58107c1aae0f2a34d1ba500136
parenteedc476f68563ae60b4592079d2210df97614c66 (diff)
downloadxamarin-forms-extension-accepted/tizen/unified/20170512.170209.tar.gz
xamarin-forms-extension-accepted/tizen/unified/20170512.170209.tar.bz2
xamarin-forms-extension-accepted/tizen/unified/20170512.170209.zip
Change-Id: I872eb4d9e3e1312470b2f957eba9192a29ab7e22
-rw-r--r--Tizen.Xamarin.Forms.Extension.Renderer/DialogImplementation.cs6
-rw-r--r--packaging/xamarin-forms-extension.spec2
2 files changed, 4 insertions, 4 deletions
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