DALi Version 2.0.27
[platform/core/uifw/dali-demo.git] / resources / scripts / super-blur-view.json
index bcdb61b..d8b1de6 100644 (file)
       "name": "superBlur",
       "parentOrigin": "TOP_CENTER",
       "anchorPoint": "TOP_CENTER",
-      "position": [0, 10, 0],
-      "size": [460, 600, 0],
-      "image": {
-        "filename": "{DALI_IMAGE_DIR}background-4.jpg"
-      }
+      "size": [800, 1280, 0],
+      "imageUrl": "{DEMO_IMAGE_DIR}background-4.jpg"
     },
 
     // Button to blur/clear
       "anchorPoint": "BOTTOM_CENTER",
       "position": [0, 0, 0],
       "size": [200, 100, 0],
-      "labelActor": {
-        "type": "TextLabel",
-        "text": "Blur"
-      },
-      "unselectedStateImage": "{DALI_IMAGE_DIR}button-background.png",
-      "selectedStateImage": "{DALI_IMAGE_DIR}button-background.png",
+      "label": "Blur",
+      "siblingOrder": 1,
       "signals": [{
         "name": "pressed",
         "action": "play",