ContentPage color is applied based on the latest UX.
},
});
+ theme.AddStyleWithoutClone("Tizen.NUI.Components.ContentPage", new ViewStyle()
+ {
+ BackgroundColor = new Color("#EEEFF1FF"),
+ });
+
theme.AddStyleWithoutClone("Tizen.NUI.Components.AppBar", new AppBarStyle()
{
Size = new Size(-1, 120),
},
});
+ theme.AddStyleWithoutClone("Tizen.NUI.Components.ContentPage", new ViewStyle()
+ {
+ BackgroundColor = new Color("#EEEFF1FF"),
+ });
+
theme.AddStyleWithoutClone("Tizen.NUI.Components.AppBar", new AppBarStyle()
{
Size = new Size(-1, 120),