[NUI] Add Title in Wearable component (#1600)
authorJoogabYun <40262755+JoogabYun@users.noreply.github.com>
Wed, 13 May 2020 06:15:05 +0000 (15:15 +0900)
committerGitHub <noreply@github.com>
Wed, 13 May 2020 06:15:05 +0000 (15:15 +0900)
commitdf2d4207653c4ecca40446c6f8bf95f49cb48609
tree354b3665e7f9b27c9ea8c622c45328907a51dc72
parent0929f794477b66c5ac933fac70b000ee518bdd45
[NUI] Add Title in Wearable component (#1600)

- The Title inherits TextLabel.
       The Title can has a fadeOut effects on the left and right side.
src/Tizen.NUI.Wearable/src/public/Title.cs [new file with mode: 0755]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/TitleSample.cs [new file with mode: 0755]