summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorAdeel Kazmi <adeel.kazmi@samsung.com>2016-10-05 11:40:03 -0700
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2016-10-05 11:40:03 -0700
commitf95b1257053b875ed48d271889fb718f0b86805f (patch)
treef51f477850b489020975346c1f2085e3f194f48e /demo
parent93a593cb3fba6f7881402747e2db2faf732c1d57 (diff)
parentaffb5e80069ae87251da5bab06ee6799475183c4 (diff)
downloaddali-demo-f95b1257053b875ed48d271889fb718f0b86805f.tar.gz
dali-demo-f95b1257053b875ed48d271889fb718f0b86805f.tar.bz2
dali-demo-f95b1257053b875ed48d271889fb718f0b86805f.zip
Merge "Added animated shapes demo" into devel/master
Diffstat (limited to 'demo')
-rw-r--r--demo/dali-demo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/dali-demo.cpp b/demo/dali-demo.cpp
index 408eb587..b39b0702 100644
--- a/demo/dali-demo.cpp
+++ b/demo/dali-demo.cpp
@@ -36,6 +36,7 @@ int DALI_EXPORT_API main(int argc, char **argv)
// Create the demo launcher
DaliTableView demo(app);
+ demo.AddExample(Example("animated-shapes.example", DALI_DEMO_STR_TITLE_ANIMATED_SHAPES));
demo.AddExample(Example("bubble-effect.example", DALI_DEMO_STR_TITLE_BUBBLES));
demo.AddExample(Example("blocks.example", DALI_DEMO_STR_TITLE_BLOCKS));
demo.AddExample(Example("cube-transition-effect.example", DALI_DEMO_STR_TITLE_CUBE_TRANSITION));