[NUI] Apply AlertDialog UX - Sizes and Colors
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 26 Apr 2022 08:43:36 +0000 (17:43 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Tue, 3 May 2022 09:00:21 +0000 (02:00 -0700)
commit9daa55a4f131e18b94a964e4460611918b8506b6
tree60836687aedd6ba5306b4f4d342ae507eca8db7d
parentcfa538ee4806abfcdf8779858bf00b7d7c1d3c77
[NUI] Apply AlertDialog UX - Sizes and Colors

The latest AlertDialog UX have been applied.
Sizes and Colors have been changed.

To align action items at the center with space between them,
LinearLayout and FlexLayout are used.
i.e.
- LinearLayout is used for 1 action item.
- FlexLayout is used for action items more than 1.
src/Tizen.NUI.Components/Controls/AlertDialog.cs
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs