[NUI] Apply ContentPage Color
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 28 May 2021 02:42:21 +0000 (11:42 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Fri, 28 May 2021 05:07:10 +0000 (14:07 +0900)
ContentPage color is applied based on the latest UX.

src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs
src/Tizen.NUI.Components/Theme/ThemeDark.cs

index 5504bd3..b5c9484 100755 (executable)
@@ -378,6 +378,11 @@ namespace Tizen.NUI.Components
                 },
             });
 
+            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),
index 4c31c32..5781f25 100755 (executable)
@@ -371,6 +371,11 @@ namespace Tizen.NUI.Components
                 },
             });
 
+            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),