[NUI] Fix AlertDialog not to use ViewStyle. (#3268)
authorJiyun Yang <ji.yang@samsung.com>
Wed, 7 Jul 2021 04:41:52 +0000 (13:41 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 9 Jul 2021 10:39:50 +0000 (19:39 +0900)
commit7ea0c49534a6272ed4c86a5e711c749b30a72c2e
treed47bad1caf1a2a102ac684ae6f12459fe6fec448
parentb75b2770f4bcfae71b0567faf78131075ef93898
[NUI] Fix AlertDialog not to use ViewStyle. (#3268)

ViewStyle is the last applied style which is not the same as the current style.
Hence it is not recommanded to use ViewStyle inside components code.
(Please note that View.ViewStyle is deprecated and better not to use.)

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI.Components/Controls/AlertDialog.cs