[NUI] Apply Menu and MenuItem UX - Sizes and Colors
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 21 Apr 2022 12:57:10 +0000 (21:57 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 26 Apr 2022 04:41:13 +0000 (13:41 +0900)
commit1a194e337866fe4b7bdbae11a33d48f26e53bb70
treebffd446496e6af7e6e9bbec225536656a69546ee
parent4f710bf7d4157df1e07d583e8e0163b86455e326
[NUI] Apply Menu and MenuItem UX - Sizes and Colors

The latest Menu and MenuItem UX have been applied.
To apply the latest Menu UX, MenuStyle has been added.
Sizes and Colors have been changed.

Previously, Menu with many MenuItems could cover AppBar's More button.
Noew, Menu with many MenuItems never cover AppBar's More button.
src/Tizen.NUI.Components/Controls/Menu.cs
src/Tizen.NUI.Components/Controls/MenuItem.cs
src/Tizen.NUI.Components/Style/MenuStyle.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs
src/Tizen.NUI.Components/res/nui_component_menu_item_bg.png [deleted file]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/MenuSample.cs