X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resources%2Fstyle%2Fmobile%2Fdemo-theme.json.in;h=251ad34c5040de2f7f1703a4fb5055adebcde57c;hb=2882f31bfd2f572f27fc515997c7fc9a2ffdee57;hp=79f98035d382563409dcb7bc74452a3784b98ef4;hpb=c7e19c0123196e055968964a863a3d4c26a14555;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/resources/style/mobile/demo-theme.json.in b/resources/style/mobile/demo-theme.json.in index 79f9803..251ad34 100644 --- a/resources/style/mobile/demo-theme.json.in +++ b/resources/style/mobile/demo-theme.json.in @@ -18,76 +18,78 @@ { "styles": { - "textlabel-Rosemary": + "CustomPopupStyle":{ + "popupBackgroundImage":"{APPLICATION_RESOURCE_PATH}/images/popup.9.png", + "popupBackgroundBorder":[0,4,4,0], + "tailUpImage":"{APPLICATION_RESOURCE_PATH}/images/popup-tail-up.png", + "tailDownImage":"{APPLICATION_RESOURCE_PATH}/images/popup-tail-down.png", + "tailLeftImage":"{APPLICATION_RESOURCE_PATH}/images/popup-tail-left.png", + "tailRightImage":"{APPLICATION_RESOURCE_PATH}/images/popup-tail-right.png" + }, + "TextLabelRosemary": { "fontFamily":"Rosemary" }, - "textlabel": + "TextLabel": { - "fontStyle":"Regular", + "fontStyle":{"weight":"normal"}, "pointSize":18 }, - "textlabelFontSize0": + "TextLabelFontSize0": { "pointSize":8 }, - "textlabelFontSize1": + "TextLabelFontSize1": { "pointSize":10 }, - "textlabelFontSize2": + "TextLabelFontSize2": { "pointSize":15 }, - "textlabelFontSize3": + "TextLabelFontSize3": { "pointSize":19 }, - "textlabelFontSize4": + "TextLabelFontSize4": { "pointSize":25 }, - "launcherlabel": + "Launcherlabel": { "pointSize":8 }, - "toolbarlabel": + "ToolbarLabel": { "pointSize":10 }, - "builderlabel": + "BuilderLabel": { "pointSize":10 }, - "scrollview": + "ScrollView": { "overshootEffectColor":"B018" }, - "grouplabel": + "GroupLabel": { "pointSize":6 }, - "buttonlabel": - { - "pointSize":8 - }, - - "launcherbackground": + "LauncherBackground": { "background": { - "rendererType": "gradient", - "gradientCenter": [360, 640], - "gradientRadius": 1468, - "gradientUnits": "userSpace", - "gradientStopColor": [[0.247,0.38,0.52,1.0],[0.055,0.18,0.286,1.0]], - "gradientStopOffset":[0.0,1.0] + "visualType": "GRADIENT", + "center": [360, 640], + "radius": 1468, + "units": "USER_SPACE", + "stopColor": [[0.247,0.38,0.52,1.0],[0.055,0.18,0.286,1.0]] } } }