summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorAgnelo Vaz <agnelo.vaz@samsung.com>2016-05-10 10:12:24 +0100
committerAgnelo Vaz <agnelo.vaz@samsung.com>2016-05-13 14:06:44 +0100
commit448d71c9ea55cd92c9ca2c8f6f4c577885a94efa (patch)
tree0a08ea8740ab5fa146c8068943a8c5ff3f946b32 /demo
parentb4440baa5fcd459eb9cb7cb8792b0bab37907900 (diff)
downloaddali-demo-448d71c9ea55cd92c9ca2c8f6f4c577885a94efa.tar.gz
dali-demo-448d71c9ea55cd92c9ca2c8f6f4c577885a94efa.tar.bz2
dali-demo-448d71c9ea55cd92c9ca2c8f6f4c577885a94efa.zip
Text Message Field example changed to a Text Scrolling demo
Shows text labels scrolling with large/small text and rtl and ltr text. TextField can scroll to top of screen, demonstrates the Popup positioning when space restricted Change-Id: I48b2f4b1510ff1b7cc0d13dcccb8ead516c2772c
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 bfc7d2c1..c3b628bb 100644
--- a/demo/dali-demo.cpp
+++ b/demo/dali-demo.cpp
@@ -57,6 +57,7 @@ int DALI_EXPORT_API main(int argc, char **argv)
demo.AddExample(Example("text-label.example", DALI_DEMO_STR_TITLE_TEXT_LABEL));
demo.AddExample(Example("text-label-multi-language.example", DALI_DEMO_STR_TITLE_TEXT_LABEL_MULTI_LANGUAGE));
demo.AddExample(Example("text-label-emojis.example", DALI_DEMO_STR_TITLE_EMOJI_TEXT));
+ demo.AddExample(Example("text-scrolling.example", DALI_DEMO_STR_TITLE_TEXT_SCROLLING));
demo.AddExample(Example("size-negotiation.example", DALI_DEMO_STR_TITLE_NEGOTIATE_SIZE));
demo.AddExample(Example("popup.example", DALI_DEMO_STR_TITLE_POPUP));
demo.AddExample(Example("buttons.example", DALI_DEMO_STR_TITLE_BUTTONS));