[NUI] Add AppBarStyle class with the latest AppBar UX (#2718)
authorJaehyun Cho <29364140+jaehyun0cho@users.noreply.github.com>
Wed, 10 Mar 2021 05:16:01 +0000 (14:16 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Wed, 17 Mar 2021 06:50:14 +0000 (15:50 +0900)
commitbacbe1ce72b8a444c17fc909ee6a301c27f6ef9d
treeec64aabfa5fab6226ef7b46ea5f93e04c6f0fbe7
parent023632a7e5a1f11b00ee6f82a9148f359c8d1440
[NUI] Add AppBarStyle class with the latest AppBar UX (#2718)

To apply the latest AppBar UX, AppBarStyle class is added.

AppBarStyle.BackButton is applied to AppBar.DefaultNavigationContent.
AppBarStyle.TitleTextLabel is applied to AppBar.DefaultTitleContent.
AppBarStyle.ActionView and ActionButton are applied to the children of
AppBar.DefaultActionContent added by AppBar.AddActions().

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
src/Tizen.NUI.Components/Controls/Navigation/AppBar.cs
src/Tizen.NUI.Components/Style/Navigation/AppBarStyle.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Theme/DefaultTheme.cs
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs
src/Tizen.NUI.Components/res/nui_component_default_back_button.png [new file with mode: 0755]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/AppBarSample.cs