X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples-reel%2Fdali-examples-reel.cpp;h=17fc2d7802b3ccb9cec22c8097fbfccf2603b9ae;hb=826d8e47f5df21bf57582e55b26fcf77dc257aa7;hp=63ead6e8f46c04dd98ff389b706a4f7d033096ab;hpb=8c3bc5dd2ae1dbacc188feec3fb5da331f605c7d;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples-reel/dali-examples-reel.cpp b/examples-reel/dali-examples-reel.cpp index 63ead6e..17fc2d7 100644 --- a/examples-reel/dali-examples-reel.cpp +++ b/examples-reel/dali-examples-reel.cpp @@ -54,6 +54,7 @@ int DALI_EXPORT_API main(int argc, char** argv) demo.AddExample(Example("deferred-shading.example", DALI_DEMO_STR_TITLE_DEFERRED_SHADING)); demo.AddExample(Example("dissolve-effect.example", DALI_DEMO_STR_TITLE_DISSOLVE_TRANSITION)); demo.AddExample(Example("drag-and-drop.example", DALI_DEMO_STR_TITLE_DRAG_AND_DROP)); + demo.AddExample(Example("drawable-actor.example", DALI_DEMO_STR_TITLE_DRAWABLE_ACTOR)); demo.AddExample(Example("effects-view.example", DALI_DEMO_STR_TITLE_EFFECTS_VIEW)); demo.AddExample(Example("flex-container.example", DALI_DEMO_STR_TITLE_FLEXBOX_PLAYGROUND)); demo.AddExample(Example("frame-callback.example", DALI_DEMO_STR_TITLE_FRAME_CALLBACK));