[NUI] Add Seamless MusicPlayer sample (#2103)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Wed, 21 Oct 2020 07:05:50 +0000 (16:05 +0900)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 07:05:50 +0000 (16:05 +0900)
commit4082723e71b8317e35cbba6bf1c6403ebbf63369
treeb2ea6e83d979563ae504a272b2f0d26189b844b6
parente33975222a34e9973d0dc073113216bcc11ff0a0
[NUI] Add Seamless MusicPlayer sample (#2103)

-FHub Demo application

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
33 files changed:
test/Tizen.NUI.Seamless/NUIBrokerSample/NUIBrokerSample.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/NUIBrokerSample.csproj [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/TransitionEffect/SeamlessAnimator.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/UICreator.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/res/NUIBrokerSample.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/res/images/add.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/res/images/arrow-89-128.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/res/images/bar-chart-5-128.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/res/images/clock-128.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/res/images/familyboard_setting_bg1.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/res/images/familyboard_setting_bg2.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/res/images/familyboard_setting_bg3.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/res/images/iu_1.jpg [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/res/images/pic_1.jpg [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/res/images/play-128.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/res/images/profile.jpg [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/res/images/video-play-64.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/shared/res/NUIBrokerSample.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIBrokerSample/tizen-manifest.xml [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIMusicPlayer/NUIMusicPlayer.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIMusicPlayer/NUIMusicPlayer.csproj [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIMusicPlayer/UICreator.cs [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIMusicPlayer/res/images/add.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIMusicPlayer/res/images/arrow-89-128.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIMusicPlayer/res/images/bar-chart-5-128.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIMusicPlayer/res/images/clock-128.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIMusicPlayer/res/images/iu_1.jpg [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIMusicPlayer/res/images/pic_1.jpg [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIMusicPlayer/res/images/play-128.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIMusicPlayer/res/images/profile.jpg [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIMusicPlayer/res/images/video-play-64.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIMusicPlayer/shared/res/NUIMusicPlayer.png [new file with mode: 0755]
test/Tizen.NUI.Seamless/NUIMusicPlayer/tizen-manifest.xml [new file with mode: 0755]