From: Jaehyun Cho Date: Mon, 14 Jun 2021 12:14:45 +0000 (+0900) Subject: [NUI] Update MenuItem's image resource and Menu's background color (#3192) X-Git-Tag: accepted/tizen/unified/20231205.024657~1767 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=edb5874879b8b5e81a1dd3ded4033f78ab6561e5;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Update MenuItem's image resource and Menu's background color (#3192) To apply the MenuItem's UX, MenuItem's image resource and Menu's background color have been updated. Co-authored-by: Jaehyun Cho --- diff --git a/src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs b/src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs index 1f17bcf..7b5f6a9 100755 --- a/src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs +++ b/src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs @@ -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() { diff --git a/src/Tizen.NUI.Components/res/nui_component_menu_item_bg.png b/src/Tizen.NUI.Components/res/nui_component_menu_item_bg.png index bb776e7..81a65cc 100755 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