Removed more ImageActor usage from dali-demo.
[platform/core/uifw/dali-demo.git] / resources / scripts / hello-world.json
index abbeb5e..f92b710 100644 (file)
@@ -17,7 +17,7 @@
 {
   // a tree of actors
   "stage": [{
-    "type": "TextView",
+    "type": "TextLabel",
     "text": "Hello World",
     "parent-origin": "CENTER"
   }]