diff options
author | Ferran Sole <ferran.sole@samsung.com> | 2016-09-12 10:44:02 +0100 |
---|---|---|
committer | Ferran Sole <ferran.sole@samsung.com> | 2016-09-15 11:41:08 +0100 |
commit | affb5e80069ae87251da5bab06ee6799475183c4 (patch) | |
tree | 4d4ba08691e5c8c2faf0daff52560be6f30c5533 /demo | |
parent | bf96ef03039ab9b0dd8391b7df3eda1c98a255f9 (diff) | |
download | dali-demo-affb5e80069ae87251da5bab06ee6799475183c4.tar.gz dali-demo-affb5e80069ae87251da5bab06ee6799475183c4.tar.bz2 dali-demo-affb5e80069ae87251da5bab06ee6799475183c4.zip |
Added animated shapes demo
Change-Id: I7c8915f27798bb7651abb0e0890769a801c012cc
Diffstat (limited to 'demo')
-rw-r--r-- | demo/dali-demo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/dali-demo.cpp b/demo/dali-demo.cpp index f413590d..5a26efed 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)); |