summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorChu Hoang <c.hoang@samsung.com>2015-08-25 11:27:09 +0100
committerChu Hoang <c.hoang@samsung.com>2015-10-26 13:57:14 +0000
commit9a38745c71d57fe4d8926c3d776a835f946d025e (patch)
treea7dd6ccb4a7eb004619498d1e1a6e334e206f3b3 /demo
parentf9c08e2edb6a57b7dd24d302dd6a40a8ebe6005e (diff)
downloaddali-demo-9a38745c71d57fe4d8926c3d776a835f946d025e.tar.gz
dali-demo-9a38745c71d57fe4d8926c3d776a835f946d025e.tar.bz2
dali-demo-9a38745c71d57fe4d8926c3d776a835f946d025e.zip
Adding Image View example demostrating changing, adding and removing ImageViews.
Change-Id: I4a0238a90a26201086e412369da0170435e1a86b
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 35eb9176..05aa4c30 100644
--- a/demo/dali-demo.cpp
+++ b/demo/dali-demo.cpp
@@ -66,6 +66,7 @@ int main(int argc, char **argv)
demo.AddExample(Example("textured-mesh.example", DALI_DEMO_STR_TITLE_TEXTURED_MESH));
demo.AddExample(Example("line-mesh.example", DALI_DEMO_STR_TITLE_LINE_MESH));
demo.AddExample(Example("gradients.example", DALI_DEMO_STR_TITLE_COLOR_GRADIENT));
+ demo.AddExample(Example("image-view.example", DALI_DEMO_STR_TITLE_IMAGE_VIEW));
demo.SortAlphabetically( true );