X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resources%2Fstyle%2Fstyle-example-theme-two.json.in;h=d6e257b63f92c9a03e56e762044c6297ffb35057;hb=7f0220a3fbe3d8354e455b7f1faa2fe9d8fdab4f;hp=f5b194d736f49cec1ec1216a8b6e6f6cd6108dd6;hpb=6fb1602ff2c47421e2cf3cc42b49b3bdbabeaacf;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/resources/style/style-example-theme-two.json.in b/resources/style/style-example-theme-two.json.in index f5b194d..d6e257b 100644 --- a/resources/style/style-example-theme-two.json.in +++ b/resources/style/style-example-theme-two.json.in @@ -25,10 +25,16 @@ // Change an icon size, see if it gets properly re-sized "RadioButton":{ - "unselectedStateImage":"{STYLE_DIR}/images/radio-button-unselected.png", - "selectedStateImage":"{STYLE_DIR}/images/radio-button-selected.png", - "disabledStateImage":"{STYLE_DIR}/images/radio-button-unselected-disabled.png", - "imageLabelGap":10, + "unselectedVisual": + { + "visualType": "IMAGE", + "url": "{STYLE_DIR}/images/radio-button-unselected.png" + }, + "selectedVisual": + { + "visualType": "IMAGE", + "url": "{STYLE_DIR}/images/radio-button-selected.png" + }, "label":{ "textColor": [0.1,1,1,1] }