[NUI] Add AppBar class (#2435)
authorJaehyun Cho <29364140+jaehyun0cho@users.noreply.github.com>
Tue, 5 Jan 2021 08:44:50 +0000 (17:44 +0900)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Mon, 11 Jan 2021 05:49:43 +0000 (14:49 +0900)
commitf5e219a253a5ff4f127794931791c57a04293b23
treeb2e2a22f11e358ecf1cc45d81296964140e50238
parent6ae826f76c5f15e5d3133284d337147e5d6f8273
[NUI] Add AppBar class (#2435)

AppBar shows title text and provides navigation and action functions on
Page.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
src/Tizen.NUI.Components/Controls/Navigation/AppBar.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Navigation/Page.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/AppBarSample.cs [new file with mode: 0755]