X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fstyles%2F480x800%2Fdali-toolkit-default-theme.json;h=43b99ea0c85196b0e2013eec2385ab57a7225595;hb=dfebb1e3da197e21bd7f4424ab65884b98f42fea;hp=23af0f75a27a2be0e2bdb4ebb403493adbbee02b;hpb=a3b69d118ee5f918a827b23ea76813a7aefad845;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/styles/480x800/dali-toolkit-default-theme.json b/dali-toolkit/styles/480x800/dali-toolkit-default-theme.json index 23af0f7..43b99ea 100644 --- a/dali-toolkit/styles/480x800/dali-toolkit-default-theme.json +++ b/dali-toolkit/styles/480x800/dali-toolkit-default-theme.json @@ -124,7 +124,12 @@ "popupPressedColor":[0.24,0.72,0.8,0.11], "background": { "visualType": "IMAGE", - "url": "{DALI_IMAGE_DIR}selection-popup-bg.9.png" + "url": "{DALI_IMAGE_DIR}selection-popup-background.9.png" + }, + "backgroundBorder": { + "visualType": "IMAGE", + "url": "{DALI_IMAGE_DIR}selection-popup-border.9.png", + "mixColor":[0.24,0.72,0.8,1.0] }, "popupFadeInDuration":0.25, "popupFadeOutDuration":0.25 @@ -160,16 +165,18 @@ "TextSelectionScrollBar": { "indicatorShowDuration":0.25, - "indicatorHideDuration":0.25 + "indicatorHideDuration":0.25, + "indicatorTransientDuration":1.0 }, "TextSelectionScrollIndicator": { "image": { "visualType":"IMAGE", - "url":"{DALI_IMAGE_DIR}text_selection_scroll_indicator.9.png" + "url":"{DALI_IMAGE_DIR}text_selection_scroll_indicator.9.png" // designed for HD resolution }, - "color":[0.0,0.72,0.9,0.7] + "color":[0.0,0.72,0.9,0.7], + "scale":[0.625,1.0,1.0] // Note: This reduces height for WVGA resolution }, "ScrollView": {