Remove unneccessary property setting for TabbedPage 25/127725/1 accepted/tizen/unified/20170429.024532 submit/tizen/20170428.112155
authorKangho Hur <kangho.hur@samsung.com>
Fri, 28 Apr 2017 11:19:28 +0000 (20:19 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Fri, 28 Apr 2017 11:20:24 +0000 (20:20 +0900)
Change-Id: Idee9dddf1eb42914876403bfb9befaaa420add49

Xamarin.Forms.Platform.Tizen/Renderers/TabbedPageRenderer.cs
packaging/xamarin-forms-tizen.spec

index 84c9b25..36b9a07 100644 (file)
@@ -45,7 +45,6 @@ namespace Xamarin.Forms.Platform.Tizen
                                {
                                        AlignmentX = -1,
                                        WeightX = 1,
-                                       ShrinkMode = ToolbarShrinkMode.Expand,
                                        SelectionMode = ToolbarSelectionMode.Always,
                                        Style = "tabbar_with_title"
                                };
index c7349df..02ba5d3 100644 (file)
@@ -2,7 +2,7 @@
 %define XF_RELEASE 233
 
 # Increase this XF_DEV_VERSION when any public APIs of Xamarin.Forms.Platform.Tizen are changed.
-%define XF_DEV_VERSION 003
+%define XF_DEV_VERSION 004
 
 Name: xamarin-forms-tizen
 Summary: Xamarin.Forms for Tizen platform