X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=demo%2Fdali-demo.cpp;h=ab6b4b5fe9ae30ef635f7a8dedec3c969a779dab;hb=1606c06c164db91ee68062539695039cb40733ff;hp=c879617efdea85becbb3477252608536343e3691;hpb=599f271c522bea2ef343a93fb466b6ee76fd0297;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/demo/dali-demo.cpp b/demo/dali-demo.cpp index c879617..ab6b4b5 100644 --- a/demo/dali-demo.cpp +++ b/demo/dali-demo.cpp @@ -84,6 +84,7 @@ int DALI_EXPORT_API main(int argc, char **argv) demo.AddExample(Example("sparkle.example", DALI_DEMO_STR_TITLE_SPARKLE)); demo.AddExample(Example("progress-bar.example", DALI_DEMO_STR_TITLE_PROGRESS_BAR)); demo.AddExample(Example("contact-cards.example", DALI_DEMO_STR_TITLE_CONTACT_CARDS)); + demo.AddExample(Example("flex-container.example", DALI_DEMO_STR_TITLE_FLEXBOX_PLAYGROUND)); demo.AddExample(Example("fpp-game.example", DALI_DEMO_STR_TITLE_FPP_GAME)); demo.SortAlphabetically( true );