Updating the builder examples to use TextLabel
[platform/core/uifw/dali-demo.git] / resources / scripts / animated-colors.json
index 2b930e8..a7e268c 100644 (file)
       ]
     },
     {
-      "type": "TextView",
+      "type": "TextLabel",
       "name": "text",
       "parent-origin": "CENTER",
       "anchor-point": "CENTER",
-      "text": "<font size='20'><b>START</b></font>",
-      "markup-enabled": true,
+      "text": "START",
+      "point-size": 20,
       "signals": [
         {
           "name": "tapped",