[NUI] AppBar code refactoring (#2861)
authorJaehyun Cho <jaehyun0cho@gmail.com>
Mon, 12 Apr 2021 02:45:35 +0000 (11:45 +0900)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 20 Apr 2021 06:13:00 +0000 (15:13 +0900)
commit67f8e3f706d5bbc7007da8cdb95b9710b32d81ff
tree06aee6a7ea643a06b55fb1b16a82ef76253ce375
parenta76cc011fd2ac08e690b51f42650c097db72cb4b
[NUI] AppBar code refactoring (#2861)

To enhance usability, some APIs are added and removed as follows.

Title and Actions are added to set these properties with constructor.

SetTitle(), AddActions() and RemoveActions() are removed because the
above Title and Actions cover theses methods.

Comment's indentation is also fixed.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
src/Tizen.NUI.Components/Controls/Navigation/AppBar.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/AppBarSample.cs