[NUI] Update MenuItem's image resource and Menu's background color (#3192)
authorJaehyun Cho <jaehyun0cho@gmail.com>
Mon, 14 Jun 2021 12:14:45 +0000 (21:14 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 23 Jun 2021 08:25:09 +0000 (17:25 +0900)
To apply the MenuItem's UX, MenuItem's image resource and Menu's
background color have been updated.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs
src/Tizen.NUI.Components/res/nui_component_menu_item_bg.png

index 1f17bcf..7b5f6a9 100755 (executable)
@@ -674,6 +674,12 @@ namespace Tizen.NUI.Components
                 }
             });
 
+            // Menu base style
+            theme.AddStyleWithoutClone("Tizen.NUI.Components.Menu", new ViewStyle()
+            {
+                BackgroundColor = new Color("#EEEFF1"),
+            });
+
             // MenuItem base style
             theme.AddStyleWithoutClone("Tizen.NUI.Components.MenuItem", new ButtonStyle()
             {
index bb776e7..81a65cc 100755 (executable)
Binary files a/src/Tizen.NUI.Components/res/nui_component_menu_item_bg.png and b/src/Tizen.NUI.Components/res/nui_component_menu_item_bg.png differ