[NUI] Fix AppBar not to use ViewStyle. (#3269)
authorJiyun Yang <ji.yang@samsung.com>
Wed, 7 Jul 2021 04:42:08 +0000 (13:42 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 9 Jul 2021 10:39:50 +0000 (19:39 +0900)
commit30ec18a9523f7eb7f77b62ff75de05eb0b8aba77
tree86b3dbc830abaf1afad673bcfe88015e41c561df
parent7ea0c49534a6272ed4c86a5e711c749b30a72c2e
[NUI] Fix AppBar not to use ViewStyle. (#3269)

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/Navigation/AppBar.cs