summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/StyleValues.cs
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-02-15 19:23:23 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-03-24 13:19:02 +0900
commit5f2706e4c098da7cb2af87540d30334beae78a83 (patch)
tree5224ec1a88469b2b10907db563a320d04dda98f9 /Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/StyleValues.cs
parentbb5066c364f07302b087bbe8a38ce38f4d4588e4 (diff)
downloadxamarin-forms-5f2706e4c098da7cb2af87540d30334beae78a83.tar.gz
xamarin-forms-5f2706e4c098da7cb2af87540d30334beae78a83.tar.bz2
xamarin-forms-5f2706e4c098da7cb2af87540d30334beae78a83.zip
Add TabbedPageStyle
Add two styles of TabbedPage, "Tabbar", "TabbarWithTitle" Change-Id: I71d3e7c128b03b5df58a0ab9f9929b24ac9e4650
Diffstat (limited to 'Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/StyleValues.cs')
-rw-r--r--Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/StyleValues.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/StyleValues.cs b/Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/StyleValues.cs
index d4e3c3ff..2d5ea5b3 100644
--- a/Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/StyleValues.cs
+++ b/Xamarin.Forms.Core/PlatformConfiguration/TizenSpecific/StyleValues.cs
@@ -19,4 +19,11 @@ namespace Xamarin.Forms.PlatformConfiguration.TizenSpecific
public const string Default = "default";
public const string Pending = "pending";
}
+
+ public static class TabbedPageStyle
+ {
+ public const string Default = "default";
+ public const string Tabbar = "tabbar";
+ public const string TabbarWithTitle = "tabbar_with_title";
+ }
}